cURL
curl --request GET \ --url https://api-sandbox.stablesea.com/v1/liquidity-providers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "ALPHA", "trading_pairs": [ { "payin_currency": "USDC", "payout_currency": "COP", "hours_of_operation": [ { "open_time_utc": "2024-01-15T10:00:00Z", "close_time_utc": "2024-01-15T10:00:00Z" } ] } ] } ] }
Returns all available liquidity providers with their trading pairs and hours of operation
Use your API key as the bearer token
Liquidity providers response
Show child attributes