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": "BTCUSDT",
          "baseAsset": "BTC",
          "quoteAsset": "USDT"
        },
        ...
     ],
    "Bitfinex": 
     [
        {
          "instrumentId": "1INCH:USD",
          "baseAsset": "1INCH",
          "quoteAsset": "USD"
        },
        ...
      ],
      ...
   }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!