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
Authorization
Bearer <api-key>
Content-Type
application/json
Use your API key as the bearer token
Name of the liquidity provider
"ALPHA"
Exchange rate response
Show child attributes