GET
/
v1
/
public
/
index_price_source
curl --request GET \
  --url https://api-evm.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"
        ]
      }
    ]
  }
}

Response

200 - application/json
OK
success
boolean
required
data
object
required
timestamp
integer