Skip to main content
GET
/
liquidity-providers
List Liquidity Providers
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"
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
default:DEFAULT-TOKEN-HERE
required

Use your API key as the bearer token

Response

200 - application/json

Liquidity providers response

data
object[]