cURL
curl --request GET \ --url https://api-sandbox.stablesea.com/v1/liquidity-providers/{provider_name}/exchange-rate \ --header 'Authorization: Bearer <token>'
{ "data": { "payin_currency": "USDC", "payout_currency": "COP", "exchange_rate": "3921.8" } }
Get current exchange rate for a specific liquidity provider
Documentation IndexFetch the complete documentation index at: https://docs.stablesea.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stablesea.com/llms.txt
Use this file to discover all available pages before exploring further.
Use your API key as the bearer token
Name of the liquidity provider
"ALPHA"
Exchange rate response
Show child attributes