curl --request GET \
--url https://api.orderly.org/v1/public/index_price_source
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"symbol": "SPOT_BNB_USDC",
"updated_time": 1710382176255,
"sources": [
"gateio",
"kucoin",
"binance",
"okx",
"huobi",
"bybit",
"mexc"
]
}
]
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/public/index_price_source
Retrieves the available tokens to be used as collateral within Orderly.
curl --request GET \
--url https://api.orderly.org/v1/public/index_price_source
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"symbol": "SPOT_BNB_USDC",
"updated_time": 1710382176255,
"sources": [
"gateio",
"kucoin",
"binance",
"okx",
"huobi",
"bybit",
"mexc"
]
}
]
}
}
OK
The response is of type object
.