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
Use your API key as the bearer token
Name of the liquidity provider
"ALPHA"
Exchange rate response
Show child attributes
USDC
...more to come...
"USDC"
COP
"COP"
Current exchange rate as a string to preserve precision
"3921.8"