API Reference

Suported Exchange and Pairs

Check the supported exchange and trading pairs in the API documentation

Response Data

{
  "code": "0",
  "msg": "success",
  "data": {
    "Binance": [
      {
        "instrumentId": "BTCUSD_PERP",
        "baseAsset": "BTC",
        "quoteAsset": "USD"
      },
      ...
     ],
     "Bitget":[
       {
        "instrumentId": "BTCUSDT_UMCBL",
        "baseAsset": "BTC",
        "quoteAsset": "USDT"
       },
       ...
     ],
      ...
   }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!