API Document
API (4.0) provides spot, margin and futures trading operations
REST API (Spot, Margin and Futures)
Futures WebSocket API
Spot WebSocket API
API (2.0) only provides spot
REST API
Trading Pairs API
Return all the trading pairs supported by gate.io
Return data example:
# Request GET: https://data.gateapi.io/api2/1/pairs # Response [ "eth_btc","etc_btc","etc_eth","zec_btc","dash_btc","ltc_btc","bcc_btc","qtum_btc", "qtum_eth","xrp_btc","zrx_btc","zrx_eth","dnt_eth","dpy_eth","oax_eth","lrc_eth", "lrc_btc","pst_eth","tnt_eth","snt_eth","snt_btc","omg_eth","omg_btc","pay_eth", "pay_btc","bat_eth","cvc_eth","storj_eth","storj_btc","eos_eth","eos_btc" ]
Market Info API
Returns all markets fee, minimum order total amount, price decimal places.
Return data example:
# Request GET: https://data.gateapi.io/api2/1/marketinfo # Response { "result": "true", "pairs": [ { "eth_btc": { "decimal_places": 6, "amount_decimal_places": 4, "min_amount": 0.001, "min_amount_a": 0.001, "min_amount_b": 0.0001, "fee": 0.2, "trade_disabled ": 0, "buy_disabled" : 0, "sell_disabled" : 0, } }, { "zec_btc": { "decimal_places": 4, "amount_decimal_places": 5, "min_amount": 0.0001, "min_amount_a": 0.0001, "min_amount_b": 0.0001, "fee": 0.2, "trade_disabled ": 0, "buy_disabled" : 0, "sell_disabled" : 0, } } ] }
CoinInfo
Return coin info include deposit, withdraw, trade status
Return data example:
# Request GET: https://data.gateapi.io/api2/1/coininfo # Response { "result": "true", "pairs": [ { "USDT": { "delisted": 0, "withdraw_disabled": 0, "withdraw_delayed ": 0, "deposit_disabled": 0, "trade_disabled": 0, } } ] }
Market Details API
Returns market details including pair, coin name, coin symbol, last price, trading volume, coin supply, coin market cap, price trend, etc.
Return data example:
# Request GET: https://data.gateapi.io/api2/1/marketlist # Response { "result": "true", "data": [ { "no": 1, "symbol": "LTC", "name": "Litecoin", "name_en": "Litecoin", "name_cn": "莱特币", "pair": "ltc_btc", "rate": "418.00", "vol_a": 168120.2, "vol_b": "65,616,561", "curr_a": "LTC", "curr_b": "BTC", "curr_suffix": " BTC", "rate_percent": "19.73", "trend": "up", "supply": 25760300, "marketcap": "10,767,805,404", "plot": null }, { "no": 2, "symbol": "ETH", "name": "ETH", "name_en": "ETH", "name_cn": "以太币", "pair": "etc_eth", "rate": "0.7450", "vol_a": 65227328.3, "vol_b": "51,041,999", "curr_a": "etc", "curr_b": "eth", "curr_suffix": " eth", "rate_percent": "-1.84", "trend": "up", "supply": 1050000000, "marketcap": "782,250,000", "plot": null } ] }
Tickers API
returns the tickers for all the supported trading pairs at once, cached in 20 seconds:
Return data example:
# Request GET: https://data.gateapi.io/api2/1/tickers # Response { "eth_btc": { "result": "true", "last": 0.1, "lowestAsk": 0.1, "highestBid": "0.00000000", "percentChange": 0, "baseVolume": 0.001, "quoteVolume": 0.01, "high24hr": 0.1, "low24hr": 0.1 }, "xrp_btc": { "result": "true", "last": "0.00004720", "lowestAsk": "0.00005620", "highestBid": "0.00004550", "percentChange": -7.4510907045863, "baseVolume": 0.5324, "quoteVolume": 11417.333, "high24hr": "0.00005580", "low24hr": "0.00004560" } }
Ticker API
returns the tickers for all the supported trading pairs at once, cached in 20 seconds:
URL: https://data.gateapi.io/api2/1/ticker/[CURR_A]_[CURR_B]
Replace [CURR_A] and [CURR_B] with the selected currencies.
Links:
- https://data.gateapi.io/api2/1/ticker/usdt_cny
- https://data.gateapi.io/api2/1/ticker/usdt_cnyx
- https://data.gateapi.io/api2/1/ticker/btc_usdt
- https://data.gateapi.io/api2/1/ticker/bch_usdt
- https://data.gateapi.io/api2/1/ticker/eth_usdt
- https://data.gateapi.io/api2/1/ticker/etc_usdt
- https://data.gateapi.io/api2/1/ticker/qtum_usdt
- https://data.gateapi.io/api2/1/ticker/ltc_usdt
- https://data.gateapi.io/api2/1/ticker/dash_usdt
- https://data.gateapi.io/api2/1/ticker/zec_usdt
- https://data.gateapi.io/api2/1/ticker/btm_usdt
- https://data.gateapi.io/api2/1/ticker/eos_usdt
- https://data.gateapi.io/api2/1/ticker/req_usdt
- https://data.gateapi.io/api2/1/ticker/snt_usdt
- https://data.gateapi.io/api2/1/ticker/omg_usdt
- https://data.gateapi.io/api2/1/ticker/pay_usdt
- https://data.gateapi.io/api2/1/ticker/cvc_usdt
- https://data.gateapi.io/api2/1/ticker/zrx_usdt
- https://data.gateapi.io/api2/1/ticker/xmr_usdt
- https://data.gateapi.io/api2/1/ticker/xrp_usdt
- https://data.gateapi.io/api2/1/ticker/doge_usdt
- https://data.gateapi.io/api2/1/ticker/bat_usdt
- https://data.gateapi.io/api2/1/ticker/pst_usdt
- https://data.gateapi.io/api2/1/ticker/btg_usdt
- https://data.gateapi.io/api2/1/ticker/dpy_usdt
- https://data.gateapi.io/api2/1/ticker/lrc_usdt
- https://data.gateapi.io/api2/1/ticker/storj_usdt
- https://data.gateapi.io/api2/1/ticker/rdn_usdt
- https://data.gateapi.io/api2/1/ticker/knc_usdt
- https://data.gateapi.io/api2/1/ticker/link_usdt
- https://data.gateapi.io/api2/1/ticker/cdt_usdt
- https://data.gateapi.io/api2/1/ticker/ae_usdt
- https://data.gateapi.io/api2/1/ticker/ae_eth
- https://data.gateapi.io/api2/1/ticker/ae_btc
- https://data.gateapi.io/api2/1/ticker/cdt_eth
- https://data.gateapi.io/api2/1/ticker/rdn_eth
- https://data.gateapi.io/api2/1/ticker/knc_eth
- https://data.gateapi.io/api2/1/ticker/link_eth
- https://data.gateapi.io/api2/1/ticker/req_eth
- https://data.gateapi.io/api2/1/ticker/rcn_eth
- https://data.gateapi.io/api2/1/ticker/trx_eth
- https://data.gateapi.io/api2/1/ticker/bnt_eth
- https://data.gateapi.io/api2/1/ticker/vet_eth
- https://data.gateapi.io/api2/1/ticker/fun_eth
- https://data.gateapi.io/api2/1/ticker/data_eth
- https://data.gateapi.io/api2/1/ticker/rlc_eth
- https://data.gateapi.io/api2/1/ticker/rlc_usdt
- https://data.gateapi.io/api2/1/ticker/zsc_eth
- https://data.gateapi.io/api2/1/ticker/mda_eth
- https://data.gateapi.io/api2/1/ticker/rcn_usdt
- https://data.gateapi.io/api2/1/ticker/trx_usdt
- https://data.gateapi.io/api2/1/ticker/vet_usdt
- https://data.gateapi.io/api2/1/ticker/fun_usdt
- https://data.gateapi.io/api2/1/ticker/data_usdt
- https://data.gateapi.io/api2/1/ticker/zsc_usdt
- https://data.gateapi.io/api2/1/ticker/mda_usdt
- https://data.gateapi.io/api2/1/ticker/xtz_usdt
- https://data.gateapi.io/api2/1/ticker/xtz_btc
- https://data.gateapi.io/api2/1/ticker/xtz_eth
- https://data.gateapi.io/api2/1/ticker/gem_usdt
- https://data.gateapi.io/api2/1/ticker/gem_eth
- https://data.gateapi.io/api2/1/ticker/rfr_usdt
- https://data.gateapi.io/api2/1/ticker/rfr_eth
- https://data.gateapi.io/api2/1/ticker/abt_usdt
- https://data.gateapi.io/api2/1/ticker/abt_eth
- https://data.gateapi.io/api2/1/ticker/ledu_btc
- https://data.gateapi.io/api2/1/ticker/ledu_eth
- https://data.gateapi.io/api2/1/ticker/ost_usdt
- https://data.gateapi.io/api2/1/ticker/ost_eth
- https://data.gateapi.io/api2/1/ticker/xlm_usdt
- https://data.gateapi.io/api2/1/ticker/xlm_eth
- https://data.gateapi.io/api2/1/ticker/xlm_btc
- https://data.gateapi.io/api2/1/ticker/mobi_usdt
- https://data.gateapi.io/api2/1/ticker/mobi_eth
- https://data.gateapi.io/api2/1/ticker/mobi_btc
- https://data.gateapi.io/api2/1/ticker/ocn_usdt
- https://data.gateapi.io/api2/1/ticker/ocn_eth
- https://data.gateapi.io/api2/1/ticker/ocn_btc
- https://data.gateapi.io/api2/1/ticker/cofi_usdt
- https://data.gateapi.io/api2/1/ticker/cofi_eth
- https://data.gateapi.io/api2/1/ticker/blz_usdt
- https://data.gateapi.io/api2/1/ticker/blz_eth
- https://data.gateapi.io/api2/1/ticker/gxs_usdt
- https://data.gateapi.io/api2/1/ticker/gxs_btc
- https://data.gateapi.io/api2/1/ticker/mtn_usdt
- https://data.gateapi.io/api2/1/ticker/mtn_eth
- https://data.gateapi.io/api2/1/ticker/ruff_usdt
- https://data.gateapi.io/api2/1/ticker/ruff_eth
- https://data.gateapi.io/api2/1/ticker/ruff_btc
- https://data.gateapi.io/api2/1/ticker/tnc_usdt
- https://data.gateapi.io/api2/1/ticker/tnc_eth
- https://data.gateapi.io/api2/1/ticker/tnc_btc
- https://data.gateapi.io/api2/1/ticker/zil_usdt
- https://data.gateapi.io/api2/1/ticker/zil_eth
- https://data.gateapi.io/api2/1/ticker/bto_usdt
- https://data.gateapi.io/api2/1/ticker/bto_eth
- https://data.gateapi.io/api2/1/ticker/theta_usdt
- https://data.gateapi.io/api2/1/ticker/theta_eth
- https://data.gateapi.io/api2/1/ticker/ddd_usdt
- https://data.gateapi.io/api2/1/ticker/ddd_eth
- https://data.gateapi.io/api2/1/ticker/ddd_btc
- https://data.gateapi.io/api2/1/ticker/mkr_usdt
- https://data.gateapi.io/api2/1/ticker/mkr_eth
- https://data.gateapi.io/api2/1/ticker/dai_usdt
- https://data.gateapi.io/api2/1/ticker/smt_usdt
- https://data.gateapi.io/api2/1/ticker/smt_eth
- https://data.gateapi.io/api2/1/ticker/mdt_usdt
- https://data.gateapi.io/api2/1/ticker/mdt_eth
- https://data.gateapi.io/api2/1/ticker/mdt_btc
- https://data.gateapi.io/api2/1/ticker/mana_usdt
- https://data.gateapi.io/api2/1/ticker/mana_eth
- https://data.gateapi.io/api2/1/ticker/salt_usdt
- https://data.gateapi.io/api2/1/ticker/salt_eth
- https://data.gateapi.io/api2/1/ticker/fuel_usdt
- https://data.gateapi.io/api2/1/ticker/fuel_eth
- https://data.gateapi.io/api2/1/ticker/elf_usdt
- https://data.gateapi.io/api2/1/ticker/elf_eth
- https://data.gateapi.io/api2/1/ticker/drgn_usdt
- https://data.gateapi.io/api2/1/ticker/drgn_eth
- https://data.gateapi.io/api2/1/ticker/gtc_usdt
- https://data.gateapi.io/api2/1/ticker/gtc_eth
- https://data.gateapi.io/api2/1/ticker/gtc_btc
- https://data.gateapi.io/api2/1/ticker/qlc_usdt
- https://data.gateapi.io/api2/1/ticker/qlc_btc
- https://data.gateapi.io/api2/1/ticker/qlc_eth
- https://data.gateapi.io/api2/1/ticker/dbc_usdt
- https://data.gateapi.io/api2/1/ticker/dbc_btc
- https://data.gateapi.io/api2/1/ticker/dbc_eth
- https://data.gateapi.io/api2/1/ticker/bnty_usdt
- https://data.gateapi.io/api2/1/ticker/bnty_eth
- https://data.gateapi.io/api2/1/ticker/icx_usdt
- https://data.gateapi.io/api2/1/ticker/icx_eth
- https://data.gateapi.io/api2/1/ticker/btf_usdt
- https://data.gateapi.io/api2/1/ticker/btf_btc
- https://data.gateapi.io/api2/1/ticker/ada_usdt
- https://data.gateapi.io/api2/1/ticker/ada_btc
- https://data.gateapi.io/api2/1/ticker/lsk_usdt
- https://data.gateapi.io/api2/1/ticker/lsk_btc
- https://data.gateapi.io/api2/1/ticker/waves_usdt
- https://data.gateapi.io/api2/1/ticker/waves_btc
- https://data.gateapi.io/api2/1/ticker/bifi_usdt
- https://data.gateapi.io/api2/1/ticker/bifi_btc
- https://data.gateapi.io/api2/1/ticker/mds_eth
- https://data.gateapi.io/api2/1/ticker/mds_usdt
- https://data.gateapi.io/api2/1/ticker/qash_usdt
- https://data.gateapi.io/api2/1/ticker/qash_eth
- https://data.gateapi.io/api2/1/ticker/qash_btc
- https://data.gateapi.io/api2/1/ticker/powr_usdt
- https://data.gateapi.io/api2/1/ticker/powr_eth
- https://data.gateapi.io/api2/1/ticker/powr_btc
- https://data.gateapi.io/api2/1/ticker/bcd_usdt
- https://data.gateapi.io/api2/1/ticker/bcd_btc
- https://data.gateapi.io/api2/1/ticker/sbtc_usdt
- https://data.gateapi.io/api2/1/ticker/sbtc_btc
- https://data.gateapi.io/api2/1/ticker/god_usdt
- https://data.gateapi.io/api2/1/ticker/god_btc
- https://data.gateapi.io/api2/1/ticker/bcx_usdt
- https://data.gateapi.io/api2/1/ticker/bcx_btc
- https://data.gateapi.io/api2/1/ticker/qsp_usdt
- https://data.gateapi.io/api2/1/ticker/qsp_eth
- https://data.gateapi.io/api2/1/ticker/ink_btc
- https://data.gateapi.io/api2/1/ticker/ink_usdt
- https://data.gateapi.io/api2/1/ticker/ink_eth
- https://data.gateapi.io/api2/1/ticker/qbt_eth
- https://data.gateapi.io/api2/1/ticker/qbt_usdt
- https://data.gateapi.io/api2/1/ticker/tsl_usdt
- https://data.gateapi.io/api2/1/ticker/gnx_usdt
- https://data.gateapi.io/api2/1/ticker/gnx_eth
- https://data.gateapi.io/api2/1/ticker/neo_usdt
- https://data.gateapi.io/api2/1/ticker/gas_usdt
- https://data.gateapi.io/api2/1/ticker/neo_btc
- https://data.gateapi.io/api2/1/ticker/gas_btc
- https://data.gateapi.io/api2/1/ticker/iota_usdt
- https://data.gateapi.io/api2/1/ticker/iota_btc
- https://data.gateapi.io/api2/1/ticker/nas_usdt
- https://data.gateapi.io/api2/1/ticker/nas_eth
- https://data.gateapi.io/api2/1/ticker/nas_btc
- https://data.gateapi.io/api2/1/ticker/eth_btc
- https://data.gateapi.io/api2/1/ticker/etc_btc
- https://data.gateapi.io/api2/1/ticker/etc_eth
- https://data.gateapi.io/api2/1/ticker/zec_btc
- https://data.gateapi.io/api2/1/ticker/dash_btc
- https://data.gateapi.io/api2/1/ticker/ltc_btc
- https://data.gateapi.io/api2/1/ticker/bch_btc
- https://data.gateapi.io/api2/1/ticker/btg_btc
- https://data.gateapi.io/api2/1/ticker/qtum_btc
- https://data.gateapi.io/api2/1/ticker/qtum_eth
- https://data.gateapi.io/api2/1/ticker/xrp_btc
- https://data.gateapi.io/api2/1/ticker/doge_btc
- https://data.gateapi.io/api2/1/ticker/xmr_btc
- https://data.gateapi.io/api2/1/ticker/zrx_btc
- https://data.gateapi.io/api2/1/ticker/zrx_eth
- https://data.gateapi.io/api2/1/ticker/dnt_eth
- https://data.gateapi.io/api2/1/ticker/dpy_eth
- https://data.gateapi.io/api2/1/ticker/oax_btc
- https://data.gateapi.io/api2/1/ticker/oax_usdt
- https://data.gateapi.io/api2/1/ticker/oax_eth
- https://data.gateapi.io/api2/1/ticker/lrc_eth
- https://data.gateapi.io/api2/1/ticker/lrc_btc
- https://data.gateapi.io/api2/1/ticker/pst_eth
- https://data.gateapi.io/api2/1/ticker/bcdn_eth
- https://data.gateapi.io/api2/1/ticker/bcdn_usdt
- https://data.gateapi.io/api2/1/ticker/snt_eth
- https://data.gateapi.io/api2/1/ticker/snt_btc
- https://data.gateapi.io/api2/1/ticker/btm_eth
- https://data.gateapi.io/api2/1/ticker/btm_btc
- https://data.gateapi.io/api2/1/ticker/snet_eth
- https://data.gateapi.io/api2/1/ticker/snet_usdt
- https://data.gateapi.io/api2/1/ticker/llt_snet
- https://data.gateapi.io/api2/1/ticker/omg_eth
- https://data.gateapi.io/api2/1/ticker/omg_btc
- https://data.gateapi.io/api2/1/ticker/pay_eth
- https://data.gateapi.io/api2/1/ticker/pay_btc
- https://data.gateapi.io/api2/1/ticker/bat_eth
- https://data.gateapi.io/api2/1/ticker/bat_btc
- https://data.gateapi.io/api2/1/ticker/cvc_eth
- https://data.gateapi.io/api2/1/ticker/storj_eth
- https://data.gateapi.io/api2/1/ticker/storj_btc
- https://data.gateapi.io/api2/1/ticker/eos_eth
- https://data.gateapi.io/api2/1/ticker/eos_btc
- https://data.gateapi.io/api2/1/ticker/bts_usdt
- https://data.gateapi.io/api2/1/ticker/bts_btc
- https://data.gateapi.io/api2/1/ticker/btc_sgd
- https://data.gateapi.io/api2/1/ticker/bch_sgd
- https://data.gateapi.io/api2/1/ticker/eth_sgd
- https://data.gateapi.io/api2/1/ticker/etc_sgd
- https://data.gateapi.io/api2/1/ticker/xrp_sgd
- https://data.gateapi.io/api2/1/ticker/ltc_sgd
- https://data.gateapi.io/api2/1/ticker/usdg_usdt
- https://data.gateapi.io/api2/1/ticker/gt_btc
- https://data.gateapi.io/api2/1/ticker/gt_usdt
- https://data.gateapi.io/api2/1/ticker/gt_eth
- https://data.gateapi.io/api2/1/ticker/eth_usd
- https://data.gateapi.io/api2/1/ticker/btc_usd
- https://data.gateapi.io/api2/1/ticker/sys_usdt
- https://data.gateapi.io/api2/1/ticker/sys_eth
- https://data.gateapi.io/api2/1/ticker/atom_btc
- https://data.gateapi.io/api2/1/ticker/atom_usdt
- https://data.gateapi.io/api2/1/ticker/nyzo_usdt
- https://data.gateapi.io/api2/1/ticker/nyzo_eth
- https://data.gateapi.io/api2/1/ticker/scrt_usdt
- https://data.gateapi.io/api2/1/ticker/scrt_eth
- https://data.gateapi.io/api2/1/ticker/eth2_usdt
- https://data.gateapi.io/api2/1/ticker/eth2_eth
- https://data.gateapi.io/api2/1/ticker/hard_usdt
- https://data.gateapi.io/api2/1/ticker/hard_eth
- https://data.gateapi.io/api2/1/ticker/kava_usdt
- https://data.gateapi.io/api2/1/ticker/iris_usdt
- https://data.gateapi.io/api2/1/ticker/ant_usdt
- https://data.gateapi.io/api2/1/ticker/ankr_usdt
- https://data.gateapi.io/api2/1/ticker/stpt_usdt
- https://data.gateapi.io/api2/1/ticker/rsr_usdt
- https://data.gateapi.io/api2/1/ticker/rsv_usdt
- https://data.gateapi.io/api2/1/ticker/kai_usdt
- https://data.gateapi.io/api2/1/ticker/ctsi_usdt
- https://data.gateapi.io/api2/1/ticker/comp_usdt
- https://data.gateapi.io/api2/1/ticker/comp_usd
- https://data.gateapi.io/api2/1/ticker/ocean_usdt
- https://data.gateapi.io/api2/1/ticker/sc_usdt
- https://data.gateapi.io/api2/1/ticker/sc_eth
- https://data.gateapi.io/api2/1/ticker/ksm_usdt
- https://data.gateapi.io/api2/1/ticker/firo_usdt
- https://data.gateapi.io/api2/1/ticker/dot_usdt
- https://data.gateapi.io/api2/1/ticker/dot_btc
- https://data.gateapi.io/api2/1/ticker/mtr_usdt
- https://data.gateapi.io/api2/1/ticker/mtrg_usdt
- https://data.gateapi.io/api2/1/ticker/sol_usdt
- https://data.gateapi.io/api2/1/ticker/sol_usd
- https://data.gateapi.io/api2/1/ticker/coti_usdt
- https://data.gateapi.io/api2/1/ticker/ampl_usdt
- https://data.gateapi.io/api2/1/ticker/digg_usdt
- https://data.gateapi.io/api2/1/ticker/digg_eth
- https://data.gateapi.io/api2/1/ticker/grap_usdt
- https://data.gateapi.io/api2/1/ticker/grap_eth
- https://data.gateapi.io/api2/1/ticker/wnxm_usdt
- https://data.gateapi.io/api2/1/ticker/wnxm_eth
- https://data.gateapi.io/api2/1/ticker/luna_usdt
- https://data.gateapi.io/api2/1/ticker/luna_eth
- https://data.gateapi.io/api2/1/ticker/avax_usdt
- https://data.gateapi.io/api2/1/ticker/avax_eth
- https://data.gateapi.io/api2/1/ticker/fsn_usdt
- https://data.gateapi.io/api2/1/ticker/fsn_eth
- https://data.gateapi.io/api2/1/ticker/chng_usdt
- https://data.gateapi.io/api2/1/ticker/chng_btc
- https://data.gateapi.io/api2/1/ticker/bzrx_usdt
- https://data.gateapi.io/api2/1/ticker/ooki_usdt
- https://data.gateapi.io/api2/1/ticker/pcx_usdt
- https://data.gateapi.io/api2/1/ticker/yam_usdt
- https://data.gateapi.io/api2/1/ticker/yam_eth
- https://data.gateapi.io/api2/1/ticker/box_usdt
- https://data.gateapi.io/api2/1/ticker/crv_usdt
- https://data.gateapi.io/api2/1/ticker/crv_btc
- https://data.gateapi.io/api2/1/ticker/crv_eth
- https://data.gateapi.io/api2/1/ticker/crv_usd
- https://data.gateapi.io/api2/1/ticker/uni_usdt
- https://data.gateapi.io/api2/1/ticker/uni_eth
- https://data.gateapi.io/api2/1/ticker/uni_usd
- https://data.gateapi.io/api2/1/ticker/sushi_usdt
- https://data.gateapi.io/api2/1/ticker/sushi_eth
- https://data.gateapi.io/api2/1/ticker/sushi_usd
- https://data.gateapi.io/api2/1/ticker/aave_usdt
- https://data.gateapi.io/api2/1/ticker/aave_eth
- https://data.gateapi.io/api2/1/ticker/aave_usd
- https://data.gateapi.io/api2/1/ticker/pols_usdt
- https://data.gateapi.io/api2/1/ticker/erg_usdt
- https://data.gateapi.io/api2/1/ticker/erg_eth
- https://data.gateapi.io/api2/1/ticker/gof_usdt
- https://data.gateapi.io/api2/1/ticker/bnc_usdt
- https://data.gateapi.io/api2/1/ticker/kar_usdt
- https://data.gateapi.io/api2/1/ticker/sdn_usdt
- https://data.gateapi.io/api2/1/ticker/sdn_eth
- https://data.gateapi.io/api2/1/ticker/sdn_btc
- https://data.gateapi.io/api2/1/ticker/wit_usdt
- https://data.gateapi.io/api2/1/ticker/wit_eth
- https://data.gateapi.io/api2/1/ticker/wit_btc
- https://data.gateapi.io/api2/1/ticker/rmrk_usdt
- https://data.gateapi.io/api2/1/ticker/gens_usdt
- https://data.gateapi.io/api2/1/ticker/aca_usdt
- https://data.gateapi.io/api2/1/ticker/astr_usdt
- https://data.gateapi.io/api2/1/ticker/astr_eth
- https://data.gateapi.io/api2/1/ticker/astr_btc
- https://data.gateapi.io/api2/1/ticker/kma_usdt
- https://data.gateapi.io/api2/1/ticker/kma_eth
- https://data.gateapi.io/api2/1/ticker/teer_usdt
- https://data.gateapi.io/api2/1/ticker/tt_usdt
- https://data.gateapi.io/api2/1/ticker/tt_eth
- https://data.gateapi.io/api2/1/ticker/kint_usdt
- https://data.gateapi.io/api2/1/ticker/kint_eth
- https://data.gateapi.io/api2/1/ticker/sgb_usdt
- https://data.gateapi.io/api2/1/ticker/air_usdt
- https://data.gateapi.io/api2/1/ticker/movr_usdt
- https://data.gateapi.io/api2/1/ticker/movr_eth
- https://data.gateapi.io/api2/1/ticker/glmr_usdt
- https://data.gateapi.io/api2/1/ticker/glmr_eth
- https://data.gateapi.io/api2/1/ticker/pha_usdt
- https://data.gateapi.io/api2/1/ticker/sashimi_usdt
- https://data.gateapi.io/api2/1/ticker/sashimi_eth
- https://data.gateapi.io/api2/1/ticker/farm_usdt
- https://data.gateapi.io/api2/1/ticker/farm_eth
- https://data.gateapi.io/api2/1/ticker/swrv_usdt
- https://data.gateapi.io/api2/1/ticker/swrv_eth
- https://data.gateapi.io/api2/1/ticker/razor_usdt
- https://data.gateapi.io/api2/1/ticker/razor_eth
- https://data.gateapi.io/api2/1/ticker/auction_usdt
- https://data.gateapi.io/api2/1/ticker/auction_eth
- https://data.gateapi.io/api2/1/ticker/ulu_usdt
- https://data.gateapi.io/api2/1/ticker/ulu_eth
- https://data.gateapi.io/api2/1/ticker/oin_usdt
- https://data.gateapi.io/api2/1/ticker/ags_usdt
- https://data.gateapi.io/api2/1/ticker/oxt_usdt
- https://data.gateapi.io/api2/1/ticker/oxt_eth
- https://data.gateapi.io/api2/1/ticker/sand_usdt
- https://data.gateapi.io/api2/1/ticker/sand_eth
- https://data.gateapi.io/api2/1/ticker/sand_usd
- https://data.gateapi.io/api2/1/ticker/pool_usdt
- https://data.gateapi.io/api2/1/ticker/pool_eth
- https://data.gateapi.io/api2/1/ticker/amp_usdt
- https://data.gateapi.io/api2/1/ticker/amp_eth
- https://data.gateapi.io/api2/1/ticker/hot_usdt
- https://data.gateapi.io/api2/1/ticker/hot_eth
- https://data.gateapi.io/api2/1/ticker/bondly_usdt
- https://data.gateapi.io/api2/1/ticker/bondly_eth
- https://data.gateapi.io/api2/1/ticker/tpt_usdt
- https://data.gateapi.io/api2/1/ticker/tpt_eth
- https://data.gateapi.io/api2/1/ticker/bmi_usdt
- https://data.gateapi.io/api2/1/ticker/bmi_eth
- https://data.gateapi.io/api2/1/ticker/lpool_usdt
- https://data.gateapi.io/api2/1/ticker/lpool_eth
- https://data.gateapi.io/api2/1/ticker/super_usdt
- https://data.gateapi.io/api2/1/ticker/super_eth
- https://data.gateapi.io/api2/1/ticker/uft_usdt
- https://data.gateapi.io/api2/1/ticker/uft_eth
- https://data.gateapi.io/api2/1/ticker/ray_usdt
- https://data.gateapi.io/api2/1/ticker/ray_eth
- https://data.gateapi.io/api2/1/ticker/ray_usd
- https://data.gateapi.io/api2/1/ticker/atlas_usdt
- https://data.gateapi.io/api2/1/ticker/polis_usdt
- https://data.gateapi.io/api2/1/ticker/orca_usdt
- https://data.gateapi.io/api2/1/ticker/wag_usdt
- https://data.gateapi.io/api2/1/ticker/sny_usdt
- https://data.gateapi.io/api2/1/ticker/sny_eth
- https://data.gateapi.io/api2/1/ticker/cstr_usdt
- https://data.gateapi.io/api2/1/ticker/cstr_eth
- https://data.gateapi.io/api2/1/ticker/gofx_usdt
- https://data.gateapi.io/api2/1/ticker/cys_usdt
- https://data.gateapi.io/api2/1/ticker/cys_eth
- https://data.gateapi.io/api2/1/ticker/samo_usdt
- https://data.gateapi.io/api2/1/ticker/samo_eth
- https://data.gateapi.io/api2/1/ticker/solr_usdt
- https://data.gateapi.io/api2/1/ticker/solr_eth
- https://data.gateapi.io/api2/1/ticker/liq_usdt
- https://data.gateapi.io/api2/1/ticker/crp_usdt
- https://data.gateapi.io/api2/1/ticker/crp_eth
- https://data.gateapi.io/api2/1/ticker/slrs_usdt
- https://data.gateapi.io/api2/1/ticker/slrs_eth
- https://data.gateapi.io/api2/1/ticker/slim_usdt
- https://data.gateapi.io/api2/1/ticker/slim_eth
- https://data.gateapi.io/api2/1/ticker/like_usdt
- https://data.gateapi.io/api2/1/ticker/like_eth
- https://data.gateapi.io/api2/1/ticker/port_usdt
- https://data.gateapi.io/api2/1/ticker/prt_usdt
- https://data.gateapi.io/api2/1/ticker/prt_eth
- https://data.gateapi.io/api2/1/ticker/larix_usdt
- https://data.gateapi.io/api2/1/ticker/larix_eth
- https://data.gateapi.io/api2/1/ticker/sunny_usdt
- https://data.gateapi.io/api2/1/ticker/sunny_eth
- https://data.gateapi.io/api2/1/ticker/sbr_usdt
- https://data.gateapi.io/api2/1/ticker/sbr_eth
- https://data.gateapi.io/api2/1/ticker/mngo_usdt
- https://data.gateapi.io/api2/1/ticker/mngo_eth
- https://data.gateapi.io/api2/1/ticker/tulip_usdt
- https://data.gateapi.io/api2/1/ticker/tulip_eth
- https://data.gateapi.io/api2/1/ticker/step_usdt
- https://data.gateapi.io/api2/1/ticker/step_eth
- https://data.gateapi.io/api2/1/ticker/step_usd
- https://data.gateapi.io/api2/1/ticker/mer_usdt
- https://data.gateapi.io/api2/1/ticker/fida_usdt
- https://data.gateapi.io/api2/1/ticker/fida_eth
- https://data.gateapi.io/api2/1/ticker/hai_eth
- https://data.gateapi.io/api2/1/ticker/hai_usdt
- https://data.gateapi.io/api2/1/ticker/aqt_usdt
- https://data.gateapi.io/api2/1/ticker/ehash_usdt
- https://data.gateapi.io/api2/1/ticker/ehash_eth
- https://data.gateapi.io/api2/1/ticker/pbr_usdt
- https://data.gateapi.io/api2/1/ticker/pbr_eth
- https://data.gateapi.io/api2/1/ticker/mask_usdt
- https://data.gateapi.io/api2/1/ticker/mask_eth
- https://data.gateapi.io/api2/1/ticker/hopr_usdt
- https://data.gateapi.io/api2/1/ticker/hopr_eth
- https://data.gateapi.io/api2/1/ticker/polk_usdt
- https://data.gateapi.io/api2/1/ticker/polk_eth
- https://data.gateapi.io/api2/1/ticker/prom_usdt
- https://data.gateapi.io/api2/1/ticker/prom_eth
- https://data.gateapi.io/api2/1/ticker/tvk_usdt
- https://data.gateapi.io/api2/1/ticker/tvk_eth
- https://data.gateapi.io/api2/1/ticker/matter_usdt
- https://data.gateapi.io/api2/1/ticker/matter_eth
- https://data.gateapi.io/api2/1/ticker/a5t_usdt
- https://data.gateapi.io/api2/1/ticker/a5t_eth
- https://data.gateapi.io/api2/1/ticker/slice_usdt
- https://data.gateapi.io/api2/1/ticker/slice_eth
- https://data.gateapi.io/api2/1/ticker/cudos_usdt
- https://data.gateapi.io/api2/1/ticker/muse_usdt
- https://data.gateapi.io/api2/1/ticker/muse_eth
- https://data.gateapi.io/api2/1/ticker/combo_usdt
- https://data.gateapi.io/api2/1/ticker/combo_eth
- https://data.gateapi.io/api2/1/ticker/dyp_usdt
- https://data.gateapi.io/api2/1/ticker/dyp_eth
- https://data.gateapi.io/api2/1/ticker/dows_usdt
- https://data.gateapi.io/api2/1/ticker/dows_eth
- https://data.gateapi.io/api2/1/ticker/apys_usdt
- https://data.gateapi.io/api2/1/ticker/apys_eth
- https://data.gateapi.io/api2/1/ticker/kyl_usdt
- https://data.gateapi.io/api2/1/ticker/kyl_eth
- https://data.gateapi.io/api2/1/ticker/udo_usdt
- https://data.gateapi.io/api2/1/ticker/udo_eth
- https://data.gateapi.io/api2/1/ticker/exrd_usdt
- https://data.gateapi.io/api2/1/ticker/exrd_eth
- https://data.gateapi.io/api2/1/ticker/yield_usdt
- https://data.gateapi.io/api2/1/ticker/yield_eth
- https://data.gateapi.io/api2/1/ticker/utk_usdt
- https://data.gateapi.io/api2/1/ticker/utk_eth
- https://data.gateapi.io/api2/1/ticker/aergo_usdt
- https://data.gateapi.io/api2/1/ticker/aergo_eth
- https://data.gateapi.io/api2/1/ticker/etha_usdt
- https://data.gateapi.io/api2/1/ticker/etha_eth
- https://data.gateapi.io/api2/1/ticker/inv_usdt
- https://data.gateapi.io/api2/1/ticker/inv_eth
- https://data.gateapi.io/api2/1/ticker/aln_usdt
- https://data.gateapi.io/api2/1/ticker/aln_eth
- https://data.gateapi.io/api2/1/ticker/vra_usdt
- https://data.gateapi.io/api2/1/ticker/vra_btc
- https://data.gateapi.io/api2/1/ticker/audio_usdt
- https://data.gateapi.io/api2/1/ticker/audio_eth
- https://data.gateapi.io/api2/1/ticker/perl_usdt
- https://data.gateapi.io/api2/1/ticker/perl_eth
- https://data.gateapi.io/api2/1/ticker/chr_usdt
- https://data.gateapi.io/api2/1/ticker/chr_eth
- https://data.gateapi.io/api2/1/ticker/bamboo_usdt
- https://data.gateapi.io/api2/1/ticker/hapi_usdt
- https://data.gateapi.io/api2/1/ticker/blankv2_usdt
- https://data.gateapi.io/api2/1/ticker/blankv2_eth
- https://data.gateapi.io/api2/1/ticker/blank_usdt
- https://data.gateapi.io/api2/1/ticker/blank_eth
- https://data.gateapi.io/api2/1/ticker/msol_usdt
- https://data.gateapi.io/api2/1/ticker/msol_eth
- https://data.gateapi.io/api2/1/ticker/oxy_usdt
- https://data.gateapi.io/api2/1/ticker/oxy_eth
- https://data.gateapi.io/api2/1/ticker/ern_usdt
- https://data.gateapi.io/api2/1/ticker/ern_eth
- https://data.gateapi.io/api2/1/ticker/bdp_usdt
- https://data.gateapi.io/api2/1/ticker/bdp_eth
- https://data.gateapi.io/api2/1/ticker/kine_usdt
- https://data.gateapi.io/api2/1/ticker/kine_eth
- https://data.gateapi.io/api2/1/ticker/cgg_usdt
- https://data.gateapi.io/api2/1/ticker/cgg_eth
- https://data.gateapi.io/api2/1/ticker/fet_usdt
- https://data.gateapi.io/api2/1/ticker/fet_eth
- https://data.gateapi.io/api2/1/ticker/wrx_usdt
- https://data.gateapi.io/api2/1/ticker/wrx_eth
- https://data.gateapi.io/api2/1/ticker/uos_usdt
- https://data.gateapi.io/api2/1/ticker/uos_eth
- https://data.gateapi.io/api2/1/ticker/unn_usdt
- https://data.gateapi.io/api2/1/ticker/unn_eth
- https://data.gateapi.io/api2/1/ticker/alice_usdt
- https://data.gateapi.io/api2/1/ticker/alice_eth
- https://data.gateapi.io/api2/1/ticker/adel_usdt
- https://data.gateapi.io/api2/1/ticker/adel_eth
- https://data.gateapi.io/api2/1/ticker/ton_usdt
- https://data.gateapi.io/api2/1/ticker/kimchi_usdt
- https://data.gateapi.io/api2/1/ticker/kimchi_eth
- https://data.gateapi.io/api2/1/ticker/kton_usdt
- https://data.gateapi.io/api2/1/ticker/ring_usdt
- https://data.gateapi.io/api2/1/ticker/ring_eth
- https://data.gateapi.io/api2/1/ticker/mini_usdt
- https://data.gateapi.io/api2/1/ticker/mini_eth
- https://data.gateapi.io/api2/1/ticker/cream_usdt
- https://data.gateapi.io/api2/1/ticker/cream_eth
- https://data.gateapi.io/api2/1/ticker/jgn_usdt
- https://data.gateapi.io/api2/1/ticker/jgn_eth
- https://data.gateapi.io/api2/1/ticker/dego_usdt
- https://data.gateapi.io/api2/1/ticker/rfuel_usdt
- https://data.gateapi.io/api2/1/ticker/sfg_usdt
- https://data.gateapi.io/api2/1/ticker/nest_usdt
- https://data.gateapi.io/api2/1/ticker/nest_eth
- https://data.gateapi.io/api2/1/ticker/core_eth
- https://data.gateapi.io/api2/1/ticker/core_usdt
- https://data.gateapi.io/api2/1/ticker/near_eth
- https://data.gateapi.io/api2/1/ticker/near_usdt
- https://data.gateapi.io/api2/1/ticker/nu_usdt
- https://data.gateapi.io/api2/1/ticker/nu_eth
- https://data.gateapi.io/api2/1/ticker/stake_usdt
- https://data.gateapi.io/api2/1/ticker/arnx_usdt
- https://data.gateapi.io/api2/1/ticker/arnx_eth
- https://data.gateapi.io/api2/1/ticker/tru_usdt
- https://data.gateapi.io/api2/1/ticker/tru_eth
- https://data.gateapi.io/api2/1/ticker/rose_usdt
- https://data.gateapi.io/api2/1/ticker/rose_eth
- https://data.gateapi.io/api2/1/ticker/badger_usdt
- https://data.gateapi.io/api2/1/ticker/badger_eth
- https://data.gateapi.io/api2/1/ticker/cover_usdt
- https://data.gateapi.io/api2/1/ticker/cover_eth
- https://data.gateapi.io/api2/1/ticker/glm_usdt
- https://data.gateapi.io/api2/1/ticker/glm_eth
- https://data.gateapi.io/api2/1/ticker/base_usdt
- https://data.gateapi.io/api2/1/ticker/base_eth
- https://data.gateapi.io/api2/1/ticker/pickle_usdt
- https://data.gateapi.io/api2/1/ticker/pickle_eth
- https://data.gateapi.io/api2/1/ticker/hegic_usdt
- https://data.gateapi.io/api2/1/ticker/hegic_eth
- https://data.gateapi.io/api2/1/ticker/gth_usdt
- https://data.gateapi.io/api2/1/ticker/gth_eth
- https://data.gateapi.io/api2/1/ticker/dusk_usdt
- https://data.gateapi.io/api2/1/ticker/dusk_eth
- https://data.gateapi.io/api2/1/ticker/88mph_usdt
- https://data.gateapi.io/api2/1/ticker/88mph_eth
- https://data.gateapi.io/api2/1/ticker/unfi_usdt
- https://data.gateapi.io/api2/1/ticker/unfi_eth
- https://data.gateapi.io/api2/1/ticker/flm_usdt
- https://data.gateapi.io/api2/1/ticker/flm_eth
- https://data.gateapi.io/api2/1/ticker/ghst_usdt
- https://data.gateapi.io/api2/1/ticker/ghst_eth
- https://data.gateapi.io/api2/1/ticker/loon_usdt
- https://data.gateapi.io/api2/1/ticker/loon_eth
- https://data.gateapi.io/api2/1/ticker/ach_usdt
- https://data.gateapi.io/api2/1/ticker/ach_eth
- https://data.gateapi.io/api2/1/ticker/duck_usdt
- https://data.gateapi.io/api2/1/ticker/duck_eth
- https://data.gateapi.io/api2/1/ticker/grt_usdt
- https://data.gateapi.io/api2/1/ticker/grt_eth
- https://data.gateapi.io/api2/1/ticker/grt_usd
- https://data.gateapi.io/api2/1/ticker/esd_usdt
- https://data.gateapi.io/api2/1/ticker/esd_eth
- https://data.gateapi.io/api2/1/ticker/aleph_usdt
- https://data.gateapi.io/api2/1/ticker/aleph_eth
- https://data.gateapi.io/api2/1/ticker/frax_usdt
- https://data.gateapi.io/api2/1/ticker/frax_eth
- https://data.gateapi.io/api2/1/ticker/fxs_usdt
- https://data.gateapi.io/api2/1/ticker/fxs_eth
- https://data.gateapi.io/api2/1/ticker/boring_usdt
- https://data.gateapi.io/api2/1/ticker/boring_eth
- https://data.gateapi.io/api2/1/ticker/rook_usdt
- https://data.gateapi.io/api2/1/ticker/rook_eth
- https://data.gateapi.io/api2/1/ticker/bac_usdt
- https://data.gateapi.io/api2/1/ticker/bac_eth
- https://data.gateapi.io/api2/1/ticker/bas_usdt
- https://data.gateapi.io/api2/1/ticker/bas_eth
- https://data.gateapi.io/api2/1/ticker/lon_usdt
- https://data.gateapi.io/api2/1/ticker/lon_eth
- https://data.gateapi.io/api2/1/ticker/maha_usdt
- https://data.gateapi.io/api2/1/ticker/maha_eth
- https://data.gateapi.io/api2/1/ticker/wozx_usdt
- https://data.gateapi.io/api2/1/ticker/wozx_eth
- https://data.gateapi.io/api2/1/ticker/far_usdt
- https://data.gateapi.io/api2/1/ticker/far_eth
- https://data.gateapi.io/api2/1/ticker/pond_usdt
- https://data.gateapi.io/api2/1/ticker/pond_eth
- https://data.gateapi.io/api2/1/ticker/1inch_usdt
- https://data.gateapi.io/api2/1/ticker/1inch_eth
- https://data.gateapi.io/api2/1/ticker/1inch_usd
- https://data.gateapi.io/api2/1/ticker/dsd_usdt
- https://data.gateapi.io/api2/1/ticker/dsd_eth
- https://data.gateapi.io/api2/1/ticker/octo_usdt
- https://data.gateapi.io/api2/1/ticker/octo_eth
- https://data.gateapi.io/api2/1/ticker/share_usdt
- https://data.gateapi.io/api2/1/ticker/share_eth
- https://data.gateapi.io/api2/1/ticker/lina_usdt
- https://data.gateapi.io/api2/1/ticker/lina_eth
- https://data.gateapi.io/api2/1/ticker/onc_usdt
- https://data.gateapi.io/api2/1/ticker/onc_eth
- https://data.gateapi.io/api2/1/ticker/ons_usdt
- https://data.gateapi.io/api2/1/ticker/ons_eth
- https://data.gateapi.io/api2/1/ticker/zks_usdt
- https://data.gateapi.io/api2/1/ticker/zks_eth
- https://data.gateapi.io/api2/1/ticker/frog_usdt
- https://data.gateapi.io/api2/1/ticker/frog_eth
- https://data.gateapi.io/api2/1/ticker/mis_usdt
- https://data.gateapi.io/api2/1/ticker/mis_eth
- https://data.gateapi.io/api2/1/ticker/white_usdt
- https://data.gateapi.io/api2/1/ticker/white_eth
- https://data.gateapi.io/api2/1/ticker/onx_usdt
- https://data.gateapi.io/api2/1/ticker/onx_eth
- https://data.gateapi.io/api2/1/ticker/matic_usdt
- https://data.gateapi.io/api2/1/ticker/matic_eth
- https://data.gateapi.io/api2/1/ticker/matic_usd
- https://data.gateapi.io/api2/1/ticker/rif_usdt
- https://data.gateapi.io/api2/1/ticker/rif_eth
- https://data.gateapi.io/api2/1/ticker/cru_usdt
- https://data.gateapi.io/api2/1/ticker/cru_eth
- https://data.gateapi.io/api2/1/ticker/props_usdt
- https://data.gateapi.io/api2/1/ticker/props_eth
- https://data.gateapi.io/api2/1/ticker/bifif_usdt
- https://data.gateapi.io/api2/1/ticker/bifif_eth
- https://data.gateapi.io/api2/1/ticker/layer_usdt
- https://data.gateapi.io/api2/1/ticker/layer_eth
- https://data.gateapi.io/api2/1/ticker/yfdai_usdt
- https://data.gateapi.io/api2/1/ticker/yfdai_eth
- https://data.gateapi.io/api2/1/ticker/qnt_usdt
- https://data.gateapi.io/api2/1/ticker/qnt_eth
- https://data.gateapi.io/api2/1/ticker/armor_usdt
- https://data.gateapi.io/api2/1/ticker/armor_eth
- https://data.gateapi.io/api2/1/ticker/yop_usdt
- https://data.gateapi.io/api2/1/ticker/yop_eth
- https://data.gateapi.io/api2/1/ticker/bfc_usdt
- https://data.gateapi.io/api2/1/ticker/bfc_eth
- https://data.gateapi.io/api2/1/ticker/bonded_usdt
- https://data.gateapi.io/api2/1/ticker/bonded_eth
- https://data.gateapi.io/api2/1/ticker/stmx_usdt
- https://data.gateapi.io/api2/1/ticker/stmx_eth
- https://data.gateapi.io/api2/1/ticker/room_usdt
- https://data.gateapi.io/api2/1/ticker/room_eth
- https://data.gateapi.io/api2/1/ticker/gdao_usdt
- https://data.gateapi.io/api2/1/ticker/gdao_eth
- https://data.gateapi.io/api2/1/ticker/unistake_usdt
- https://data.gateapi.io/api2/1/ticker/unistake_eth
- https://data.gateapi.io/api2/1/ticker/bond_usdt
- https://data.gateapi.io/api2/1/ticker/bond_eth
- https://data.gateapi.io/api2/1/ticker/frin_usdt
- https://data.gateapi.io/api2/1/ticker/fxf_usdt
- https://data.gateapi.io/api2/1/ticker/fxf_eth
- https://data.gateapi.io/api2/1/ticker/crbn_usdt
- https://data.gateapi.io/api2/1/ticker/crbn_eth
- https://data.gateapi.io/api2/1/ticker/torn_usdt
- https://data.gateapi.io/api2/1/ticker/torn_eth
- https://data.gateapi.io/api2/1/ticker/strong_usdt
- https://data.gateapi.io/api2/1/ticker/strong_eth
- https://data.gateapi.io/api2/1/ticker/umb_usdt
- https://data.gateapi.io/api2/1/ticker/umb_eth
- https://data.gateapi.io/api2/1/ticker/nux_usdt
- https://data.gateapi.io/api2/1/ticker/nux_eth
- https://data.gateapi.io/api2/1/ticker/jasmy_usdt
- https://data.gateapi.io/api2/1/ticker/jasmy_eth
- https://data.gateapi.io/api2/1/ticker/fast_usdt
- https://data.gateapi.io/api2/1/ticker/fast_eth
- https://data.gateapi.io/api2/1/ticker/bel_usdt
- https://data.gateapi.io/api2/1/ticker/bel_eth
- https://data.gateapi.io/api2/1/ticker/rndr_usdt
- https://data.gateapi.io/api2/1/ticker/rndr_eth
- https://data.gateapi.io/api2/1/ticker/zee_usdt
- https://data.gateapi.io/api2/1/ticker/zee_eth
- https://data.gateapi.io/api2/1/ticker/kono_usdt
- https://data.gateapi.io/api2/1/ticker/kono_eth
- https://data.gateapi.io/api2/1/ticker/polc_usdt
- https://data.gateapi.io/api2/1/ticker/polc_eth
- https://data.gateapi.io/api2/1/ticker/bcug_usdt
- https://data.gateapi.io/api2/1/ticker/bcug_eth
- https://data.gateapi.io/api2/1/ticker/xed_usdt
- https://data.gateapi.io/api2/1/ticker/xed_eth
- https://data.gateapi.io/api2/1/ticker/pkf_usdt
- https://data.gateapi.io/api2/1/ticker/pkf_eth
- https://data.gateapi.io/api2/1/ticker/rly_usdt
- https://data.gateapi.io/api2/1/ticker/rly_eth
- https://data.gateapi.io/api2/1/ticker/ust_usdt
- https://data.gateapi.io/api2/1/ticker/ust_eth
- https://data.gateapi.io/api2/1/ticker/anc_usdt
- https://data.gateapi.io/api2/1/ticker/anc_eth
- https://data.gateapi.io/api2/1/ticker/pnt_usdt
- https://data.gateapi.io/api2/1/ticker/pnt_eth
- https://data.gateapi.io/api2/1/ticker/dafi_usdt
- https://data.gateapi.io/api2/1/ticker/dafi_eth
- https://data.gateapi.io/api2/1/ticker/chain_usdt
- https://data.gateapi.io/api2/1/ticker/chain_eth
- https://data.gateapi.io/api2/1/ticker/fire_usdt
- https://data.gateapi.io/api2/1/ticker/fire_eth
- https://data.gateapi.io/api2/1/ticker/math_usdt
- https://data.gateapi.io/api2/1/ticker/math_eth
- https://data.gateapi.io/api2/1/ticker/tara_usdt
- https://data.gateapi.io/api2/1/ticker/tara_eth
- https://data.gateapi.io/api2/1/ticker/tara_btc
- https://data.gateapi.io/api2/1/ticker/vsp_usdt
- https://data.gateapi.io/api2/1/ticker/vsp_eth
- https://data.gateapi.io/api2/1/ticker/pcnt_usdt
- https://data.gateapi.io/api2/1/ticker/pcnt_eth
- https://data.gateapi.io/api2/1/ticker/arcx_usdt
- https://data.gateapi.io/api2/1/ticker/arcx_eth
- https://data.gateapi.io/api2/1/ticker/dg_usdt
- https://data.gateapi.io/api2/1/ticker/dg_eth
- https://data.gateapi.io/api2/1/ticker/dora_usdt
- https://data.gateapi.io/api2/1/ticker/dora_eth
- https://data.gateapi.io/api2/1/ticker/spi_usdt
- https://data.gateapi.io/api2/1/ticker/spi_eth
- https://data.gateapi.io/api2/1/ticker/str_usdt
- https://data.gateapi.io/api2/1/ticker/str_eth
- https://data.gateapi.io/api2/1/ticker/bank_usdt
- https://data.gateapi.io/api2/1/ticker/bank_eth
- https://data.gateapi.io/api2/1/ticker/dent_usdt
- https://data.gateapi.io/api2/1/ticker/dent_eth
- https://data.gateapi.io/api2/1/ticker/atd_usdt
- https://data.gateapi.io/api2/1/ticker/atd_eth
- https://data.gateapi.io/api2/1/ticker/shr_usdt
- https://data.gateapi.io/api2/1/ticker/shr_eth
- https://data.gateapi.io/api2/1/ticker/umx_usdt
- https://data.gateapi.io/api2/1/ticker/umx_eth
- https://data.gateapi.io/api2/1/ticker/conv_usdt
- https://data.gateapi.io/api2/1/ticker/conv_eth
- https://data.gateapi.io/api2/1/ticker/tidal_usdt
- https://data.gateapi.io/api2/1/ticker/tidal_eth
- https://data.gateapi.io/api2/1/ticker/k21_usdt
- https://data.gateapi.io/api2/1/ticker/k21_eth
- https://data.gateapi.io/api2/1/ticker/labs_usdt
- https://data.gateapi.io/api2/1/ticker/labs_eth
- https://data.gateapi.io/api2/1/ticker/oddz_usdt
- https://data.gateapi.io/api2/1/ticker/oddz_eth
- https://data.gateapi.io/api2/1/ticker/ogn_usdt
- https://data.gateapi.io/api2/1/ticker/ogn_eth
- https://data.gateapi.io/api2/1/ticker/ess_usdt
- https://data.gateapi.io/api2/1/ticker/ess_eth
- https://data.gateapi.io/api2/1/ticker/bles_usdt
- https://data.gateapi.io/api2/1/ticker/bles_eth
- https://data.gateapi.io/api2/1/ticker/poly_usdt
- https://data.gateapi.io/api2/1/ticker/poly_eth
- https://data.gateapi.io/api2/1/ticker/ovr_usdt
- https://data.gateapi.io/api2/1/ticker/mrch_usdt
- https://data.gateapi.io/api2/1/ticker/mrch_eth
- https://data.gateapi.io/api2/1/ticker/hget_usdt
- https://data.gateapi.io/api2/1/ticker/hget_eth
- https://data.gateapi.io/api2/1/ticker/dsla_usdt
- https://data.gateapi.io/api2/1/ticker/dsla_eth
- https://data.gateapi.io/api2/1/ticker/noia_usdt
- https://data.gateapi.io/api2/1/ticker/noia_eth
- https://data.gateapi.io/api2/1/ticker/revv_usdt
- https://data.gateapi.io/api2/1/ticker/revv_eth
- https://data.gateapi.io/api2/1/ticker/cook_usdt
- https://data.gateapi.io/api2/1/ticker/cook_eth
- https://data.gateapi.io/api2/1/ticker/axs_usdt
- https://data.gateapi.io/api2/1/ticker/axs_eth
- https://data.gateapi.io/api2/1/ticker/axs_usd
- https://data.gateapi.io/api2/1/ticker/cfi_usdt
- https://data.gateapi.io/api2/1/ticker/cfi_eth
- https://data.gateapi.io/api2/1/ticker/glq_usdt
- https://data.gateapi.io/api2/1/ticker/glq_eth
- https://data.gateapi.io/api2/1/ticker/mtl_usdt
- https://data.gateapi.io/api2/1/ticker/mtl_eth
- https://data.gateapi.io/api2/1/ticker/alcx_usdt
- https://data.gateapi.io/api2/1/ticker/alcx_eth
- https://data.gateapi.io/api2/1/ticker/fst_usdt
- https://data.gateapi.io/api2/1/ticker/fst_eth
- https://data.gateapi.io/api2/1/ticker/rai_usdt
- https://data.gateapi.io/api2/1/ticker/rai_eth
- https://data.gateapi.io/api2/1/ticker/ame_usdt
- https://data.gateapi.io/api2/1/ticker/ame_eth
- https://data.gateapi.io/api2/1/ticker/nmr_usdt
- https://data.gateapi.io/api2/1/ticker/nmr_eth
- https://data.gateapi.io/api2/1/ticker/stn_usdt
- https://data.gateapi.io/api2/1/ticker/stn_eth
- https://data.gateapi.io/api2/1/ticker/pmon_usdt
- https://data.gateapi.io/api2/1/ticker/pmon_eth
- https://data.gateapi.io/api2/1/ticker/shopx_usdt
- https://data.gateapi.io/api2/1/ticker/shopx_eth
- https://data.gateapi.io/api2/1/ticker/marsh_usdt
- https://data.gateapi.io/api2/1/ticker/marsh_eth
- https://data.gateapi.io/api2/1/ticker/shft_usdt
- https://data.gateapi.io/api2/1/ticker/shft_eth
- https://data.gateapi.io/api2/1/ticker/insur_usdt
- https://data.gateapi.io/api2/1/ticker/insur_eth
- https://data.gateapi.io/api2/1/ticker/rbc_usdt
- https://data.gateapi.io/api2/1/ticker/rbc_eth
- https://data.gateapi.io/api2/1/ticker/xcur_usdt
- https://data.gateapi.io/api2/1/ticker/xcur_eth
- https://data.gateapi.io/api2/1/ticker/vai_usdt
- https://data.gateapi.io/api2/1/ticker/orbs_usdt
- https://data.gateapi.io/api2/1/ticker/orbs_eth
- https://data.gateapi.io/api2/1/ticker/fei_usdt
- https://data.gateapi.io/api2/1/ticker/fei_eth
- https://data.gateapi.io/api2/1/ticker/tribe_usdt
- https://data.gateapi.io/api2/1/ticker/tribe_eth
- https://data.gateapi.io/api2/1/ticker/xend_usdt
- https://data.gateapi.io/api2/1/ticker/xend_eth
- https://data.gateapi.io/api2/1/ticker/key_usdt
- https://data.gateapi.io/api2/1/ticker/key_eth
- https://data.gateapi.io/api2/1/ticker/adx_usdt
- https://data.gateapi.io/api2/1/ticker/adx_eth
- https://data.gateapi.io/api2/1/ticker/mft_usdt
- https://data.gateapi.io/api2/1/ticker/mft_eth
- https://data.gateapi.io/api2/1/ticker/suku_usdt
- https://data.gateapi.io/api2/1/ticker/suku_eth
- https://data.gateapi.io/api2/1/ticker/suku_btc
- https://data.gateapi.io/api2/1/ticker/xor_usdt
- https://data.gateapi.io/api2/1/ticker/xor_eth
- https://data.gateapi.io/api2/1/ticker/lto_usdt
- https://data.gateapi.io/api2/1/ticker/lto_eth
- https://data.gateapi.io/api2/1/ticker/bepro_usdt
- https://data.gateapi.io/api2/1/ticker/bepro_eth
- https://data.gateapi.io/api2/1/ticker/totm_usdt
- https://data.gateapi.io/api2/1/ticker/sake_usdt
- https://data.gateapi.io/api2/1/ticker/sake_eth
- https://data.gateapi.io/api2/1/ticker/bly_usdt
- https://data.gateapi.io/api2/1/ticker/bly_btc
- https://data.gateapi.io/api2/1/ticker/aioz_usdt
- https://data.gateapi.io/api2/1/ticker/aioz_eth
- https://data.gateapi.io/api2/1/ticker/lkr_usdt
- https://data.gateapi.io/api2/1/ticker/lkr_eth
- https://data.gateapi.io/api2/1/ticker/tshp_usdt
- https://data.gateapi.io/api2/1/ticker/pnk_usdt
- https://data.gateapi.io/api2/1/ticker/pnk_eth
- https://data.gateapi.io/api2/1/ticker/boson_usdt
- https://data.gateapi.io/api2/1/ticker/boson_eth
- https://data.gateapi.io/api2/1/ticker/raze_usdt
- https://data.gateapi.io/api2/1/ticker/raze_eth
- https://data.gateapi.io/api2/1/ticker/l3p_usdt
- https://data.gateapi.io/api2/1/ticker/l3p_eth
- https://data.gateapi.io/api2/1/ticker/duck2_usdt
- https://data.gateapi.io/api2/1/ticker/duck2_eth
- https://data.gateapi.io/api2/1/ticker/rfox_usdt
- https://data.gateapi.io/api2/1/ticker/rfox_eth
- https://data.gateapi.io/api2/1/ticker/cel_usdt
- https://data.gateapi.io/api2/1/ticker/cel_eth
- https://data.gateapi.io/api2/1/ticker/cel_usd
- https://data.gateapi.io/api2/1/ticker/ktn_usdt
- https://data.gateapi.io/api2/1/ticker/ktn_eth
- https://data.gateapi.io/api2/1/ticker/ddim_usdt
- https://data.gateapi.io/api2/1/ticker/ddim_eth
- https://data.gateapi.io/api2/1/ticker/mofi_usdt
- https://data.gateapi.io/api2/1/ticker/fly_usdt
- https://data.gateapi.io/api2/1/ticker/multi_usdt
- https://data.gateapi.io/api2/1/ticker/multi_eth
- https://data.gateapi.io/api2/1/ticker/tlm_usdt
- https://data.gateapi.io/api2/1/ticker/tlm_eth
- https://data.gateapi.io/api2/1/ticker/dfl_usdt
- https://data.gateapi.io/api2/1/ticker/ddos_usdt
- https://data.gateapi.io/api2/1/ticker/dhv_usdt
- https://data.gateapi.io/api2/1/ticker/dhv_eth
- https://data.gateapi.io/api2/1/ticker/gs_usdt
- https://data.gateapi.io/api2/1/ticker/gs_eth
- https://data.gateapi.io/api2/1/ticker/shib_usdt
- https://data.gateapi.io/api2/1/ticker/shib_usd
- https://data.gateapi.io/api2/1/ticker/rage_usdt
- https://data.gateapi.io/api2/1/ticker/ram_usdt
- https://data.gateapi.io/api2/1/ticker/akita_usdt
- https://data.gateapi.io/api2/1/ticker/cti_usdt
- https://data.gateapi.io/api2/1/ticker/cti_eth
- https://data.gateapi.io/api2/1/ticker/kif_usdt
- https://data.gateapi.io/api2/1/ticker/kif_eth
- https://data.gateapi.io/api2/1/ticker/reef_usdt
- https://data.gateapi.io/api2/1/ticker/reef_eth
- https://data.gateapi.io/api2/1/ticker/bird_usdt
- https://data.gateapi.io/api2/1/ticker/bird_eth
- https://data.gateapi.io/api2/1/ticker/maps_usdt
- https://data.gateapi.io/api2/1/ticker/maps_eth
- https://data.gateapi.io/api2/1/ticker/mdf_usdt
- https://data.gateapi.io/api2/1/ticker/mdf_eth
- https://data.gateapi.io/api2/1/ticker/mir_usdt
- https://data.gateapi.io/api2/1/ticker/mir_eth
- https://data.gateapi.io/api2/1/ticker/sfil_usdt
- https://data.gateapi.io/api2/1/ticker/zcn_usdt
- https://data.gateapi.io/api2/1/ticker/zcn_eth
- https://data.gateapi.io/api2/1/ticker/mars_usdt
- https://data.gateapi.io/api2/1/ticker/mars_eth
- https://data.gateapi.io/api2/1/ticker/bao_usdt
- https://data.gateapi.io/api2/1/ticker/bao_eth
- https://data.gateapi.io/api2/1/ticker/lpt_usdt
- https://data.gateapi.io/api2/1/ticker/lpt_eth
- https://data.gateapi.io/api2/1/ticker/dis_usdt
- https://data.gateapi.io/api2/1/ticker/dis_eth
- https://data.gateapi.io/api2/1/ticker/dexe_usdt
- https://data.gateapi.io/api2/1/ticker/dexe_eth
- https://data.gateapi.io/api2/1/ticker/pbtc35a_usdt
- https://data.gateapi.io/api2/1/ticker/pbtc35a_eth
- https://data.gateapi.io/api2/1/ticker/orn_usdt
- https://data.gateapi.io/api2/1/ticker/orn_eth
- https://data.gateapi.io/api2/1/ticker/nord_usdt
- https://data.gateapi.io/api2/1/ticker/nord_eth
- https://data.gateapi.io/api2/1/ticker/dao_usdt
- https://data.gateapi.io/api2/1/ticker/dao_eth
- https://data.gateapi.io/api2/1/ticker/flow_usdt
- https://data.gateapi.io/api2/1/ticker/flow_eth
- https://data.gateapi.io/api2/1/ticker/blt_usdt
- https://data.gateapi.io/api2/1/ticker/alpha_usdt
- https://data.gateapi.io/api2/1/ticker/alpha_eth
- https://data.gateapi.io/api2/1/ticker/enj_usdt
- https://data.gateapi.io/api2/1/ticker/enj_eth
- https://data.gateapi.io/api2/1/ticker/enj_usd
- https://data.gateapi.io/api2/1/ticker/api3_usdt
- https://data.gateapi.io/api2/1/ticker/api3_eth
- https://data.gateapi.io/api2/1/ticker/fin_usdt
- https://data.gateapi.io/api2/1/ticker/skl_usdt
- https://data.gateapi.io/api2/1/ticker/prq_usdt
- https://data.gateapi.io/api2/1/ticker/front_usdt
- https://data.gateapi.io/api2/1/ticker/front_eth
- https://data.gateapi.io/api2/1/ticker/inj_usdt
- https://data.gateapi.io/api2/1/ticker/inj_eth
- https://data.gateapi.io/api2/1/ticker/alpa_usdt
- https://data.gateapi.io/api2/1/ticker/alpa_eth
- https://data.gateapi.io/api2/1/ticker/roobee_usdt
- https://data.gateapi.io/api2/1/ticker/nsure_usdt
- https://data.gateapi.io/api2/1/ticker/nsure_eth
- https://data.gateapi.io/api2/1/ticker/kp3r_usdt
- https://data.gateapi.io/api2/1/ticker/kp3r_eth
- https://data.gateapi.io/api2/1/ticker/woo_usdt
- https://data.gateapi.io/api2/1/ticker/woo_eth
- https://data.gateapi.io/api2/1/ticker/hyve_usdt
- https://data.gateapi.io/api2/1/ticker/hyve_eth
- https://data.gateapi.io/api2/1/ticker/kfc_usdt
- https://data.gateapi.io/api2/1/ticker/ramp_usdt
- https://data.gateapi.io/api2/1/ticker/sylo_usdt
- https://data.gateapi.io/api2/1/ticker/rari_eth
- https://data.gateapi.io/api2/1/ticker/rari_usdt
- https://data.gateapi.io/api2/1/ticker/dvp_usdt
- https://data.gateapi.io/api2/1/ticker/dvp_eth
- https://data.gateapi.io/api2/1/ticker/mph_usdt
- https://data.gateapi.io/api2/1/ticker/mph_eth
- https://data.gateapi.io/api2/1/ticker/df_usdt
- https://data.gateapi.io/api2/1/ticker/df_eth
- https://data.gateapi.io/api2/1/ticker/cvp_usdt
- https://data.gateapi.io/api2/1/ticker/cvp_eth
- https://data.gateapi.io/api2/1/ticker/value_usdt
- https://data.gateapi.io/api2/1/ticker/value_eth
- https://data.gateapi.io/api2/1/ticker/uma_usdt
- https://data.gateapi.io/api2/1/ticker/yfii_usdt
- https://data.gateapi.io/api2/1/ticker/yfii_eth
- https://data.gateapi.io/api2/1/ticker/swap_usdt
- https://data.gateapi.io/api2/1/ticker/swap_eth
- https://data.gateapi.io/api2/1/ticker/sxp_usdt
- https://data.gateapi.io/api2/1/ticker/sxp_eth
- https://data.gateapi.io/api2/1/ticker/sxp_usd
- https://data.gateapi.io/api2/1/ticker/bal_usdt
- https://data.gateapi.io/api2/1/ticker/bal_eth
- https://data.gateapi.io/api2/1/ticker/band_usdt
- https://data.gateapi.io/api2/1/ticker/band_eth
- https://data.gateapi.io/api2/1/ticker/ast_usdt
- https://data.gateapi.io/api2/1/ticker/ast_eth
- https://data.gateapi.io/api2/1/ticker/troy_usdt
- https://data.gateapi.io/api2/1/ticker/troy_eth
- https://data.gateapi.io/api2/1/ticker/om_usdt
- https://data.gateapi.io/api2/1/ticker/om_eth
- https://data.gateapi.io/api2/1/ticker/spa_usdt
- https://data.gateapi.io/api2/1/ticker/spa_eth
- https://data.gateapi.io/api2/1/ticker/akro_usdt
- https://data.gateapi.io/api2/1/ticker/akro_eth
- https://data.gateapi.io/api2/1/ticker/akro_usd
- https://data.gateapi.io/api2/1/ticker/for_usdt
- https://data.gateapi.io/api2/1/ticker/for_eth
- https://data.gateapi.io/api2/1/ticker/credit_usdt
- https://data.gateapi.io/api2/1/ticker/credit_eth
- https://data.gateapi.io/api2/1/ticker/dia_usdt
- https://data.gateapi.io/api2/1/ticker/dia_eth
- https://data.gateapi.io/api2/1/ticker/axis_usdt
- https://data.gateapi.io/api2/1/ticker/axis_eth
- https://data.gateapi.io/api2/1/ticker/trb_usdt
- https://data.gateapi.io/api2/1/ticker/trb_eth
- https://data.gateapi.io/api2/1/ticker/lien_usdt
- https://data.gateapi.io/api2/1/ticker/lien_eth
- https://data.gateapi.io/api2/1/ticker/pearl_usdt
- https://data.gateapi.io/api2/1/ticker/klv_usdt
- https://data.gateapi.io/api2/1/ticker/klv_eth
- https://data.gateapi.io/api2/1/ticker/nft_usdt
- https://data.gateapi.io/api2/1/ticker/corn_usdt
- https://data.gateapi.io/api2/1/ticker/slm_usdt
- https://data.gateapi.io/api2/1/ticker/tai_usdt
- https://data.gateapi.io/api2/1/ticker/crt_usdt
- https://data.gateapi.io/api2/1/ticker/jfi_usdt
- https://data.gateapi.io/api2/1/ticker/mta_usdt
- https://data.gateapi.io/api2/1/ticker/mta_eth
- https://data.gateapi.io/api2/1/ticker/yfi_usdt
- https://data.gateapi.io/api2/1/ticker/yfi_eth
- https://data.gateapi.io/api2/1/ticker/yfi_usd
- https://data.gateapi.io/api2/1/ticker/kin_usdt
- https://data.gateapi.io/api2/1/ticker/dka_usdt
- https://data.gateapi.io/api2/1/ticker/dka_eth
- https://data.gateapi.io/api2/1/ticker/ren_usdt
- https://data.gateapi.io/api2/1/ticker/ren_eth
- https://data.gateapi.io/api2/1/ticker/ren_usd
- https://data.gateapi.io/api2/1/ticker/dos_usdt
- https://data.gateapi.io/api2/1/ticker/suter_usdt
- https://data.gateapi.io/api2/1/ticker/srm_usdt
- https://data.gateapi.io/api2/1/ticker/srm_eth
- https://data.gateapi.io/api2/1/ticker/srm_usd
- https://data.gateapi.io/api2/1/ticker/jst_usdt
- https://data.gateapi.io/api2/1/ticker/lbk_usdt
- https://data.gateapi.io/api2/1/ticker/asd_usdt
- https://data.gateapi.io/api2/1/ticker/swop_usdt
- https://data.gateapi.io/api2/1/ticker/swop_eth
- https://data.gateapi.io/api2/1/ticker/enno_usdt
- https://data.gateapi.io/api2/1/ticker/nsbt_usdt
- https://data.gateapi.io/api2/1/ticker/nsbt_btc
- https://data.gateapi.io/api2/1/ticker/nsbt_eth
- https://data.gateapi.io/api2/1/ticker/west_usdt
- https://data.gateapi.io/api2/1/ticker/west_eth
- https://data.gateapi.io/api2/1/ticker/fio_usdt
- https://data.gateapi.io/api2/1/ticker/fio_eth
- https://data.gateapi.io/api2/1/ticker/hydra_usdt
- https://data.gateapi.io/api2/1/ticker/tlos_usdt
- https://data.gateapi.io/api2/1/ticker/tlos_btc
- https://data.gateapi.io/api2/1/ticker/olt_usdt
- https://data.gateapi.io/api2/1/ticker/xem_eth
- https://data.gateapi.io/api2/1/ticker/xem_usdt
- https://data.gateapi.io/api2/1/ticker/xem_btc
- https://data.gateapi.io/api2/1/ticker/xym_usdt
- https://data.gateapi.io/api2/1/ticker/xym_eth
- https://data.gateapi.io/api2/1/ticker/alaya_usdt
- https://data.gateapi.io/api2/1/ticker/alaya_eth
- https://data.gateapi.io/api2/1/ticker/lat_usdt
- https://data.gateapi.io/api2/1/ticker/dhx_usdt
- https://data.gateapi.io/api2/1/ticker/stc_usdt
- https://data.gateapi.io/api2/1/ticker/icp_usdt
- https://data.gateapi.io/api2/1/ticker/icp_eth
- https://data.gateapi.io/api2/1/ticker/bu_usdt
- https://data.gateapi.io/api2/1/ticker/bu_eth
- https://data.gateapi.io/api2/1/ticker/bu_btc
- https://data.gateapi.io/api2/1/ticker/ewt_usdt
- https://data.gateapi.io/api2/1/ticker/ewt_eth
- https://data.gateapi.io/api2/1/ticker/hnt_usdt
- https://data.gateapi.io/api2/1/ticker/hnt_eth
- https://data.gateapi.io/api2/1/ticker/angle_usdt
- https://data.gateapi.io/api2/1/ticker/mimir_usdt
- https://data.gateapi.io/api2/1/ticker/mimir_eth
- https://data.gateapi.io/api2/1/ticker/env_usdt
- https://data.gateapi.io/api2/1/ticker/xrune_usdt
- https://data.gateapi.io/api2/1/ticker/pixel_usdt
- https://data.gateapi.io/api2/1/ticker/dose_usdt
- https://data.gateapi.io/api2/1/ticker/dose_eth
- https://data.gateapi.io/api2/1/ticker/crpt_usdt
- https://data.gateapi.io/api2/1/ticker/crpt_eth
- https://data.gateapi.io/api2/1/ticker/moov_usdt
- https://data.gateapi.io/api2/1/ticker/ufo_usdt
- https://data.gateapi.io/api2/1/ticker/vee_usdt
- https://data.gateapi.io/api2/1/ticker/aaa_usdt
- https://data.gateapi.io/api2/1/ticker/aaa_eth
- https://data.gateapi.io/api2/1/ticker/doe_usdt
- https://data.gateapi.io/api2/1/ticker/gm_usdt
- https://data.gateapi.io/api2/1/ticker/ace_usdt
- https://data.gateapi.io/api2/1/ticker/life_usdt
- https://data.gateapi.io/api2/1/ticker/life_eth
- https://data.gateapi.io/api2/1/ticker/nfty_usdt
- https://data.gateapi.io/api2/1/ticker/nfty_eth
- https://data.gateapi.io/api2/1/ticker/adapad_usdt
- https://data.gateapi.io/api2/1/ticker/phm_usdt
- https://data.gateapi.io/api2/1/ticker/yin_usdt
- https://data.gateapi.io/api2/1/ticker/yin_eth
- https://data.gateapi.io/api2/1/ticker/bcmc_usdt
- https://data.gateapi.io/api2/1/ticker/sclp_usdt
- https://data.gateapi.io/api2/1/ticker/sclp_eth
- https://data.gateapi.io/api2/1/ticker/vera_usdt
- https://data.gateapi.io/api2/1/ticker/vera_eth
- https://data.gateapi.io/api2/1/ticker/floki_usdt
- https://data.gateapi.io/api2/1/ticker/dvi_usdt
- https://data.gateapi.io/api2/1/ticker/cirus_usdt
- https://data.gateapi.io/api2/1/ticker/talk_usdt
- https://data.gateapi.io/api2/1/ticker/dydx_usdt
- https://data.gateapi.io/api2/1/ticker/dydx_eth
- https://data.gateapi.io/api2/1/ticker/dydx_usd
- https://data.gateapi.io/api2/1/ticker/xyo_usdt
- https://data.gateapi.io/api2/1/ticker/xyo_eth
- https://data.gateapi.io/api2/1/ticker/rgt_usdt
- https://data.gateapi.io/api2/1/ticker/rgt_eth
- https://data.gateapi.io/api2/1/ticker/sku_usdt
- https://data.gateapi.io/api2/1/ticker/agld_usdt
- https://data.gateapi.io/api2/1/ticker/agld_eth
- https://data.gateapi.io/api2/1/ticker/agld_usd
- https://data.gateapi.io/api2/1/ticker/spo_usdt
- https://data.gateapi.io/api2/1/ticker/dognft_usdt
- https://data.gateapi.io/api2/1/ticker/dognft_eth
- https://data.gateapi.io/api2/1/ticker/pros_usdt
- https://data.gateapi.io/api2/1/ticker/pros_eth
- https://data.gateapi.io/api2/1/ticker/sov_usdt
- https://data.gateapi.io/api2/1/ticker/sov_btc
- https://data.gateapi.io/api2/1/ticker/spell_usdt
- https://data.gateapi.io/api2/1/ticker/spell_eth
- https://data.gateapi.io/api2/1/ticker/urus_usdt
- https://data.gateapi.io/api2/1/ticker/urus_eth
- https://data.gateapi.io/api2/1/ticker/brkl_usdt
- https://data.gateapi.io/api2/1/ticker/cfg_usdt
- https://data.gateapi.io/api2/1/ticker/cfg_btc
- https://data.gateapi.io/api2/1/ticker/fx_usdt
- https://data.gateapi.io/api2/1/ticker/fx_eth
- https://data.gateapi.io/api2/1/ticker/tbtc_usdt
- https://data.gateapi.io/api2/1/ticker/tbtc_eth
- https://data.gateapi.io/api2/1/ticker/stos_usdt
- https://data.gateapi.io/api2/1/ticker/stos_eth
- https://data.gateapi.io/api2/1/ticker/ssv_usdt
- https://data.gateapi.io/api2/1/ticker/ssv_eth
- https://data.gateapi.io/api2/1/ticker/ssv_btc
- https://data.gateapi.io/api2/1/ticker/niftsy_usdt
- https://data.gateapi.io/api2/1/ticker/asm_usdt
- https://data.gateapi.io/api2/1/ticker/asm_eth
- https://data.gateapi.io/api2/1/ticker/des_usdt
- https://data.gateapi.io/api2/1/ticker/visr_usdt
- https://data.gateapi.io/api2/1/ticker/visr_eth
- https://data.gateapi.io/api2/1/ticker/steth_usdt
- https://data.gateapi.io/api2/1/ticker/steth_eth
- https://data.gateapi.io/api2/1/ticker/cpool_usdt
- https://data.gateapi.io/api2/1/ticker/swash_usdt
- https://data.gateapi.io/api2/1/ticker/syn_usdt
- https://data.gateapi.io/api2/1/ticker/syn_eth
- https://data.gateapi.io/api2/1/ticker/kuma_usdt
- https://data.gateapi.io/api2/1/ticker/imx_usdt
- https://data.gateapi.io/api2/1/ticker/imx_eth
- https://data.gateapi.io/api2/1/ticker/cere_usdt
- https://data.gateapi.io/api2/1/ticker/cere_eth
- https://data.gateapi.io/api2/1/ticker/ens_usdt
- https://data.gateapi.io/api2/1/ticker/ens_eth
- https://data.gateapi.io/api2/1/ticker/toncoin_usdt
- https://data.gateapi.io/api2/1/ticker/toncoin_eth
- https://data.gateapi.io/api2/1/ticker/psp_usdt
- https://data.gateapi.io/api2/1/ticker/psp_eth
- https://data.gateapi.io/api2/1/ticker/wom_usdt
- https://data.gateapi.io/api2/1/ticker/wom_eth
- https://data.gateapi.io/api2/1/ticker/idv_usdt
- https://data.gateapi.io/api2/1/ticker/idv_eth
- https://data.gateapi.io/api2/1/ticker/nftx_usdt
- https://data.gateapi.io/api2/1/ticker/nftx_eth
- https://data.gateapi.io/api2/1/ticker/perp_usdt
- https://data.gateapi.io/api2/1/ticker/perp_eth
- https://data.gateapi.io/api2/1/ticker/perp_usd
- https://data.gateapi.io/api2/1/ticker/orai_usdt
- https://data.gateapi.io/api2/1/ticker/orai_eth
- https://data.gateapi.io/api2/1/ticker/cws_usdt
- https://data.gateapi.io/api2/1/ticker/cws_eth
- https://data.gateapi.io/api2/1/ticker/lit_usdt
- https://data.gateapi.io/api2/1/ticker/lit_eth
- https://data.gateapi.io/api2/1/ticker/uncx_usdt
- https://data.gateapi.io/api2/1/ticker/poolz_usdt
- https://data.gateapi.io/api2/1/ticker/poolz_eth
- https://data.gateapi.io/api2/1/ticker/snow_usdt
- https://data.gateapi.io/api2/1/ticker/snow_eth
- https://data.gateapi.io/api2/1/ticker/dodo_usdt
- https://data.gateapi.io/api2/1/ticker/dodo_eth
- https://data.gateapi.io/api2/1/ticker/flurry_usdt
- https://data.gateapi.io/api2/1/ticker/zam_usdt
- https://data.gateapi.io/api2/1/ticker/zam_eth
- https://data.gateapi.io/api2/1/ticker/ipad_usdt
- https://data.gateapi.io/api2/1/ticker/vrt_usdt
- https://data.gateapi.io/api2/1/ticker/vrt_eth
- https://data.gateapi.io/api2/1/ticker/ever_usdt
- https://data.gateapi.io/api2/1/ticker/opium_usdt
- https://data.gateapi.io/api2/1/ticker/opium_eth
- https://data.gateapi.io/api2/1/ticker/oly_usdt
- https://data.gateapi.io/api2/1/ticker/vrx_usdt
- https://data.gateapi.io/api2/1/ticker/vrx_eth
- https://data.gateapi.io/api2/1/ticker/fuse_usdt
- https://data.gateapi.io/api2/1/ticker/fuse_eth
- https://data.gateapi.io/api2/1/ticker/sdao_usdt
- https://data.gateapi.io/api2/1/ticker/sdao_eth
- https://data.gateapi.io/api2/1/ticker/sdao_btc
- https://data.gateapi.io/api2/1/ticker/mln_usdt
- https://data.gateapi.io/api2/1/ticker/mln_eth
- https://data.gateapi.io/api2/1/ticker/byn_usdt
- https://data.gateapi.io/api2/1/ticker/byn_eth
- https://data.gateapi.io/api2/1/ticker/srk_usdt
- https://data.gateapi.io/api2/1/ticker/srk_eth
- https://data.gateapi.io/api2/1/ticker/cofix_usdt
- https://data.gateapi.io/api2/1/ticker/mm_usdt
- https://data.gateapi.io/api2/1/ticker/mm_eth
- https://data.gateapi.io/api2/1/ticker/clv_usdt
- https://data.gateapi.io/api2/1/ticker/clv_eth
- https://data.gateapi.io/api2/1/ticker/burp_usdt
- https://data.gateapi.io/api2/1/ticker/burp_eth
- https://data.gateapi.io/api2/1/ticker/epk_usdt
- https://data.gateapi.io/api2/1/ticker/cart_usdt
- https://data.gateapi.io/api2/1/ticker/cart_eth
- https://data.gateapi.io/api2/1/ticker/whale_usdt
- https://data.gateapi.io/api2/1/ticker/c98_usdt
- https://data.gateapi.io/api2/1/ticker/c98_btc
- https://data.gateapi.io/api2/1/ticker/c98_usd
- https://data.gateapi.io/api2/1/ticker/iag_usdt
- https://data.gateapi.io/api2/1/ticker/dnxc_usdt
- https://data.gateapi.io/api2/1/ticker/idea_usdt
- https://data.gateapi.io/api2/1/ticker/derc_usdt
- https://data.gateapi.io/api2/1/ticker/pyr_usdt
- https://data.gateapi.io/api2/1/ticker/pyr_eth
- https://data.gateapi.io/api2/1/ticker/pla_usdt
- https://data.gateapi.io/api2/1/ticker/pla_eth
- https://data.gateapi.io/api2/1/ticker/cre_usdt
- https://data.gateapi.io/api2/1/ticker/efi_usdt
- https://data.gateapi.io/api2/1/ticker/efi_eth
- https://data.gateapi.io/api2/1/ticker/rad_usdt
- https://data.gateapi.io/api2/1/ticker/rad_eth
- https://data.gateapi.io/api2/1/ticker/game_usdt
- https://data.gateapi.io/api2/1/ticker/dfa_usdt
- https://data.gateapi.io/api2/1/ticker/hmt_usdt
- https://data.gateapi.io/api2/1/ticker/hmt_eth
- https://data.gateapi.io/api2/1/ticker/gala_usdt
- https://data.gateapi.io/api2/1/ticker/gala_eth
- https://data.gateapi.io/api2/1/ticker/skt_usdt
- https://data.gateapi.io/api2/1/ticker/trade_usdt
- https://data.gateapi.io/api2/1/ticker/sphri_usdt
- https://data.gateapi.io/api2/1/ticker/wncg_usdt
- https://data.gateapi.io/api2/1/ticker/wncg_btc
- https://data.gateapi.io/api2/1/ticker/bit_usdt
- https://data.gateapi.io/api2/1/ticker/starl_usdt
- https://data.gateapi.io/api2/1/ticker/rare_usdt
- https://data.gateapi.io/api2/1/ticker/rare_eth
- https://data.gateapi.io/api2/1/ticker/eden_usdt
- https://data.gateapi.io/api2/1/ticker/eden_eth
- https://data.gateapi.io/api2/1/ticker/eden_usd
- https://data.gateapi.io/api2/1/ticker/zlw_usdt
- https://data.gateapi.io/api2/1/ticker/zlw_eth
- https://data.gateapi.io/api2/1/ticker/qrdo_usdt
- https://data.gateapi.io/api2/1/ticker/qrdo_eth
- https://data.gateapi.io/api2/1/ticker/skyrim_usdt
- https://data.gateapi.io/api2/1/ticker/skyrim_eth
- https://data.gateapi.io/api2/1/ticker/bacon_usdt
- https://data.gateapi.io/api2/1/ticker/ref_usdt
- https://data.gateapi.io/api2/1/ticker/oct_usdt
- https://data.gateapi.io/api2/1/ticker/gno_usdt
- https://data.gateapi.io/api2/1/ticker/gno_eth
- https://data.gateapi.io/api2/1/ticker/ata_usdt
- https://data.gateapi.io/api2/1/ticker/ata_eth
- https://data.gateapi.io/api2/1/ticker/bbank_usdt
- https://data.gateapi.io/api2/1/ticker/bbank_eth
- https://data.gateapi.io/api2/1/ticker/bbank_btc
- https://data.gateapi.io/api2/1/ticker/push_usdt
- https://data.gateapi.io/api2/1/ticker/push_eth
- https://data.gateapi.io/api2/1/ticker/kft_usdt
- https://data.gateapi.io/api2/1/ticker/kft_eth
- https://data.gateapi.io/api2/1/ticker/revo_usdt
- https://data.gateapi.io/api2/1/ticker/revo_eth
- https://data.gateapi.io/api2/1/ticker/revo_btc
- https://data.gateapi.io/api2/1/ticker/vega_usdt
- https://data.gateapi.io/api2/1/ticker/vega_eth
- https://data.gateapi.io/api2/1/ticker/vent_usdt
- https://data.gateapi.io/api2/1/ticker/hid_usdt
- https://data.gateapi.io/api2/1/ticker/ldo_usdt
- https://data.gateapi.io/api2/1/ticker/ldo_eth
- https://data.gateapi.io/api2/1/ticker/ald_usdt
- https://data.gateapi.io/api2/1/ticker/ald_eth
- https://data.gateapi.io/api2/1/ticker/gel_usdt
- https://data.gateapi.io/api2/1/ticker/gel_eth
- https://data.gateapi.io/api2/1/ticker/idex_usdt
- https://data.gateapi.io/api2/1/ticker/idex_eth
- https://data.gateapi.io/api2/1/ticker/ctrc_usdt
- https://data.gateapi.io/api2/1/ticker/btrst_usdt
- https://data.gateapi.io/api2/1/ticker/btrst_eth
- https://data.gateapi.io/api2/1/ticker/itgr_usdt
- https://data.gateapi.io/api2/1/ticker/itgr_eth
- https://data.gateapi.io/api2/1/ticker/toke_usdt
- https://data.gateapi.io/api2/1/ticker/toke_eth
- https://data.gateapi.io/api2/1/ticker/hotcross_usdt
- https://data.gateapi.io/api2/1/ticker/hotcross_eth
- https://data.gateapi.io/api2/1/ticker/nftd_usdt
- https://data.gateapi.io/api2/1/ticker/mot_usdt
- https://data.gateapi.io/api2/1/ticker/knight_usdt
- https://data.gateapi.io/api2/1/ticker/forex_usdt
- https://data.gateapi.io/api2/1/ticker/forex_eth
- https://data.gateapi.io/api2/1/ticker/orion_usdt
- https://data.gateapi.io/api2/1/ticker/opul_usdt
- https://data.gateapi.io/api2/1/ticker/opul_eth
- https://data.gateapi.io/api2/1/ticker/vemp_usdt
- https://data.gateapi.io/api2/1/ticker/eva_usdt
- https://data.gateapi.io/api2/1/ticker/eva_eth
- https://data.gateapi.io/api2/1/ticker/txt_usdt
- https://data.gateapi.io/api2/1/ticker/txt_eth
- https://data.gateapi.io/api2/1/ticker/poli_usdt
- https://data.gateapi.io/api2/1/ticker/deri_usdt
- https://data.gateapi.io/api2/1/ticker/deri_eth
- https://data.gateapi.io/api2/1/ticker/taur_usdt
- https://data.gateapi.io/api2/1/ticker/nii_usdt
- https://data.gateapi.io/api2/1/ticker/nii_eth
- https://data.gateapi.io/api2/1/ticker/eqx_usdt
- https://data.gateapi.io/api2/1/ticker/theos_usdt
- https://data.gateapi.io/api2/1/ticker/rbn_usdt
- https://data.gateapi.io/api2/1/ticker/rbn_eth
- https://data.gateapi.io/api2/1/ticker/ioen_usdt
- https://data.gateapi.io/api2/1/ticker/ioen_eth
- https://data.gateapi.io/api2/1/ticker/strp_usdt
- https://data.gateapi.io/api2/1/ticker/strp_eth
- https://data.gateapi.io/api2/1/ticker/leash_usdt
- https://data.gateapi.io/api2/1/ticker/leash_eth
- https://data.gateapi.io/api2/1/ticker/ohm_usdt
- https://data.gateapi.io/api2/1/ticker/ohm_eth
- https://data.gateapi.io/api2/1/ticker/lith_usdt
- https://data.gateapi.io/api2/1/ticker/lith_eth
- https://data.gateapi.io/api2/1/ticker/shoe_usdt
- https://data.gateapi.io/api2/1/ticker/rice_usdt
- https://data.gateapi.io/api2/1/ticker/rice_eth
- https://data.gateapi.io/api2/1/ticker/lyxe_usdt
- https://data.gateapi.io/api2/1/ticker/lyxe_eth
- https://data.gateapi.io/api2/1/ticker/evry_usdt
- https://data.gateapi.io/api2/1/ticker/mnw_usdt
- https://data.gateapi.io/api2/1/ticker/mnw_eth
- https://data.gateapi.io/api2/1/ticker/kst_usdt
- https://data.gateapi.io/api2/1/ticker/kst_eth
- https://data.gateapi.io/api2/1/ticker/baked_usdt
- https://data.gateapi.io/api2/1/ticker/baked_eth
- https://data.gateapi.io/api2/1/ticker/saitama_usdt
- https://data.gateapi.io/api2/1/ticker/fodl_usdt
- https://data.gateapi.io/api2/1/ticker/fodl_eth
- https://data.gateapi.io/api2/1/ticker/pendle_usdt
- https://data.gateapi.io/api2/1/ticker/pendle_eth
- https://data.gateapi.io/api2/1/ticker/forth_usdt
- https://data.gateapi.io/api2/1/ticker/forth_eth
- https://data.gateapi.io/api2/1/ticker/lemd_usdt
- https://data.gateapi.io/api2/1/ticker/lemd_eth
- https://data.gateapi.io/api2/1/ticker/cards_usdt
- https://data.gateapi.io/api2/1/ticker/cards_eth
- https://data.gateapi.io/api2/1/ticker/ilv_usdt
- https://data.gateapi.io/api2/1/ticker/ilv_eth
- https://data.gateapi.io/api2/1/ticker/hord_usdt
- https://data.gateapi.io/api2/1/ticker/hord_eth
- https://data.gateapi.io/api2/1/ticker/xmark_usdt
- https://data.gateapi.io/api2/1/ticker/xmark_eth
- https://data.gateapi.io/api2/1/ticker/wbtc_usdt
- https://data.gateapi.io/api2/1/ticker/wbtc_btc
- https://data.gateapi.io/api2/1/ticker/moma_usdt
- https://data.gateapi.io/api2/1/ticker/moma_eth
- https://data.gateapi.io/api2/1/ticker/ares_usdt
- https://data.gateapi.io/api2/1/ticker/ares_eth
- https://data.gateapi.io/api2/1/ticker/alphr_usdt
- https://data.gateapi.io/api2/1/ticker/alphr_eth
- https://data.gateapi.io/api2/1/ticker/boa_usdt
- https://data.gateapi.io/api2/1/ticker/renbtc_usdt
- https://data.gateapi.io/api2/1/ticker/renbtc_btc
- https://data.gateapi.io/api2/1/ticker/susd_usdt
- https://data.gateapi.io/api2/1/ticker/susd_eth
- https://data.gateapi.io/api2/1/ticker/sfi_usdt
- https://data.gateapi.io/api2/1/ticker/sfi_eth
- https://data.gateapi.io/api2/1/ticker/smty_usdt
- https://data.gateapi.io/api2/1/ticker/smty_eth
- https://data.gateapi.io/api2/1/ticker/tcp_usdt
- https://data.gateapi.io/api2/1/ticker/tcp_eth
- https://data.gateapi.io/api2/1/ticker/quick_usdt
- https://data.gateapi.io/api2/1/ticker/quick_eth
- https://data.gateapi.io/api2/1/ticker/black_usdt
- https://data.gateapi.io/api2/1/ticker/black_eth
- https://data.gateapi.io/api2/1/ticker/bdt_usdt
- https://data.gateapi.io/api2/1/ticker/bdt_eth
- https://data.gateapi.io/api2/1/ticker/ez_usdt
- https://data.gateapi.io/api2/1/ticker/ez_eth
- https://data.gateapi.io/api2/1/ticker/stnd_usdt
- https://data.gateapi.io/api2/1/ticker/stnd_eth
- https://data.gateapi.io/api2/1/ticker/vso_usdt
- https://data.gateapi.io/api2/1/ticker/vso_eth
- https://data.gateapi.io/api2/1/ticker/klo_usdt
- https://data.gateapi.io/api2/1/ticker/xava_usdt
- https://data.gateapi.io/api2/1/ticker/joe_usdt
- https://data.gateapi.io/api2/1/ticker/joe_eth
- https://data.gateapi.io/api2/1/ticker/png_usdt
- https://data.gateapi.io/api2/1/ticker/hct_usdt
- https://data.gateapi.io/api2/1/ticker/hct_eth
- https://data.gateapi.io/api2/1/ticker/time_usdt
- https://data.gateapi.io/api2/1/ticker/time_eth
- https://data.gateapi.io/api2/1/ticker/benqi_usdt
- https://data.gateapi.io/api2/1/ticker/benqi_eth
- https://data.gateapi.io/api2/1/ticker/locg_usdt
- https://data.gateapi.io/api2/1/ticker/locg_eth
- https://data.gateapi.io/api2/1/ticker/orao_usdt
- https://data.gateapi.io/api2/1/ticker/orao_eth
- https://data.gateapi.io/api2/1/ticker/wsienna_usdt
- https://data.gateapi.io/api2/1/ticker/wiken_usdt
- https://data.gateapi.io/api2/1/ticker/wiken_btc
- https://data.gateapi.io/api2/1/ticker/wemix_usdt
- https://data.gateapi.io/api2/1/ticker/wemix_eth
- https://data.gateapi.io/api2/1/ticker/busy_usdt
- https://data.gateapi.io/api2/1/ticker/stbu_usdt
- https://data.gateapi.io/api2/1/ticker/stbu_eth
- https://data.gateapi.io/api2/1/ticker/lion_usdt
- https://data.gateapi.io/api2/1/ticker/dfnd_usdt
- https://data.gateapi.io/api2/1/ticker/isp_usdt
- https://data.gateapi.io/api2/1/ticker/isp_eth
- https://data.gateapi.io/api2/1/ticker/ftt_usdt
- https://data.gateapi.io/api2/1/ticker/ftt_eth
- https://data.gateapi.io/api2/1/ticker/ftt_usd
- https://data.gateapi.io/api2/1/ticker/lev_usdt
- https://data.gateapi.io/api2/1/ticker/gdt_usdt
- https://data.gateapi.io/api2/1/ticker/gdt_eth
- https://data.gateapi.io/api2/1/ticker/peri_usdt
- https://data.gateapi.io/api2/1/ticker/gum_usdt
- https://data.gateapi.io/api2/1/ticker/yfx_usdt
- https://data.gateapi.io/api2/1/ticker/prare_usdt
- https://data.gateapi.io/api2/1/ticker/prare_eth
- https://data.gateapi.io/api2/1/ticker/feg_usdt
- https://data.gateapi.io/api2/1/ticker/skrt_usdt
- https://data.gateapi.io/api2/1/ticker/metis_usdt
- https://data.gateapi.io/api2/1/ticker/metis_eth
- https://data.gateapi.io/api2/1/ticker/o3_usdt
- https://data.gateapi.io/api2/1/ticker/o3_eth
- https://data.gateapi.io/api2/1/ticker/bzz_usdt
- https://data.gateapi.io/api2/1/ticker/bzz_eth
- https://data.gateapi.io/api2/1/ticker/tbe_usdt
- https://data.gateapi.io/api2/1/ticker/10set_usdt
- https://data.gateapi.io/api2/1/ticker/pnl_usdt
- https://data.gateapi.io/api2/1/ticker/pnl_eth
- https://data.gateapi.io/api2/1/ticker/pdex_usdt
- https://data.gateapi.io/api2/1/ticker/wild_usdt
- https://data.gateapi.io/api2/1/ticker/fear_usdt
- https://data.gateapi.io/api2/1/ticker/fear_eth
- https://data.gateapi.io/api2/1/ticker/czz_usdt
- https://data.gateapi.io/api2/1/ticker/elon_usdt
- https://data.gateapi.io/api2/1/ticker/hoge_usdt
- https://data.gateapi.io/api2/1/ticker/noa_usdt
- https://data.gateapi.io/api2/1/ticker/kishu_usdt
- https://data.gateapi.io/api2/1/ticker/dop_usdt
- https://data.gateapi.io/api2/1/ticker/nmt_usdt
- https://data.gateapi.io/api2/1/ticker/nmt_eth
- https://data.gateapi.io/api2/1/ticker/naos_usdt
- https://data.gateapi.io/api2/1/ticker/naos_eth
- https://data.gateapi.io/api2/1/ticker/naos_btc
- https://data.gateapi.io/api2/1/ticker/para_usdt
- https://data.gateapi.io/api2/1/ticker/gitcoin_usdt
- https://data.gateapi.io/api2/1/ticker/gitcoin_eth
- https://data.gateapi.io/api2/1/ticker/saito_usdt
- https://data.gateapi.io/api2/1/ticker/xcad_usdt
- https://data.gateapi.io/api2/1/ticker/caps_usdt
- https://data.gateapi.io/api2/1/ticker/lss_usdt
- https://data.gateapi.io/api2/1/ticker/lss_eth
- https://data.gateapi.io/api2/1/ticker/slp_usdt
- https://data.gateapi.io/api2/1/ticker/slp_eth
- https://data.gateapi.io/api2/1/ticker/cvx_usdt
- https://data.gateapi.io/api2/1/ticker/cvx_eth
- https://data.gateapi.io/api2/1/ticker/niifi_usdt
- https://data.gateapi.io/api2/1/ticker/phtr_usdt
- https://data.gateapi.io/api2/1/ticker/occ_usdt
- https://data.gateapi.io/api2/1/ticker/apn_usdt
- https://data.gateapi.io/api2/1/ticker/apn_eth
- https://data.gateapi.io/api2/1/ticker/route_usdt
- https://data.gateapi.io/api2/1/ticker/dfyn_usdt
- https://data.gateapi.io/api2/1/ticker/ioi_usdt
- https://data.gateapi.io/api2/1/ticker/lime_usdt
- https://data.gateapi.io/api2/1/ticker/lime_eth
- https://data.gateapi.io/api2/1/ticker/lime_btc
- https://data.gateapi.io/api2/1/ticker/free_usdt
- https://data.gateapi.io/api2/1/ticker/form_usdt
- https://data.gateapi.io/api2/1/ticker/form_eth
- https://data.gateapi.io/api2/1/ticker/orc_usdt
- https://data.gateapi.io/api2/1/ticker/kex_usdt
- https://data.gateapi.io/api2/1/ticker/kex_eth
- https://data.gateapi.io/api2/1/ticker/keep_usdt
- https://data.gateapi.io/api2/1/ticker/keep_eth
- https://data.gateapi.io/api2/1/ticker/dlta_usdt
- https://data.gateapi.io/api2/1/ticker/nwc_usdt
- https://data.gateapi.io/api2/1/ticker/nwc_btc
- https://data.gateapi.io/api2/1/ticker/dpr_usdt
- https://data.gateapi.io/api2/1/ticker/dpr_eth
- https://data.gateapi.io/api2/1/ticker/yld_usdt
- https://data.gateapi.io/api2/1/ticker/cqt_usdt
- https://data.gateapi.io/api2/1/ticker/cqt_eth
- https://data.gateapi.io/api2/1/ticker/cqt_usd
- https://data.gateapi.io/api2/1/ticker/zcx_usdt
- https://data.gateapi.io/api2/1/ticker/flux_usdt
- https://data.gateapi.io/api2/1/ticker/flux_eth
- https://data.gateapi.io/api2/1/ticker/atp_usdt
- https://data.gateapi.io/api2/1/ticker/atp_eth
- https://data.gateapi.io/api2/1/ticker/nax_usdt
- https://data.gateapi.io/api2/1/ticker/nax_eth
- https://data.gateapi.io/api2/1/ticker/klay_usdt
- https://data.gateapi.io/api2/1/ticker/nbot_eth
- https://data.gateapi.io/api2/1/ticker/nbot_usdt
- https://data.gateapi.io/api2/1/ticker/qi_usdt
- https://data.gateapi.io/api2/1/ticker/qi_eth
- https://data.gateapi.io/api2/1/ticker/ply_eth
- https://data.gateapi.io/api2/1/ticker/med_usdt
- https://data.gateapi.io/api2/1/ticker/med_eth
- https://data.gateapi.io/api2/1/ticker/grin_usdt
- https://data.gateapi.io/api2/1/ticker/grin_eth
- https://data.gateapi.io/api2/1/ticker/grin_btc
- https://data.gateapi.io/api2/1/ticker/beam_usdt
- https://data.gateapi.io/api2/1/ticker/beam_eth
- https://data.gateapi.io/api2/1/ticker/beam_btc
- https://data.gateapi.io/api2/1/ticker/waxp_usdt
- https://data.gateapi.io/api2/1/ticker/waxp_eth
- https://data.gateapi.io/api2/1/ticker/iost_usdt
- https://data.gateapi.io/api2/1/ticker/iost_btc
- https://data.gateapi.io/api2/1/ticker/hbar_usdt
- https://data.gateapi.io/api2/1/ticker/mina_usdt
- https://data.gateapi.io/api2/1/ticker/mina_btc
- https://data.gateapi.io/api2/1/ticker/okb_usdt
- https://data.gateapi.io/api2/1/ticker/omg_usd
- https://data.gateapi.io/api2/1/ticker/rep_usdt
- https://data.gateapi.io/api2/1/ticker/rep_eth
- https://data.gateapi.io/api2/1/ticker/star_usdt
- https://data.gateapi.io/api2/1/ticker/star_eth
- https://data.gateapi.io/api2/1/ticker/zen_usdt
- https://data.gateapi.io/api2/1/ticker/abbc_usdt
- https://data.gateapi.io/api2/1/ticker/fil_usdt
- https://data.gateapi.io/api2/1/ticker/fil_btc
- https://data.gateapi.io/api2/1/ticker/fil_eth
- https://data.gateapi.io/api2/1/ticker/fic_usdt
- https://data.gateapi.io/api2/1/ticker/sup_usdt
- https://data.gateapi.io/api2/1/ticker/zrx_usd
- https://data.gateapi.io/api2/1/ticker/stox_usdt
- https://data.gateapi.io/api2/1/ticker/stox_eth
- https://data.gateapi.io/api2/1/ticker/link_usd
- https://data.gateapi.io/api2/1/ticker/cdt_btc
- https://data.gateapi.io/api2/1/ticker/vtho_eth
- https://data.gateapi.io/api2/1/ticker/vtho_usdt
- https://data.gateapi.io/api2/1/ticker/trx_usd
- https://data.gateapi.io/api2/1/ticker/vidyx_usdt
- https://data.gateapi.io/api2/1/ticker/vidyx_eth
- https://data.gateapi.io/api2/1/ticker/btt_usdt
- https://data.gateapi.io/api2/1/ticker/btt_eth
- https://data.gateapi.io/api2/1/ticker/wings_eth
- https://data.gateapi.io/api2/1/ticker/wings_usdt
- https://data.gateapi.io/api2/1/ticker/dai_usd
- https://data.gateapi.io/api2/1/ticker/tfuel_eth
- https://data.gateapi.io/api2/1/ticker/tfuel_usdt
- https://data.gateapi.io/api2/1/ticker/celr_eth
- https://data.gateapi.io/api2/1/ticker/celr_usdt
- https://data.gateapi.io/api2/1/ticker/ksm3s_usdt
- https://data.gateapi.io/api2/1/ticker/btm3l_usdt
- https://data.gateapi.io/api2/1/ticker/btm3s_usdt
- https://data.gateapi.io/api2/1/ticker/zec3l_usdt
- https://data.gateapi.io/api2/1/ticker/zec3s_usdt
- https://data.gateapi.io/api2/1/ticker/xmr3l_usdt
- https://data.gateapi.io/api2/1/ticker/xmr3s_usdt
- https://data.gateapi.io/api2/1/ticker/ampl3l_usdt
- https://data.gateapi.io/api2/1/ticker/ampl3s_usdt
- https://data.gateapi.io/api2/1/ticker/crv3l_usdt
- https://data.gateapi.io/api2/1/ticker/crv3s_usdt
- https://data.gateapi.io/api2/1/ticker/comp3l_usdt
- https://data.gateapi.io/api2/1/ticker/comp3s_usdt
- https://data.gateapi.io/api2/1/ticker/yfii3l_usdt
- https://data.gateapi.io/api2/1/ticker/yfii3s_usdt
- https://data.gateapi.io/api2/1/ticker/yfi3l_usdt
- https://data.gateapi.io/api2/1/ticker/yfi3s_usdt
- https://data.gateapi.io/api2/1/ticker/ht3l_usdt
- https://data.gateapi.io/api2/1/ticker/ht3s_usdt
- https://data.gateapi.io/api2/1/ticker/okb3l_usdt
- https://data.gateapi.io/api2/1/ticker/okb3s_usdt
- https://data.gateapi.io/api2/1/ticker/uni3l_usdt
- https://data.gateapi.io/api2/1/ticker/uni3s_usdt
- https://data.gateapi.io/api2/1/ticker/dot3l_usdt
- https://data.gateapi.io/api2/1/ticker/dot3s_usdt
- https://data.gateapi.io/api2/1/ticker/fil3l_usdt
- https://data.gateapi.io/api2/1/ticker/fil3s_usdt
- https://data.gateapi.io/api2/1/ticker/sushi3l_usdt
- https://data.gateapi.io/api2/1/ticker/sushi3s_usdt
- https://data.gateapi.io/api2/1/ticker/eth3l_usdt
- https://data.gateapi.io/api2/1/ticker/eth3s_usdt
- https://data.gateapi.io/api2/1/ticker/eos3l_usdt
- https://data.gateapi.io/api2/1/ticker/eos3s_usdt
- https://data.gateapi.io/api2/1/ticker/bsv3l_usdt
- https://data.gateapi.io/api2/1/ticker/bsv3s_usdt
- https://data.gateapi.io/api2/1/ticker/bch3l_usdt
- https://data.gateapi.io/api2/1/ticker/bch3s_usdt
- https://data.gateapi.io/api2/1/ticker/ltc3l_usdt
- https://data.gateapi.io/api2/1/ticker/ltc3s_usdt
- https://data.gateapi.io/api2/1/ticker/xtz3l_usdt
- https://data.gateapi.io/api2/1/ticker/xtz3s_usdt
- https://data.gateapi.io/api2/1/ticker/bsv_usdt
- https://data.gateapi.io/api2/1/ticker/bsv_btc
- https://data.gateapi.io/api2/1/ticker/rvn_usdt
- https://data.gateapi.io/api2/1/ticker/rvc_usdt
- https://data.gateapi.io/api2/1/ticker/ar_usdt
- https://data.gateapi.io/api2/1/ticker/rin_usdt
- https://data.gateapi.io/api2/1/ticker/buy_usdt
- https://data.gateapi.io/api2/1/ticker/buy_eth
- https://data.gateapi.io/api2/1/ticker/gaia_usdt
- https://data.gateapi.io/api2/1/ticker/snk_usdt
- https://data.gateapi.io/api2/1/ticker/polydoge_usdt
- https://data.gateapi.io/api2/1/ticker/mcash_usdt
- https://data.gateapi.io/api2/1/ticker/blok_usdt
- https://data.gateapi.io/api2/1/ticker/blok_eth
- https://data.gateapi.io/api2/1/ticker/champ_usdt
- https://data.gateapi.io/api2/1/ticker/nsdx_usdt
- https://data.gateapi.io/api2/1/ticker/sway_usdt
- https://data.gateapi.io/api2/1/ticker/usdt_usd
- https://data.gateapi.io/api2/1/ticker/tips_usdt
- https://data.gateapi.io/api2/1/ticker/tips_eth
- https://data.gateapi.io/api2/1/ticker/dcr_usdt
- https://data.gateapi.io/api2/1/ticker/dcr_btc
- https://data.gateapi.io/api2/1/ticker/bcn_usdt
- https://data.gateapi.io/api2/1/ticker/bcn_btc
- https://data.gateapi.io/api2/1/ticker/xmc_usdt
- https://data.gateapi.io/api2/1/ticker/xmc_btc
- https://data.gateapi.io/api2/1/ticker/xrp_usd
- https://data.gateapi.io/api2/1/ticker/arrr_usdt
- https://data.gateapi.io/api2/1/ticker/arrr_eth
- https://data.gateapi.io/api2/1/ticker/velo_usdt
- https://data.gateapi.io/api2/1/ticker/velo_eth
- https://data.gateapi.io/api2/1/ticker/wxt_usdt
- https://data.gateapi.io/api2/1/ticker/wxt_eth
- https://data.gateapi.io/api2/1/ticker/pps_usdt
- https://data.gateapi.io/api2/1/ticker/nbs_usdt
- https://data.gateapi.io/api2/1/ticker/nbs_btc
- https://data.gateapi.io/api2/1/ticker/xpr_usdt
- https://data.gateapi.io/api2/1/ticker/xpr_eth
- https://data.gateapi.io/api2/1/ticker/steem_usdt
- https://data.gateapi.io/api2/1/ticker/hive_usdt
- https://data.gateapi.io/api2/1/ticker/cocos_usdt
- https://data.gateapi.io/api2/1/ticker/ltc_usd
- https://data.gateapi.io/api2/1/ticker/doge_usd
- https://data.gateapi.io/api2/1/ticker/bch_usd
- https://data.gateapi.io/api2/1/ticker/bcha_usdt
- https://data.gateapi.io/api2/1/ticker/bcha_btc
- https://data.gateapi.io/api2/1/ticker/xec_usdt
- https://data.gateapi.io/api2/1/ticker/eth5l_usdt
- https://data.gateapi.io/api2/1/ticker/eth5s_usdt
- https://data.gateapi.io/api2/1/ticker/link3l_usdt
- https://data.gateapi.io/api2/1/ticker/link3s_usdt
- https://data.gateapi.io/api2/1/ticker/kava3l_usdt
- https://data.gateapi.io/api2/1/ticker/kava3s_usdt
- https://data.gateapi.io/api2/1/ticker/egld3l_usdt
- https://data.gateapi.io/api2/1/ticker/egld3s_usdt
- https://data.gateapi.io/api2/1/ticker/chz3l_usdt
- https://data.gateapi.io/api2/1/ticker/chz3s_usdt
- https://data.gateapi.io/api2/1/ticker/mkr3l_usdt
- https://data.gateapi.io/api2/1/ticker/mkr3s_usdt
- https://data.gateapi.io/api2/1/ticker/lrc3l_usdt
- https://data.gateapi.io/api2/1/ticker/lrc3s_usdt
- https://data.gateapi.io/api2/1/ticker/bal3l_usdt
- https://data.gateapi.io/api2/1/ticker/bal3s_usdt
- https://data.gateapi.io/api2/1/ticker/jst3l_usdt
- https://data.gateapi.io/api2/1/ticker/jst3s_usdt
- https://data.gateapi.io/api2/1/ticker/sero3l_usdt
- https://data.gateapi.io/api2/1/ticker/sero3s_usdt
- https://data.gateapi.io/api2/1/ticker/vet3l_usdt
- https://data.gateapi.io/api2/1/ticker/vet3s_usdt
- https://data.gateapi.io/api2/1/ticker/theta3l_usdt
- https://data.gateapi.io/api2/1/ticker/theta3s_usdt
- https://data.gateapi.io/api2/1/ticker/zil3l_usdt
- https://data.gateapi.io/api2/1/ticker/zil3s_usdt
- https://data.gateapi.io/api2/1/ticker/grin3l_usdt
- https://data.gateapi.io/api2/1/ticker/grin3s_usdt
- https://data.gateapi.io/api2/1/ticker/beam3l_usdt
- https://data.gateapi.io/api2/1/ticker/beam3s_usdt
- https://data.gateapi.io/api2/1/ticker/sol3l_usdt
- https://data.gateapi.io/api2/1/ticker/sol3s_usdt
- https://data.gateapi.io/api2/1/ticker/skl3l_usdt
- https://data.gateapi.io/api2/1/ticker/skl3s_usdt
- https://data.gateapi.io/api2/1/ticker/1inch3l_usdt
- https://data.gateapi.io/api2/1/ticker/1inch3s_usdt
- https://data.gateapi.io/api2/1/ticker/lon3l_usdt
- https://data.gateapi.io/api2/1/ticker/lon3s_usdt
- https://data.gateapi.io/api2/1/ticker/doge3l_usdt
- https://data.gateapi.io/api2/1/ticker/doge3s_usdt
- https://data.gateapi.io/api2/1/ticker/grt3l_usdt
- https://data.gateapi.io/api2/1/ticker/grt3s_usdt
- https://data.gateapi.io/api2/1/ticker/bnb3l_usdt
- https://data.gateapi.io/api2/1/ticker/bnb3s_usdt
- https://data.gateapi.io/api2/1/ticker/trx3l_usdt
- https://data.gateapi.io/api2/1/ticker/trx3s_usdt
- https://data.gateapi.io/api2/1/ticker/atom3l_usdt
- https://data.gateapi.io/api2/1/ticker/atom3s_usdt
- https://data.gateapi.io/api2/1/ticker/avax3l_usdt
- https://data.gateapi.io/api2/1/ticker/avax3s_usdt
- https://data.gateapi.io/api2/1/ticker/near3l_usdt
- https://data.gateapi.io/api2/1/ticker/near3s_usdt
- https://data.gateapi.io/api2/1/ticker/rose3l_usdt
- https://data.gateapi.io/api2/1/ticker/rose3s_usdt
- https://data.gateapi.io/api2/1/ticker/zen3l_usdt
- https://data.gateapi.io/api2/1/ticker/zen3s_usdt
- https://data.gateapi.io/api2/1/ticker/qtum3l_usdt
- https://data.gateapi.io/api2/1/ticker/qtum3s_usdt
- https://data.gateapi.io/api2/1/ticker/xlm3l_usdt
- https://data.gateapi.io/api2/1/ticker/xlm3s_usdt
- https://data.gateapi.io/api2/1/ticker/xrp3l_usdt
- https://data.gateapi.io/api2/1/ticker/xrp3s_usdt
- https://data.gateapi.io/api2/1/ticker/cfx3l_usdt
- https://data.gateapi.io/api2/1/ticker/cfx3s_usdt
- https://data.gateapi.io/api2/1/ticker/omg3l_usdt
- https://data.gateapi.io/api2/1/ticker/omg3s_usdt
- https://data.gateapi.io/api2/1/ticker/algo3l_usdt
- https://data.gateapi.io/api2/1/ticker/algo3s_usdt
- https://data.gateapi.io/api2/1/ticker/waves3l_usdt
- https://data.gateapi.io/api2/1/ticker/waves3s_usdt
- https://data.gateapi.io/api2/1/ticker/neo3l_usdt
- https://data.gateapi.io/api2/1/ticker/neo3s_usdt
- https://data.gateapi.io/api2/1/ticker/ont3l_usdt
- https://data.gateapi.io/api2/1/ticker/ont3s_usdt
- https://data.gateapi.io/api2/1/ticker/etc3l_usdt
- https://data.gateapi.io/api2/1/ticker/etc3s_usdt
- https://data.gateapi.io/api2/1/ticker/cvc3l_usdt
- https://data.gateapi.io/api2/1/ticker/cvc3s_usdt
- https://data.gateapi.io/api2/1/ticker/snx3l_usdt
- https://data.gateapi.io/api2/1/ticker/snx3s_usdt
- https://data.gateapi.io/api2/1/ticker/ada3l_usdt
- https://data.gateapi.io/api2/1/ticker/ada3s_usdt
- https://data.gateapi.io/api2/1/ticker/dash3l_usdt
- https://data.gateapi.io/api2/1/ticker/dash3s_usdt
- https://data.gateapi.io/api2/1/ticker/aave3l_usdt
- https://data.gateapi.io/api2/1/ticker/aave3s_usdt
- https://data.gateapi.io/api2/1/ticker/srm3l_usdt
- https://data.gateapi.io/api2/1/ticker/srm3s_usdt
- https://data.gateapi.io/api2/1/ticker/ksm3l_usdt
- https://data.gateapi.io/api2/1/ticker/xch_usdt
- https://data.gateapi.io/api2/1/ticker/xch_eth
- https://data.gateapi.io/api2/1/ticker/akt_usdt
- https://data.gateapi.io/api2/1/ticker/akt_eth
- https://data.gateapi.io/api2/1/ticker/hns_btc
- https://data.gateapi.io/api2/1/ticker/hns_usdt
- https://data.gateapi.io/api2/1/ticker/btc3l_usdt
- https://data.gateapi.io/api2/1/ticker/btc3s_usdt
- https://data.gateapi.io/api2/1/ticker/fitfi3l_usdt
- https://data.gateapi.io/api2/1/ticker/fitfi3s_usdt
- https://data.gateapi.io/api2/1/ticker/gal3l_usdt
- https://data.gateapi.io/api2/1/ticker/gal3s_usdt
- https://data.gateapi.io/api2/1/ticker/gst3l_usdt
- https://data.gateapi.io/api2/1/ticker/gst3s_usdt
- https://data.gateapi.io/api2/1/ticker/loka3l_usdt
- https://data.gateapi.io/api2/1/ticker/loka3s_usdt
- https://data.gateapi.io/api2/1/ticker/astr3l_usdt
- https://data.gateapi.io/api2/1/ticker/astr3s_usdt
- https://data.gateapi.io/api2/1/ticker/bsw3l_usdt
- https://data.gateapi.io/api2/1/ticker/bsw3s_usdt
- https://data.gateapi.io/api2/1/ticker/cake3l_usdt
- https://data.gateapi.io/api2/1/ticker/cake3s_usdt
- https://data.gateapi.io/api2/1/ticker/ape3l_usdt
- https://data.gateapi.io/api2/1/ticker/ape3s_usdt
- https://data.gateapi.io/api2/1/ticker/gmt3l_usdt
- https://data.gateapi.io/api2/1/ticker/gmt3s_usdt
- https://data.gateapi.io/api2/1/ticker/cro3l_usdt
- https://data.gateapi.io/api2/1/ticker/cro3s_usdt
- https://data.gateapi.io/api2/1/ticker/api33l_usdt
- https://data.gateapi.io/api2/1/ticker/api33s_usdt
- https://data.gateapi.io/api2/1/ticker/jasmy3l_usdt
- https://data.gateapi.io/api2/1/ticker/jasmy3s_usdt
- https://data.gateapi.io/api2/1/ticker/anc3l_usdt
- https://data.gateapi.io/api2/1/ticker/anc3s_usdt
- https://data.gateapi.io/api2/1/ticker/glmr3l_usdt
- https://data.gateapi.io/api2/1/ticker/glmr3s_usdt
- https://data.gateapi.io/api2/1/ticker/imx3l_usdt
- https://data.gateapi.io/api2/1/ticker/imx3s_usdt
- https://data.gateapi.io/api2/1/ticker/woo3l_usdt
- https://data.gateapi.io/api2/1/ticker/woo3s_usdt
- https://data.gateapi.io/api2/1/ticker/bat3l_usdt
- https://data.gateapi.io/api2/1/ticker/bat3s_usdt
- https://data.gateapi.io/api2/1/ticker/mask3l_usdt
- https://data.gateapi.io/api2/1/ticker/mask3s_usdt
- https://data.gateapi.io/api2/1/ticker/people3l_usdt
- https://data.gateapi.io/api2/1/ticker/people3s_usdt
- https://data.gateapi.io/api2/1/ticker/slp3l_usdt
- https://data.gateapi.io/api2/1/ticker/slp3s_usdt
- https://data.gateapi.io/api2/1/ticker/looks3l_usdt
- https://data.gateapi.io/api2/1/ticker/looks3s_usdt
- https://data.gateapi.io/api2/1/ticker/raca3l_usdt
- https://data.gateapi.io/api2/1/ticker/raca3s_usdt
- https://data.gateapi.io/api2/1/ticker/enj3l_usdt
- https://data.gateapi.io/api2/1/ticker/enj3s_usdt
- https://data.gateapi.io/api2/1/ticker/mana3l_usdt
- https://data.gateapi.io/api2/1/ticker/mana3s_usdt
- https://data.gateapi.io/api2/1/ticker/klay3l_usdt
- https://data.gateapi.io/api2/1/ticker/klay3s_usdt
- https://data.gateapi.io/api2/1/ticker/arpa3l_usdt
- https://data.gateapi.io/api2/1/ticker/arpa3s_usdt
- https://data.gateapi.io/api2/1/ticker/coti3l_usdt
- https://data.gateapi.io/api2/1/ticker/coti3s_usdt
- https://data.gateapi.io/api2/1/ticker/xch3l_usdt
- https://data.gateapi.io/api2/1/ticker/xch3s_usdt
- https://data.gateapi.io/api2/1/ticker/iost3l_usdt
- https://data.gateapi.io/api2/1/ticker/iost3s_usdt
- https://data.gateapi.io/api2/1/ticker/bzz3l_usdt
- https://data.gateapi.io/api2/1/ticker/bzz3s_usdt
- https://data.gateapi.io/api2/1/ticker/tribe3l_usdt
- https://data.gateapi.io/api2/1/ticker/tribe3s_usdt
- https://data.gateapi.io/api2/1/ticker/ray3l_usdt
- https://data.gateapi.io/api2/1/ticker/ray3s_usdt
- https://data.gateapi.io/api2/1/ticker/ar3l_usdt
- https://data.gateapi.io/api2/1/ticker/ar3s_usdt
- https://data.gateapi.io/api2/1/ticker/one3l_usdt
- https://data.gateapi.io/api2/1/ticker/one3s_usdt
- https://data.gateapi.io/api2/1/ticker/hbar3l_usdt
- https://data.gateapi.io/api2/1/ticker/hbar3s_usdt
- https://data.gateapi.io/api2/1/ticker/cspr3l_usdt
- https://data.gateapi.io/api2/1/ticker/cspr3s_usdt
- https://data.gateapi.io/api2/1/ticker/sxp3l_usdt
- https://data.gateapi.io/api2/1/ticker/sxp3s_usdt
- https://data.gateapi.io/api2/1/ticker/xec3l_usdt
- https://data.gateapi.io/api2/1/ticker/xec3s_usdt
- https://data.gateapi.io/api2/1/ticker/lit3l_usdt
- https://data.gateapi.io/api2/1/ticker/lit3s_usdt
- https://data.gateapi.io/api2/1/ticker/mina3l_usdt
- https://data.gateapi.io/api2/1/ticker/mina3s_usdt
- https://data.gateapi.io/api2/1/ticker/gala3l_usdt
- https://data.gateapi.io/api2/1/ticker/gala3s_usdt
- https://data.gateapi.io/api2/1/ticker/ftt3l_usdt
- https://data.gateapi.io/api2/1/ticker/ftt3s_usdt
- https://data.gateapi.io/api2/1/ticker/c983l_usdt
- https://data.gateapi.io/api2/1/ticker/c983s_usdt
- https://data.gateapi.io/api2/1/ticker/dydx3l_usdt
- https://data.gateapi.io/api2/1/ticker/dydx3s_usdt
- https://data.gateapi.io/api2/1/ticker/mtl3l_usdt
- https://data.gateapi.io/api2/1/ticker/mtl3s_usdt
- https://data.gateapi.io/api2/1/ticker/ftm3l_usdt
- https://data.gateapi.io/api2/1/ticker/ftm3s_usdt
- https://data.gateapi.io/api2/1/ticker/sand3l_usdt
- https://data.gateapi.io/api2/1/ticker/sand3s_usdt
- https://data.gateapi.io/api2/1/ticker/luna3l_usdt
- https://data.gateapi.io/api2/1/ticker/luna3s_usdt
- https://data.gateapi.io/api2/1/ticker/alpha3l_usdt
- https://data.gateapi.io/api2/1/ticker/alpha3s_usdt
- https://data.gateapi.io/api2/1/ticker/rune3l_usdt
- https://data.gateapi.io/api2/1/ticker/rune3s_usdt
- https://data.gateapi.io/api2/1/ticker/icp3l_usdt
- https://data.gateapi.io/api2/1/ticker/icp3s_usdt
- https://data.gateapi.io/api2/1/ticker/shib3l_usdt
- https://data.gateapi.io/api2/1/ticker/shib3s_usdt
- https://data.gateapi.io/api2/1/ticker/ach3l_usdt
- https://data.gateapi.io/api2/1/ticker/ach3s_usdt
- https://data.gateapi.io/api2/1/ticker/alice3l_usdt
- https://data.gateapi.io/api2/1/ticker/alice3s_usdt
- https://data.gateapi.io/api2/1/ticker/axs3l_usdt
- https://data.gateapi.io/api2/1/ticker/axs3s_usdt
- https://data.gateapi.io/api2/1/ticker/matic3l_usdt
- https://data.gateapi.io/api2/1/ticker/matic3s_usdt
- https://data.gateapi.io/api2/1/ticker/btc5l_usdt
- https://data.gateapi.io/api2/1/ticker/btc5s_usdt
- https://data.gateapi.io/api2/1/ticker/doge5l_usdt
- https://data.gateapi.io/api2/1/ticker/doge5s_usdt
- https://data.gateapi.io/api2/1/ticker/axs5l_usdt
- https://data.gateapi.io/api2/1/ticker/axs5s_usdt
- https://data.gateapi.io/api2/1/ticker/uni5l_usdt
- https://data.gateapi.io/api2/1/ticker/uni5s_usdt
- https://data.gateapi.io/api2/1/ticker/link5l_usdt
- https://data.gateapi.io/api2/1/ticker/link5s_usdt
- https://data.gateapi.io/api2/1/ticker/gala5l_usdt
- https://data.gateapi.io/api2/1/ticker/gala5s_usdt
- https://data.gateapi.io/api2/1/ticker/shib5l_usdt
- https://data.gateapi.io/api2/1/ticker/shib5s_usdt
- https://data.gateapi.io/api2/1/ticker/bch5l_usdt
- https://data.gateapi.io/api2/1/ticker/bch5s_usdt
- https://data.gateapi.io/api2/1/ticker/dot5l_usdt
- https://data.gateapi.io/api2/1/ticker/dot5s_usdt
- https://data.gateapi.io/api2/1/ticker/xrp5l_usdt
- https://data.gateapi.io/api2/1/ticker/xrp5s_usdt
- https://data.gateapi.io/api2/1/ticker/bsv5l_usdt
- https://data.gateapi.io/api2/1/ticker/bsv5s_usdt
- https://data.gateapi.io/api2/1/ticker/ltc5l_usdt
- https://data.gateapi.io/api2/1/ticker/ltc5s_usdt
- https://data.gateapi.io/api2/1/ticker/eos5l_usdt
- https://data.gateapi.io/api2/1/ticker/eos5s_usdt
- https://data.gateapi.io/api2/1/ticker/source_usdt
- https://data.gateapi.io/api2/1/ticker/source_eth
- https://data.gateapi.io/api2/1/ticker/celo_usdt
- https://data.gateapi.io/api2/1/ticker/hpb_usdt
- https://data.gateapi.io/api2/1/ticker/hpb_eth
- https://data.gateapi.io/api2/1/ticker/cfx_usdt
- https://data.gateapi.io/api2/1/ticker/cfx_eth
- https://data.gateapi.io/api2/1/ticker/fti_usdt
- https://data.gateapi.io/api2/1/ticker/fti_eth
- https://data.gateapi.io/api2/1/ticker/sop_eth
- https://data.gateapi.io/api2/1/ticker/sop_usdt
- https://data.gateapi.io/api2/1/ticker/lemo_usdt
- https://data.gateapi.io/api2/1/ticker/lemo_eth
- https://data.gateapi.io/api2/1/ticker/eon_eth
- https://data.gateapi.io/api2/1/ticker/pundix_eth
- https://data.gateapi.io/api2/1/ticker/pundix_usdt
- https://data.gateapi.io/api2/1/ticker/qkc_usdt
- https://data.gateapi.io/api2/1/ticker/qkc_eth
- https://data.gateapi.io/api2/1/ticker/qkc_btc
- https://data.gateapi.io/api2/1/ticker/iotx_usdt
- https://data.gateapi.io/api2/1/ticker/iotx_eth
- https://data.gateapi.io/api2/1/ticker/red_usdt
- https://data.gateapi.io/api2/1/ticker/red_eth
- https://data.gateapi.io/api2/1/ticker/lba_usdt
- https://data.gateapi.io/api2/1/ticker/lba_eth
- https://data.gateapi.io/api2/1/ticker/open_usdt
- https://data.gateapi.io/api2/1/ticker/open_eth
- https://data.gateapi.io/api2/1/ticker/mith_usdt
- https://data.gateapi.io/api2/1/ticker/mith_eth
- https://data.gateapi.io/api2/1/ticker/skm_usdt
- https://data.gateapi.io/api2/1/ticker/skm_eth
- https://data.gateapi.io/api2/1/ticker/xvg_usdt
- https://data.gateapi.io/api2/1/ticker/xvg_btc
- https://data.gateapi.io/api2/1/ticker/nano_usdt
- https://data.gateapi.io/api2/1/ticker/nano_btc
- https://data.gateapi.io/api2/1/ticker/nbai_eth
- https://data.gateapi.io/api2/1/ticker/upp_eth
- https://data.gateapi.io/api2/1/ticker/atmi_eth
- https://data.gateapi.io/api2/1/ticker/tmt_eth
- https://data.gateapi.io/api2/1/ticker/strax_usdt
- https://data.gateapi.io/api2/1/ticker/strax_eth
- https://data.gateapi.io/api2/1/ticker/strax_btc
- https://data.gateapi.io/api2/1/ticker/edg_usdt
- https://data.gateapi.io/api2/1/ticker/edg_eth
- https://data.gateapi.io/api2/1/ticker/stx_usdt
- https://data.gateapi.io/api2/1/ticker/stx_eth
- https://data.gateapi.io/api2/1/ticker/egld_usdt
- https://data.gateapi.io/api2/1/ticker/egld_eth
- https://data.gateapi.io/api2/1/ticker/xprt_usdt
- https://data.gateapi.io/api2/1/ticker/xprt_eth
- https://data.gateapi.io/api2/1/ticker/cspr_usdt
- https://data.gateapi.io/api2/1/ticker/cspr_eth
- https://data.gateapi.io/api2/1/ticker/okt_usdt
- https://data.gateapi.io/api2/1/ticker/okt_eth
- https://data.gateapi.io/api2/1/ticker/fis_usdt
- https://data.gateapi.io/api2/1/ticker/fis_eth
- https://data.gateapi.io/api2/1/ticker/ht_usdt
- https://data.gateapi.io/api2/1/ticker/ht_btc
- https://data.gateapi.io/api2/1/ticker/ht_usd
- https://data.gateapi.io/api2/1/ticker/go_usdt
- https://data.gateapi.io/api2/1/ticker/go_eth
- https://data.gateapi.io/api2/1/ticker/omi_usdt
- https://data.gateapi.io/api2/1/ticker/omi_eth
- https://data.gateapi.io/api2/1/ticker/mdx_usdt
- https://data.gateapi.io/api2/1/ticker/mdx_eth
- https://data.gateapi.io/api2/1/ticker/filda_usdt
- https://data.gateapi.io/api2/1/ticker/filda_eth
- https://data.gateapi.io/api2/1/ticker/war_usdt
- https://data.gateapi.io/api2/1/ticker/war_eth
- https://data.gateapi.io/api2/1/ticker/dog_usdt
- https://data.gateapi.io/api2/1/ticker/dog_eth
- https://data.gateapi.io/api2/1/ticker/xnft_usdt
- https://data.gateapi.io/api2/1/ticker/xnft_eth
- https://data.gateapi.io/api2/1/ticker/lava_usdt
- https://data.gateapi.io/api2/1/ticker/lava_eth
- https://data.gateapi.io/api2/1/ticker/bxh_usdt
- https://data.gateapi.io/api2/1/ticker/bxh_eth
- https://data.gateapi.io/api2/1/ticker/slnv2_usdt
- https://data.gateapi.io/api2/1/ticker/slnv2_eth
- https://data.gateapi.io/api2/1/ticker/bags_usdt
- https://data.gateapi.io/api2/1/ticker/bags_eth
- https://data.gateapi.io/api2/1/ticker/cir_usdt
- https://data.gateapi.io/api2/1/ticker/cir_eth
- https://data.gateapi.io/api2/1/ticker/bnb_usdt
- https://data.gateapi.io/api2/1/ticker/bnb_btc
- https://data.gateapi.io/api2/1/ticker/bnb_usd
- https://data.gateapi.io/api2/1/ticker/bbk_eth
- https://data.gateapi.io/api2/1/ticker/edr_eth
- https://data.gateapi.io/api2/1/ticker/met_eth
- https://data.gateapi.io/api2/1/ticker/met_usdt
- https://data.gateapi.io/api2/1/ticker/tct_eth
- https://data.gateapi.io/api2/1/ticker/tct_usdt
- https://data.gateapi.io/api2/1/ticker/mxc_usdt
- https://data.gateapi.io/api2/1/ticker/mxc_btc
- https://data.gateapi.io/api2/1/ticker/mxc_eth
- https://data.gateapi.io/api2/1/ticker/pwar_usdt
- https://data.gateapi.io/api2/1/ticker/pwar_eth
- https://data.gateapi.io/api2/1/ticker/skill_usdt
- https://data.gateapi.io/api2/1/ticker/skill_eth
- https://data.gateapi.io/api2/1/ticker/ygg_usdt
- https://data.gateapi.io/api2/1/ticker/ygg_eth
- https://data.gateapi.io/api2/1/ticker/sps_usdt
- https://data.gateapi.io/api2/1/ticker/sps_eth
- https://data.gateapi.io/api2/1/ticker/nftb_usdt
- https://data.gateapi.io/api2/1/ticker/nftb_eth
- https://data.gateapi.io/api2/1/ticker/hero_usdt
- https://data.gateapi.io/api2/1/ticker/hero_eth
- https://data.gateapi.io/api2/1/ticker/dpet_usdt
- https://data.gateapi.io/api2/1/ticker/dpet_eth
- https://data.gateapi.io/api2/1/ticker/fevr_usdt
- https://data.gateapi.io/api2/1/ticker/ooe_usdt
- https://data.gateapi.io/api2/1/ticker/ooe_eth
- https://data.gateapi.io/api2/1/ticker/wex_usdt
- https://data.gateapi.io/api2/1/ticker/woop_usdt
- https://data.gateapi.io/api2/1/ticker/woop_eth
- https://data.gateapi.io/api2/1/ticker/kalm_usdt
- https://data.gateapi.io/api2/1/ticker/100x_usdt
- https://data.gateapi.io/api2/1/ticker/kpad_usdt
- https://data.gateapi.io/api2/1/ticker/kpad_eth
- https://data.gateapi.io/api2/1/ticker/dek_usdt
- https://data.gateapi.io/api2/1/ticker/babydoge_usdt
- https://data.gateapi.io/api2/1/ticker/ass_usdt
- https://data.gateapi.io/api2/1/ticker/pig_usdt
- https://data.gateapi.io/api2/1/ticker/doggy_usdt
- https://data.gateapi.io/api2/1/ticker/fine_usdt
- https://data.gateapi.io/api2/1/ticker/fine_eth
- https://data.gateapi.io/api2/1/ticker/lowb_usdt
- https://data.gateapi.io/api2/1/ticker/bscs_usdt
- https://data.gateapi.io/api2/1/ticker/bscs_eth
- https://data.gateapi.io/api2/1/ticker/argon_usdt
- https://data.gateapi.io/api2/1/ticker/argon_eth
- https://data.gateapi.io/api2/1/ticker/safemars_usdt
- https://data.gateapi.io/api2/1/ticker/safemoon_usdt
- https://data.gateapi.io/api2/1/ticker/psg_usdt
- https://data.gateapi.io/api2/1/ticker/psg_eth
- https://data.gateapi.io/api2/1/ticker/nrv_usdt
- https://data.gateapi.io/api2/1/ticker/nrv_eth
- https://data.gateapi.io/api2/1/ticker/pet_usdt
- https://data.gateapi.io/api2/1/ticker/pet_eth
- https://data.gateapi.io/api2/1/ticker/pet_btc
- https://data.gateapi.io/api2/1/ticker/tko_usdt
- https://data.gateapi.io/api2/1/ticker/tko_eth
- https://data.gateapi.io/api2/1/ticker/alpaca_usdt
- https://data.gateapi.io/api2/1/ticker/alpaca_eth
- https://data.gateapi.io/api2/1/ticker/eps_usdt
- https://data.gateapi.io/api2/1/ticker/eps_eth
- https://data.gateapi.io/api2/1/ticker/epx_usdt
- https://data.gateapi.io/api2/1/ticker/epx_eth
- https://data.gateapi.io/api2/1/ticker/bry_usdt
- https://data.gateapi.io/api2/1/ticker/bry_eth
- https://data.gateapi.io/api2/1/ticker/bscpad_usdt
- https://data.gateapi.io/api2/1/ticker/bscpad_eth
- https://data.gateapi.io/api2/1/ticker/ctk_usdt
- https://data.gateapi.io/api2/1/ticker/ctk_eth
- https://data.gateapi.io/api2/1/ticker/btcst_usdt
- https://data.gateapi.io/api2/1/ticker/btcst_eth
- https://data.gateapi.io/api2/1/ticker/tools_usdt
- https://data.gateapi.io/api2/1/ticker/tools_eth
- https://data.gateapi.io/api2/1/ticker/auto_usdt
- https://data.gateapi.io/api2/1/ticker/auto_eth
- https://data.gateapi.io/api2/1/ticker/juld_usdt
- https://data.gateapi.io/api2/1/ticker/juld_eth
- https://data.gateapi.io/api2/1/ticker/egg_usdt
- https://data.gateapi.io/api2/1/ticker/egg_eth
- https://data.gateapi.io/api2/1/ticker/cake_usdt
- https://data.gateapi.io/api2/1/ticker/cake_eth
- https://data.gateapi.io/api2/1/ticker/sfp_usdt
- https://data.gateapi.io/api2/1/ticker/sfp_eth
- https://data.gateapi.io/api2/1/ticker/bake_usdt
- https://data.gateapi.io/api2/1/ticker/bake_eth
- https://data.gateapi.io/api2/1/ticker/nuls_usdt
- https://data.gateapi.io/api2/1/ticker/nuls_eth
- https://data.gateapi.io/api2/1/ticker/fra_usdt
- https://data.gateapi.io/api2/1/ticker/fra_eth
- https://data.gateapi.io/api2/1/ticker/swingby_usdt
- https://data.gateapi.io/api2/1/ticker/swingby_eth
- https://data.gateapi.io/api2/1/ticker/twt_usdt
- https://data.gateapi.io/api2/1/ticker/twt_eth
- https://data.gateapi.io/api2/1/ticker/ava_usdt
- https://data.gateapi.io/api2/1/ticker/cro_usdt
- https://data.gateapi.io/api2/1/ticker/aly_usdt
- https://data.gateapi.io/api2/1/ticker/win_usdt
- https://data.gateapi.io/api2/1/ticker/sun_usdt
- https://data.gateapi.io/api2/1/ticker/mtv_usdt
- https://data.gateapi.io/api2/1/ticker/one_usdt
- https://data.gateapi.io/api2/1/ticker/arpa_usdt
- https://data.gateapi.io/api2/1/ticker/arpa_eth
- https://data.gateapi.io/api2/1/ticker/dili_usdt
- https://data.gateapi.io/api2/1/ticker/algo_usdt
- https://data.gateapi.io/api2/1/ticker/pi_usdt
- https://data.gateapi.io/api2/1/ticker/pi_btc
- https://data.gateapi.io/api2/1/ticker/ckb_usdt
- https://data.gateapi.io/api2/1/ticker/ckb_btc
- https://data.gateapi.io/api2/1/ticker/ckb_eth
- https://data.gateapi.io/api2/1/ticker/bkc_usdt
- https://data.gateapi.io/api2/1/ticker/bxc_usdt
- https://data.gateapi.io/api2/1/ticker/bxc_eth
- https://data.gateapi.io/api2/1/ticker/hc_usdt
- https://data.gateapi.io/api2/1/ticker/hc_btc
- https://data.gateapi.io/api2/1/ticker/hc_eth
- https://data.gateapi.io/api2/1/ticker/gard_usdt
- https://data.gateapi.io/api2/1/ticker/gard_eth
- https://data.gateapi.io/api2/1/ticker/alu_usdt
- https://data.gateapi.io/api2/1/ticker/alu_eth
- https://data.gateapi.io/api2/1/ticker/meli_usdt
- https://data.gateapi.io/api2/1/ticker/kingshib_usdt
- https://data.gateapi.io/api2/1/ticker/quack_usdt
- https://data.gateapi.io/api2/1/ticker/piza_usdt
- https://data.gateapi.io/api2/1/ticker/kart_usdt
- https://data.gateapi.io/api2/1/ticker/gan_usdt
- https://data.gateapi.io/api2/1/ticker/pot_usdt
- https://data.gateapi.io/api2/1/ticker/mons_usdt
- https://data.gateapi.io/api2/1/ticker/place_usdt
- https://data.gateapi.io/api2/1/ticker/cate_usdt
- https://data.gateapi.io/api2/1/ticker/betu_usdt
- https://data.gateapi.io/api2/1/ticker/betu_eth
- https://data.gateapi.io/api2/1/ticker/rena_usdt
- https://data.gateapi.io/api2/1/ticker/shill_usdt
- https://data.gateapi.io/api2/1/ticker/ggg_usdt
- https://data.gateapi.io/api2/1/ticker/altb_usdt
- https://data.gateapi.io/api2/1/ticker/dal_usdt
- https://data.gateapi.io/api2/1/ticker/nbp_usdt
- https://data.gateapi.io/api2/1/ticker/nbp_eth
- https://data.gateapi.io/api2/1/ticker/dogedash_usdt
- https://data.gateapi.io/api2/1/ticker/dogedash_eth
- https://data.gateapi.io/api2/1/ticker/kmon_usdt
- https://data.gateapi.io/api2/1/ticker/libre_usdt
- https://data.gateapi.io/api2/1/ticker/libre_eth
- https://data.gateapi.io/api2/1/ticker/ccar_usdt
- https://data.gateapi.io/api2/1/ticker/xpress_usdt
- https://data.gateapi.io/api2/1/ticker/plspad_usdt
- https://data.gateapi.io/api2/1/ticker/tita_usdt
- https://data.gateapi.io/api2/1/ticker/tita_eth
- https://data.gateapi.io/api2/1/ticker/bp_usdt
- https://data.gateapi.io/api2/1/ticker/squid_usdt
- https://data.gateapi.io/api2/1/ticker/squid_eth
- https://data.gateapi.io/api2/1/ticker/dxct_usdt
- https://data.gateapi.io/api2/1/ticker/dxct_eth
- https://data.gateapi.io/api2/1/ticker/wagyu_usdt
- https://data.gateapi.io/api2/1/ticker/wagyu_eth
- https://data.gateapi.io/api2/1/ticker/vlxpad_usdt
- https://data.gateapi.io/api2/1/ticker/vlxpad_eth
- https://data.gateapi.io/api2/1/ticker/cummies_usdt
- https://data.gateapi.io/api2/1/ticker/gzone_usdt
- https://data.gateapi.io/api2/1/ticker/gzone_eth
- https://data.gateapi.io/api2/1/ticker/yooshi_usdt
- https://data.gateapi.io/api2/1/ticker/lfw_usdt
- https://data.gateapi.io/api2/1/ticker/lazio_usdt
- https://data.gateapi.io/api2/1/ticker/lazio_eth
- https://data.gateapi.io/api2/1/ticker/wnd_usdt
- https://data.gateapi.io/api2/1/ticker/hera_usdt
- https://data.gateapi.io/api2/1/ticker/ttk_usdt
- https://data.gateapi.io/api2/1/ticker/sfund_usdt
- https://data.gateapi.io/api2/1/ticker/he_usdt
- https://data.gateapi.io/api2/1/ticker/astro_usdt
- https://data.gateapi.io/api2/1/ticker/astro_eth
- https://data.gateapi.io/api2/1/ticker/dark_usdt
- https://data.gateapi.io/api2/1/ticker/arv_usdt
- https://data.gateapi.io/api2/1/ticker/gspi_usdt
- https://data.gateapi.io/api2/1/ticker/gspi_eth
- https://data.gateapi.io/api2/1/ticker/rosn_usdt
- https://data.gateapi.io/api2/1/ticker/tokau_usdt
- https://data.gateapi.io/api2/1/ticker/cphr_usdt
- https://data.gateapi.io/api2/1/ticker/srp_usdt
- https://data.gateapi.io/api2/1/ticker/kws_usdt
- https://data.gateapi.io/api2/1/ticker/shi_usdt
- https://data.gateapi.io/api2/1/ticker/ctt_usdt
- https://data.gateapi.io/api2/1/ticker/xwg_usdt
- https://data.gateapi.io/api2/1/ticker/beefi_usdt
- https://data.gateapi.io/api2/1/ticker/beefi_eth
- https://data.gateapi.io/api2/1/ticker/mist_usdt
- https://data.gateapi.io/api2/1/ticker/mist_eth
- https://data.gateapi.io/api2/1/ticker/blin_usdt
- https://data.gateapi.io/api2/1/ticker/moni_usdt
- https://data.gateapi.io/api2/1/ticker/ping_usdt
- https://data.gateapi.io/api2/1/ticker/gafi_usdt
- https://data.gateapi.io/api2/1/ticker/gafi_eth
- https://data.gateapi.io/api2/1/ticker/xpnet_usdt
- https://data.gateapi.io/api2/1/ticker/xil_usdt
- https://data.gateapi.io/api2/1/ticker/baby_usdt
- https://data.gateapi.io/api2/1/ticker/fiwa_usdt
- https://data.gateapi.io/api2/1/ticker/ops_usdt
- https://data.gateapi.io/api2/1/ticker/ops_eth
- https://data.gateapi.io/api2/1/ticker/raca_usdt
- https://data.gateapi.io/api2/1/ticker/wsg_usdt
- https://data.gateapi.io/api2/1/ticker/hod_usdt
- https://data.gateapi.io/api2/1/ticker/xvs_usdt
- https://data.gateapi.io/api2/1/ticker/xvs_eth
- https://data.gateapi.io/api2/1/ticker/olympus_usdt
- https://data.gateapi.io/api2/1/ticker/hibiki_usdt
- https://data.gateapi.io/api2/1/ticker/pera_usdt
- https://data.gateapi.io/api2/1/ticker/bmon_usdt
- https://data.gateapi.io/api2/1/ticker/bmon_eth
- https://data.gateapi.io/api2/1/ticker/chess_usdt
- https://data.gateapi.io/api2/1/ticker/chess_eth
- https://data.gateapi.io/api2/1/ticker/pvu_usdt
- https://data.gateapi.io/api2/1/ticker/pvu_eth
- https://data.gateapi.io/api2/1/ticker/naft_usdt
- https://data.gateapi.io/api2/1/ticker/fan_usdt
- https://data.gateapi.io/api2/1/ticker/fan_eth
- https://data.gateapi.io/api2/1/ticker/cs_eth
- https://data.gateapi.io/api2/1/ticker/cs_usdt
- https://data.gateapi.io/api2/1/ticker/man_eth
- https://data.gateapi.io/api2/1/ticker/man_usdt
- https://data.gateapi.io/api2/1/ticker/rem_eth
- https://data.gateapi.io/api2/1/ticker/rem_usdt
- https://data.gateapi.io/api2/1/ticker/lym_eth
- https://data.gateapi.io/api2/1/ticker/lym_btc
- https://data.gateapi.io/api2/1/ticker/lym_usdt
- https://data.gateapi.io/api2/1/ticker/instar_eth
- https://data.gateapi.io/api2/1/ticker/zpt_eth
- https://data.gateapi.io/api2/1/ticker/zpt_usdt
- https://data.gateapi.io/api2/1/ticker/zpt_btc
- https://data.gateapi.io/api2/1/ticker/ong_eth
- https://data.gateapi.io/api2/1/ticker/ong_usdt
- https://data.gateapi.io/api2/1/ticker/wing_eth
- https://data.gateapi.io/api2/1/ticker/wing_usdt
- https://data.gateapi.io/api2/1/ticker/ont_eth
- https://data.gateapi.io/api2/1/ticker/ont_usdt
- https://data.gateapi.io/api2/1/ticker/bft_eth
- https://data.gateapi.io/api2/1/ticker/bft_usdt
- https://data.gateapi.io/api2/1/ticker/iht_eth
- https://data.gateapi.io/api2/1/ticker/iht_usdt
- https://data.gateapi.io/api2/1/ticker/senc_eth
- https://data.gateapi.io/api2/1/ticker/senc_usdt
- https://data.gateapi.io/api2/1/ticker/tomo_eth
- https://data.gateapi.io/api2/1/ticker/tomo_usdt
- https://data.gateapi.io/api2/1/ticker/elec_eth
- https://data.gateapi.io/api2/1/ticker/elec_usdt
- https://data.gateapi.io/api2/1/ticker/ship_eth
- https://data.gateapi.io/api2/1/ticker/tfd_eth
- https://data.gateapi.io/api2/1/ticker/snx_usdt
- https://data.gateapi.io/api2/1/ticker/hur_eth
- https://data.gateapi.io/api2/1/ticker/lst_eth
- https://data.gateapi.io/api2/1/ticker/swth_eth
- https://data.gateapi.io/api2/1/ticker/swth_usdt
- https://data.gateapi.io/api2/1/ticker/nkn_eth
- https://data.gateapi.io/api2/1/ticker/nkn_usdt
- https://data.gateapi.io/api2/1/ticker/soul_eth
- https://data.gateapi.io/api2/1/ticker/soul_usdt
- https://data.gateapi.io/api2/1/ticker/lrn_eth
- https://data.gateapi.io/api2/1/ticker/lrn_usdt
- https://data.gateapi.io/api2/1/ticker/eosdac_eth
- https://data.gateapi.io/api2/1/ticker/eosdac_usdt
- https://data.gateapi.io/api2/1/ticker/add_eth
- https://data.gateapi.io/api2/1/ticker/iq_eth
- https://data.gateapi.io/api2/1/ticker/meetone_eth
- https://data.gateapi.io/api2/1/ticker/dock_usdt
- https://data.gateapi.io/api2/1/ticker/dock_eth
- https://data.gateapi.io/api2/1/ticker/gse_usdt
- https://data.gateapi.io/api2/1/ticker/gse_eth
- https://data.gateapi.io/api2/1/ticker/rating_usdt
- https://data.gateapi.io/api2/1/ticker/rating_eth
- https://data.gateapi.io/api2/1/ticker/hsc_usdt
- https://data.gateapi.io/api2/1/ticker/hsc_eth
- https://data.gateapi.io/api2/1/ticker/hit_usdt
- https://data.gateapi.io/api2/1/ticker/hit_eth
- https://data.gateapi.io/api2/1/ticker/dx_usdt
- https://data.gateapi.io/api2/1/ticker/dx_eth
- https://data.gateapi.io/api2/1/ticker/cnns_eth
- https://data.gateapi.io/api2/1/ticker/cnns_usdt
- https://data.gateapi.io/api2/1/ticker/drep_eth
- https://data.gateapi.io/api2/1/ticker/drep_usdt
- https://data.gateapi.io/api2/1/ticker/mbl_usdt
- https://data.gateapi.io/api2/1/ticker/mbl_eth
- https://data.gateapi.io/api2/1/ticker/gmat_usdt
- https://data.gateapi.io/api2/1/ticker/gmat_eth
- https://data.gateapi.io/api2/1/ticker/mix_usdt
- https://data.gateapi.io/api2/1/ticker/mix_eth
- https://data.gateapi.io/api2/1/ticker/lamb_usdt
- https://data.gateapi.io/api2/1/ticker/lamb_eth
- https://data.gateapi.io/api2/1/ticker/leo_usdt
- https://data.gateapi.io/api2/1/ticker/leo_btc
- https://data.gateapi.io/api2/1/ticker/btcbull_usdt
- https://data.gateapi.io/api2/1/ticker/btcbear_usdt
- https://data.gateapi.io/api2/1/ticker/ethbear_usdt
- https://data.gateapi.io/api2/1/ticker/ethbull_usdt
- https://data.gateapi.io/api2/1/ticker/eosbull_usdt
- https://data.gateapi.io/api2/1/ticker/eosbear_usdt
- https://data.gateapi.io/api2/1/ticker/xrpbear_usdt
- https://data.gateapi.io/api2/1/ticker/xrpbull_usdt
- https://data.gateapi.io/api2/1/ticker/wicc_usdt
- https://data.gateapi.io/api2/1/ticker/wicc_eth
- https://data.gateapi.io/api2/1/ticker/wgrt_usdt
- https://data.gateapi.io/api2/1/ticker/sero_usdt
- https://data.gateapi.io/api2/1/ticker/sero_eth
- https://data.gateapi.io/api2/1/ticker/coral_usdt
- https://data.gateapi.io/api2/1/ticker/coral_eth
- https://data.gateapi.io/api2/1/ticker/vidy_usdt
- https://data.gateapi.io/api2/1/ticker/vidy_eth
- https://data.gateapi.io/api2/1/ticker/kgc_usdt
- https://data.gateapi.io/api2/1/ticker/spirit_usdt
- https://data.gateapi.io/api2/1/ticker/boo_usdt
- https://data.gateapi.io/api2/1/ticker/boo_eth
- https://data.gateapi.io/api2/1/ticker/ftm_usdt
- https://data.gateapi.io/api2/1/ticker/ftm_eth
- https://data.gateapi.io/api2/1/ticker/ftm_usd
- https://data.gateapi.io/api2/1/ticker/rune_usdt
- https://data.gateapi.io/api2/1/ticker/rune_eth
- https://data.gateapi.io/api2/1/ticker/rune_usd
- https://data.gateapi.io/api2/1/ticker/cos_usdt
- https://data.gateapi.io/api2/1/ticker/cbk_usdt
- https://data.gateapi.io/api2/1/ticker/cbk_eth
- https://data.gateapi.io/api2/1/ticker/cbk_btc
- https://data.gateapi.io/api2/1/ticker/chz_usdt
- https://data.gateapi.io/api2/1/ticker/chz_eth
- https://data.gateapi.io/api2/1/ticker/chz_usd
- https://data.gateapi.io/api2/1/ticker/opa_usdt
- https://data.gateapi.io/api2/1/ticker/mbox_usdt
- https://data.gateapi.io/api2/1/ticker/mbox_eth
- https://data.gateapi.io/api2/1/ticker/mcrn_usdt
- https://data.gateapi.io/api2/1/ticker/mcrn_eth
- https://data.gateapi.io/api2/1/ticker/zoon_usdt
- https://data.gateapi.io/api2/1/ticker/kaby_usdt
- https://data.gateapi.io/api2/1/ticker/smg_usdt
- https://data.gateapi.io/api2/1/ticker/smg_eth
- https://data.gateapi.io/api2/1/ticker/mat_usdt
- https://data.gateapi.io/api2/1/ticker/mat_eth
- https://data.gateapi.io/api2/1/ticker/metax_usdt
- https://data.gateapi.io/api2/1/ticker/metax_eth
- https://data.gateapi.io/api2/1/ticker/dmlg_usdt
- https://data.gateapi.io/api2/1/ticker/1art_usdt
- https://data.gateapi.io/api2/1/ticker/mepad_usdt
- https://data.gateapi.io/api2/1/ticker/posi_usdt
- https://data.gateapi.io/api2/1/ticker/bnx_usdt
- https://data.gateapi.io/api2/1/ticker/thg_usdt
- https://data.gateapi.io/api2/1/ticker/mob_usdt
- https://data.gateapi.io/api2/1/ticker/mob_eth
- https://data.gateapi.io/api2/1/ticker/cusd_usdt
- https://data.gateapi.io/api2/1/ticker/cusd_eth
- https://data.gateapi.io/api2/1/ticker/ceur_usdt
- https://data.gateapi.io/api2/1/ticker/ceur_eth
- https://data.gateapi.io/api2/1/ticker/plato_usdt
- https://data.gateapi.io/api2/1/ticker/mmm_usdt
- https://data.gateapi.io/api2/1/ticker/olv_usdt
- https://data.gateapi.io/api2/1/ticker/ssx_usdt
- https://data.gateapi.io/api2/1/ticker/npt_usdt
- https://data.gateapi.io/api2/1/ticker/bora_usdt
- https://data.gateapi.io/api2/1/ticker/bora_eth
- https://data.gateapi.io/api2/1/ticker/orb_usdt
- https://data.gateapi.io/api2/1/ticker/zlk_usdt
- https://data.gateapi.io/api2/1/ticker/zlk_eth
- https://data.gateapi.io/api2/1/ticker/atolo_usdt
- https://data.gateapi.io/api2/1/ticker/ron_usdt
- https://data.gateapi.io/api2/1/ticker/rei_usdt
- https://data.gateapi.io/api2/1/ticker/rei_btc
- https://data.gateapi.io/api2/1/ticker/tdrop_usdt
- https://data.gateapi.io/api2/1/ticker/ask_usdt
- https://data.gateapi.io/api2/1/ticker/dag_usdt
- https://data.gateapi.io/api2/1/ticker/dag_eth
- https://data.gateapi.io/api2/1/ticker/dag_btc
- https://data.gateapi.io/api2/1/ticker/vlx_usdt
- https://data.gateapi.io/api2/1/ticker/htr_usdt
- https://data.gateapi.io/api2/1/ticker/kda_usdt
- https://data.gateapi.io/api2/1/ticker/kda_btc
- https://data.gateapi.io/api2/1/ticker/dana_usdt
- https://data.gateapi.io/api2/1/ticker/xdc_usdt
- https://data.gateapi.io/api2/1/ticker/xdc_eth
- https://data.gateapi.io/api2/1/ticker/cheq_usdt
- https://data.gateapi.io/api2/1/ticker/revu_usdt
- https://data.gateapi.io/api2/1/ticker/pokt_usdt
- https://data.gateapi.io/api2/1/ticker/qtc_usdt
- https://data.gateapi.io/api2/1/ticker/qtc_eth
- https://data.gateapi.io/api2/1/ticker/azero_usdt
- https://data.gateapi.io/api2/1/ticker/single_usdt
- https://data.gateapi.io/api2/1/ticker/roco_usdt
- https://data.gateapi.io/api2/1/ticker/hech_usdt
- https://data.gateapi.io/api2/1/ticker/metag_usdt
- https://data.gateapi.io/api2/1/ticker/craft_usdt
- https://data.gateapi.io/api2/1/ticker/fitfi_usdt
- https://data.gateapi.io/api2/1/ticker/solo_usdt
- https://data.gateapi.io/api2/1/ticker/solo_btc
- https://data.gateapi.io/api2/1/ticker/zone_usdt
- https://data.gateapi.io/api2/1/ticker/sonar_usdt
- https://data.gateapi.io/api2/1/ticker/sonar_eth
- https://data.gateapi.io/api2/1/ticker/cwar_usdt
- https://data.gateapi.io/api2/1/ticker/cwar_eth
- https://data.gateapi.io/api2/1/ticker/defiland_usdt
- https://data.gateapi.io/api2/1/ticker/defiland_eth
- https://data.gateapi.io/api2/1/ticker/xtag_usdt
- https://data.gateapi.io/api2/1/ticker/xtag_eth
- https://data.gateapi.io/api2/1/ticker/ttt_usdt
- https://data.gateapi.io/api2/1/ticker/taki_usdt
- https://data.gateapi.io/api2/1/ticker/elu_usdt
- https://data.gateapi.io/api2/1/ticker/wnz_usdt
- https://data.gateapi.io/api2/1/ticker/ratio_usdt
- https://data.gateapi.io/api2/1/ticker/zbc_usdt
- https://data.gateapi.io/api2/1/ticker/gmt_usdt
- https://data.gateapi.io/api2/1/ticker/delfi_usdt
- https://data.gateapi.io/api2/1/ticker/ats_usdt
- https://data.gateapi.io/api2/1/ticker/dio_usdt
- https://data.gateapi.io/api2/1/ticker/prism_usdt
- https://data.gateapi.io/api2/1/ticker/prism_eth
- https://data.gateapi.io/api2/1/ticker/slnd_usdt
- https://data.gateapi.io/api2/1/ticker/slnd_eth
- https://data.gateapi.io/api2/1/ticker/fcon_usdt
- https://data.gateapi.io/api2/1/ticker/gari_usdt
- https://data.gateapi.io/api2/1/ticker/gari_eth
- https://data.gateapi.io/api2/1/ticker/nos_usdt
- https://data.gateapi.io/api2/1/ticker/nos_eth
- https://data.gateapi.io/api2/1/ticker/svt_usdt
- https://data.gateapi.io/api2/1/ticker/svt_eth
- https://data.gateapi.io/api2/1/ticker/stsol_usdt
- https://data.gateapi.io/api2/1/ticker/stsol_eth
- https://data.gateapi.io/api2/1/ticker/mbs_usdt
- https://data.gateapi.io/api2/1/ticker/mbs_eth
- https://data.gateapi.io/api2/1/ticker/apt_usdt
- https://data.gateapi.io/api2/1/ticker/apt_eth
- https://data.gateapi.io/api2/1/ticker/slc_usdt
- https://data.gateapi.io/api2/1/ticker/slc_eth
- https://data.gateapi.io/api2/1/ticker/psy_usdt
- https://data.gateapi.io/api2/1/ticker/psy_eth
- https://data.gateapi.io/api2/1/ticker/chicks_usdt
- https://data.gateapi.io/api2/1/ticker/chicks_eth
- https://data.gateapi.io/api2/1/ticker/scy_usdt
- https://data.gateapi.io/api2/1/ticker/scy_eth
- https://data.gateapi.io/api2/1/ticker/mean_usdt
- https://data.gateapi.io/api2/1/ticker/mean_eth
- https://data.gateapi.io/api2/1/ticker/aart_usdt
- https://data.gateapi.io/api2/1/ticker/aart_eth
- https://data.gateapi.io/api2/1/ticker/sntr_usdt
- https://data.gateapi.io/api2/1/ticker/sntr_eth
- https://data.gateapi.io/api2/1/ticker/unq_usdt
- https://data.gateapi.io/api2/1/ticker/fame_usdt
- https://data.gateapi.io/api2/1/ticker/city_usdt
- https://data.gateapi.io/api2/1/ticker/mengo_usdt
- https://data.gateapi.io/api2/1/ticker/nap_usdt
- https://data.gateapi.io/api2/1/ticker/tra_usdt
- https://data.gateapi.io/api2/1/ticker/atm_usdt
- https://data.gateapi.io/api2/1/ticker/afc_usdt
- https://data.gateapi.io/api2/1/ticker/og_usdt
- https://data.gateapi.io/api2/1/ticker/juv_usdt
- https://data.gateapi.io/api2/1/ticker/asr_usdt
- https://data.gateapi.io/api2/1/ticker/doga_usdt
- https://data.gateapi.io/api2/1/ticker/celt_usdt
- https://data.gateapi.io/api2/1/ticker/ctx_usdt
- https://data.gateapi.io/api2/1/ticker/ride_usdt
- https://data.gateapi.io/api2/1/ticker/sao_usdt
- https://data.gateapi.io/api2/1/ticker/ftrb_usdt
- https://data.gateapi.io/api2/1/ticker/lunr_usdt
- https://data.gateapi.io/api2/1/ticker/gal_usdt
- https://data.gateapi.io/api2/1/ticker/undead_usdt
- https://data.gateapi.io/api2/1/ticker/zeum_usdt
- https://data.gateapi.io/api2/1/ticker/realm_usdt
- https://data.gateapi.io/api2/1/ticker/kiba_usdt
- https://data.gateapi.io/api2/1/ticker/pstake_usdt
- https://data.gateapi.io/api2/1/ticker/kzen_usdt
- https://data.gateapi.io/api2/1/ticker/brwl_usdt
- https://data.gateapi.io/api2/1/ticker/cult_usdt
- https://data.gateapi.io/api2/1/ticker/nym_usdt
- https://data.gateapi.io/api2/1/ticker/bbf_usdt
- https://data.gateapi.io/api2/1/ticker/esg_usdt
- https://data.gateapi.io/api2/1/ticker/zmt_usdt
- https://data.gateapi.io/api2/1/ticker/ousd_usdt
- https://data.gateapi.io/api2/1/ticker/hsf_usdt
- https://data.gateapi.io/api2/1/ticker/egs_usdt
- https://data.gateapi.io/api2/1/ticker/wallet_usdt
- https://data.gateapi.io/api2/1/ticker/avt_usdt
- https://data.gateapi.io/api2/1/ticker/stg_usdt
- https://data.gateapi.io/api2/1/ticker/stg_eth
- https://data.gateapi.io/api2/1/ticker/xcn_usdt
- https://data.gateapi.io/api2/1/ticker/xcn_eth
- https://data.gateapi.io/api2/1/ticker/asw_usdt
- https://data.gateapi.io/api2/1/ticker/xy_usdt
- https://data.gateapi.io/api2/1/ticker/deus_usdt
- https://data.gateapi.io/api2/1/ticker/lmr_usdt
- https://data.gateapi.io/api2/1/ticker/lmr_btc
- https://data.gateapi.io/api2/1/ticker/anml_usdt
- https://data.gateapi.io/api2/1/ticker/reap_usdt
- https://data.gateapi.io/api2/1/ticker/mv_usdt
- https://data.gateapi.io/api2/1/ticker/berry_usdt
- https://data.gateapi.io/api2/1/ticker/ape_usdt
- https://data.gateapi.io/api2/1/ticker/zinu_usdt
- https://data.gateapi.io/api2/1/ticker/axl_usdt
- https://data.gateapi.io/api2/1/ticker/sd_usdt
- https://data.gateapi.io/api2/1/ticker/indi_usdt
- https://data.gateapi.io/api2/1/ticker/indi_eth
- https://data.gateapi.io/api2/1/ticker/orbr_usdt
- https://data.gateapi.io/api2/1/ticker/zkt_usdt
- https://data.gateapi.io/api2/1/ticker/mql_usdt
- https://data.gateapi.io/api2/1/ticker/loot_usdt
- https://data.gateapi.io/api2/1/ticker/upi_usdt
- https://data.gateapi.io/api2/1/ticker/1earth_usdt
- https://data.gateapi.io/api2/1/ticker/timechrono_usdt
- https://data.gateapi.io/api2/1/ticker/timechrono_eth
- https://data.gateapi.io/api2/1/ticker/kok_usdt
- https://data.gateapi.io/api2/1/ticker/ranker_usdt
- https://data.gateapi.io/api2/1/ticker/depo_usdt
- https://data.gateapi.io/api2/1/ticker/qtcon_usdt
- https://data.gateapi.io/api2/1/ticker/coval_usdt
- https://data.gateapi.io/api2/1/ticker/dep_usdt
- https://data.gateapi.io/api2/1/ticker/umee_usdt
- https://data.gateapi.io/api2/1/ticker/onston_usdt
- https://data.gateapi.io/api2/1/ticker/swftc_usdt
- https://data.gateapi.io/api2/1/ticker/rss3_usdt
- https://data.gateapi.io/api2/1/ticker/adp_usdt
- https://data.gateapi.io/api2/1/ticker/adp_eth
- https://data.gateapi.io/api2/1/ticker/nrfb_usdt
- https://data.gateapi.io/api2/1/ticker/nrfb_eth
- https://data.gateapi.io/api2/1/ticker/gmee_usdt
- https://data.gateapi.io/api2/1/ticker/gmee_eth
- https://data.gateapi.io/api2/1/ticker/perc_usdt
- https://data.gateapi.io/api2/1/ticker/mpl_usdt
- https://data.gateapi.io/api2/1/ticker/trace_usdt
- https://data.gateapi.io/api2/1/ticker/ads_usdt
- https://data.gateapi.io/api2/1/ticker/spellfire_usdt
- https://data.gateapi.io/api2/1/ticker/mgg_usdt
- https://data.gateapi.io/api2/1/ticker/store_usdt
- https://data.gateapi.io/api2/1/ticker/ctc_usdt
- https://data.gateapi.io/api2/1/ticker/vr_usdt
- https://data.gateapi.io/api2/1/ticker/govi_usdt
- https://data.gateapi.io/api2/1/ticker/loka_usdt
- https://data.gateapi.io/api2/1/ticker/loka_eth
- https://data.gateapi.io/api2/1/ticker/senso_usdt
- https://data.gateapi.io/api2/1/ticker/senso_eth
- https://data.gateapi.io/api2/1/ticker/nct_usdt
- https://data.gateapi.io/api2/1/ticker/nct_eth
- https://data.gateapi.io/api2/1/ticker/crts_usdt
- https://data.gateapi.io/api2/1/ticker/crts_eth
- https://data.gateapi.io/api2/1/ticker/beyond_usdt
- https://data.gateapi.io/api2/1/ticker/frr_usdt
- https://data.gateapi.io/api2/1/ticker/domi_usdt
- https://data.gateapi.io/api2/1/ticker/gfi_usdt
- https://data.gateapi.io/api2/1/ticker/gfi_eth
- https://data.gateapi.io/api2/1/ticker/looks_usdt
- https://data.gateapi.io/api2/1/ticker/looks_eth
- https://data.gateapi.io/api2/1/ticker/onit_usdt
- https://data.gateapi.io/api2/1/ticker/artem_usdt
- https://data.gateapi.io/api2/1/ticker/clh_usdt
- https://data.gateapi.io/api2/1/ticker/zig_usdt
- https://data.gateapi.io/api2/1/ticker/gasdao_usdt
- https://data.gateapi.io/api2/1/ticker/cweb_usdt
- https://data.gateapi.io/api2/1/ticker/vader_usdt
- https://data.gateapi.io/api2/1/ticker/vader_eth
- https://data.gateapi.io/api2/1/ticker/sos_usdt
- https://data.gateapi.io/api2/1/ticker/izi_usdt
- https://data.gateapi.io/api2/1/ticker/izi_eth
- https://data.gateapi.io/api2/1/ticker/heart_usdt
- https://data.gateapi.io/api2/1/ticker/high_usdt
- https://data.gateapi.io/api2/1/ticker/eurt_usdt
- https://data.gateapi.io/api2/1/ticker/aag_usdt
- https://data.gateapi.io/api2/1/ticker/xaut_usdt
- https://data.gateapi.io/api2/1/ticker/stz_usdt
- https://data.gateapi.io/api2/1/ticker/mco2_usdt
- https://data.gateapi.io/api2/1/ticker/mco2_eth
- https://data.gateapi.io/api2/1/ticker/crf_usdt
- https://data.gateapi.io/api2/1/ticker/crf_eth
- https://data.gateapi.io/api2/1/ticker/fox_usdt
- https://data.gateapi.io/api2/1/ticker/fox_eth
- https://data.gateapi.io/api2/1/ticker/kub_usdt
- https://data.gateapi.io/api2/1/ticker/dv_usdt
- https://data.gateapi.io/api2/1/ticker/sidus_usdt
- https://data.gateapi.io/api2/1/ticker/emon_usdt
- https://data.gateapi.io/api2/1/ticker/senate_usdt
- https://data.gateapi.io/api2/1/ticker/krl_usdt
- https://data.gateapi.io/api2/1/ticker/nif_usdt
- https://data.gateapi.io/api2/1/ticker/gf_usdt
- https://data.gateapi.io/api2/1/ticker/gf_eth
- https://data.gateapi.io/api2/1/ticker/devt_usdt
- https://data.gateapi.io/api2/1/ticker/alph_usdt
- https://data.gateapi.io/api2/1/ticker/pbx_usdt
- https://data.gateapi.io/api2/1/ticker/pbx_eth
- https://data.gateapi.io/api2/1/ticker/diver_usdt
- https://data.gateapi.io/api2/1/ticker/epik_usdt
- https://data.gateapi.io/api2/1/ticker/msu_usdt
- https://data.gateapi.io/api2/1/ticker/rbls_usdt
- https://data.gateapi.io/api2/1/ticker/cname_usdt
- https://data.gateapi.io/api2/1/ticker/gcoin_usdt
- https://data.gateapi.io/api2/1/ticker/pym_usdt
- https://data.gateapi.io/api2/1/ticker/polypad_usdt
- https://data.gateapi.io/api2/1/ticker/atk_usdt
- https://data.gateapi.io/api2/1/ticker/atk_eth
- https://data.gateapi.io/api2/1/ticker/fcd_usdt
- https://data.gateapi.io/api2/1/ticker/mhunt_usdt
- https://data.gateapi.io/api2/1/ticker/kasta_usdt
- https://data.gateapi.io/api2/1/ticker/voxel_usdt
- https://data.gateapi.io/api2/1/ticker/isky_usdt
- https://data.gateapi.io/api2/1/ticker/knot_usdt
- https://data.gateapi.io/api2/1/ticker/savg_usdt
- https://data.gateapi.io/api2/1/ticker/luffy_usdt
- https://data.gateapi.io/api2/1/ticker/luffy_eth
- https://data.gateapi.io/api2/1/ticker/bico_usdt
- https://data.gateapi.io/api2/1/ticker/bico_eth
- https://data.gateapi.io/api2/1/ticker/cre8_usdt
- https://data.gateapi.io/api2/1/ticker/lgcy_usdt
- https://data.gateapi.io/api2/1/ticker/ice_usdt
- https://data.gateapi.io/api2/1/ticker/ice_eth
- https://data.gateapi.io/api2/1/ticker/moda_usdt
- https://data.gateapi.io/api2/1/ticker/moda_eth
- https://data.gateapi.io/api2/1/ticker/thn_usdt
- https://data.gateapi.io/api2/1/ticker/thn_eth
- https://data.gateapi.io/api2/1/ticker/sis_usdt
- https://data.gateapi.io/api2/1/ticker/people_usdt
- https://data.gateapi.io/api2/1/ticker/qanx_usdt
- https://data.gateapi.io/api2/1/ticker/xnl_usdt
- https://data.gateapi.io/api2/1/ticker/cell_usdt
- https://data.gateapi.io/api2/1/ticker/cell_eth
- https://data.gateapi.io/api2/1/ticker/mlt_usdt
- https://data.gateapi.io/api2/1/ticker/trvl_usdt
- https://data.gateapi.io/api2/1/ticker/trvl_btc
- https://data.gateapi.io/api2/1/ticker/mny_usdt
- https://data.gateapi.io/api2/1/ticker/paf_usdt
- https://data.gateapi.io/api2/1/ticker/ceek_usdt
- https://data.gateapi.io/api2/1/ticker/ceek_eth
- https://data.gateapi.io/api2/1/ticker/icons_usdt
- https://data.gateapi.io/api2/1/ticker/icons_eth
- https://data.gateapi.io/api2/1/ticker/xdefi_usdt
- https://data.gateapi.io/api2/1/ticker/ngl_usdt
- https://data.gateapi.io/api2/1/ticker/egame_usdt
- https://data.gateapi.io/api2/1/ticker/dmtr_usdt
- https://data.gateapi.io/api2/1/ticker/aurora_usdt
- https://data.gateapi.io/api2/1/ticker/aurora_eth
- https://data.gateapi.io/api2/1/ticker/vdr_usdt
- https://data.gateapi.io/api2/1/ticker/boba_usdt
- https://data.gateapi.io/api2/1/ticker/boba_eth
- https://data.gateapi.io/api2/1/ticker/nift_usdt
- https://data.gateapi.io/api2/1/ticker/ionx_usdt
- https://data.gateapi.io/api2/1/ticker/ionx_eth
- https://data.gateapi.io/api2/1/ticker/mc_usdt
- https://data.gateapi.io/api2/1/ticker/mc_eth
- https://data.gateapi.io/api2/1/ticker/uno_usdt
- https://data.gateapi.io/api2/1/ticker/uno_eth
- https://data.gateapi.io/api2/1/ticker/spay_usdt
- https://data.gateapi.io/api2/1/ticker/spay_eth
- https://data.gateapi.io/api2/1/ticker/vgx_usdt
- https://data.gateapi.io/api2/1/ticker/vgx_eth
- https://data.gateapi.io/api2/1/ticker/num_usdt
- https://data.gateapi.io/api2/1/ticker/gold_usdt
- https://data.gateapi.io/api2/1/ticker/dar_usdt
- https://data.gateapi.io/api2/1/ticker/dar_eth
- https://data.gateapi.io/api2/1/ticker/catgirl_usdt
- https://data.gateapi.io/api2/1/ticker/xcv_usdt
- https://data.gateapi.io/api2/1/ticker/xcv_eth
- https://data.gateapi.io/api2/1/ticker/grbe_usdt
- https://data.gateapi.io/api2/1/ticker/taboo_usdt
- https://data.gateapi.io/api2/1/ticker/snft_usdt
- https://data.gateapi.io/api2/1/ticker/mmpro_usdt
- https://data.gateapi.io/api2/1/ticker/stepg_usdt
- https://data.gateapi.io/api2/1/ticker/stepg_eth
- https://data.gateapi.io/api2/1/ticker/wwy_usdt
- https://data.gateapi.io/api2/1/ticker/wndr_usdt
- https://data.gateapi.io/api2/1/ticker/strm_usdt
- https://data.gateapi.io/api2/1/ticker/gst_usdt
- https://data.gateapi.io/api2/1/ticker/vtg_usdt
- https://data.gateapi.io/api2/1/ticker/santos_usdt
- https://data.gateapi.io/api2/1/ticker/alpine_usdt
- https://data.gateapi.io/api2/1/ticker/porto_usdt
- https://data.gateapi.io/api2/1/ticker/sti_usdt
- https://data.gateapi.io/api2/1/ticker/metal_usdt
- https://data.gateapi.io/api2/1/ticker/milo_usdt
- https://data.gateapi.io/api2/1/ticker/pride_usdt
- https://data.gateapi.io/api2/1/ticker/meto_usdt
- https://data.gateapi.io/api2/1/ticker/mape_usdt
- https://data.gateapi.io/api2/1/ticker/gmm_usdt
- https://data.gateapi.io/api2/1/ticker/babi_usdt
- https://data.gateapi.io/api2/1/ticker/wzrd_usdt
- https://data.gateapi.io/api2/1/ticker/falcons_usdt
- https://data.gateapi.io/api2/1/ticker/mit_usdt
- https://data.gateapi.io/api2/1/ticker/bsw_usdt
- https://data.gateapi.io/api2/1/ticker/ubxs_usdt
- https://data.gateapi.io/api2/1/ticker/wear_usdt
- https://data.gateapi.io/api2/1/ticker/hdv_usdt
- https://data.gateapi.io/api2/1/ticker/rite_usdt
- https://data.gateapi.io/api2/1/ticker/lus_usdt
- https://data.gateapi.io/api2/1/ticker/dome_usdt
- https://data.gateapi.io/api2/1/ticker/rim_usdt
- https://data.gateapi.io/api2/1/ticker/kilt_usdt
- https://data.gateapi.io/api2/1/ticker/tap_usdt
- https://data.gateapi.io/api2/1/ticker/sin_usdt
- https://data.gateapi.io/api2/1/ticker/metan_usdt
- https://data.gateapi.io/api2/1/ticker/sb_usdt
- https://data.gateapi.io/api2/1/ticker/kbd_usdt
- https://data.gateapi.io/api2/1/ticker/ggm_usdt
- https://data.gateapi.io/api2/1/ticker/brise_usdt
- https://data.gateapi.io/api2/1/ticker/kt_usdt
- https://data.gateapi.io/api2/1/ticker/sandwich_usdt
- https://data.gateapi.io/api2/1/ticker/nftl_usdt
- https://data.gateapi.io/api2/1/ticker/ejs_usdt
- https://data.gateapi.io/api2/1/ticker/t_usdt
- https://data.gateapi.io/api2/1/ticker/t_eth
- https://data.gateapi.io/api2/1/ticker/nexo_usdt
- https://data.gateapi.io/api2/1/ticker/nexo_eth
- https://data.gateapi.io/api2/1/ticker/galfan_usdt
- https://data.gateapi.io/api2/1/ticker/aog_usdt
- https://data.gateapi.io/api2/1/ticker/mts_usdt
- https://data.gateapi.io/api2/1/ticker/mts_eth
- https://data.gateapi.io/api2/1/ticker/gmpd_usdt
- https://data.gateapi.io/api2/1/ticker/ufi_usdt
- https://data.gateapi.io/api2/1/ticker/ghc_usdt
- https://data.gateapi.io/api2/1/ticker/apx_usdt
- https://data.gateapi.io/api2/1/ticker/frm_usdt
- https://data.gateapi.io/api2/1/ticker/scnsol_usdt
- https://data.gateapi.io/api2/1/ticker/scnsol_eth
- https://data.gateapi.io/api2/1/ticker/f2c_usdt
- https://data.gateapi.io/api2/1/ticker/zodi_usdt
- https://data.gateapi.io/api2/1/ticker/zodi_eth
- https://data.gateapi.io/api2/1/ticker/dfy_usdt
- https://data.gateapi.io/api2/1/ticker/dfy_eth
- https://data.gateapi.io/api2/1/ticker/loa_usdt
- https://data.gateapi.io/api2/1/ticker/cpan_usdt
- https://data.gateapi.io/api2/1/ticker/supe_usdt
- https://data.gateapi.io/api2/1/ticker/supe_eth
- https://data.gateapi.io/api2/1/ticker/cher_usdt
- https://data.gateapi.io/api2/1/ticker/wam_usdt
- https://data.gateapi.io/api2/1/ticker/goldminer_usdt
- https://data.gateapi.io/api2/1/ticker/dms_usdt
- https://data.gateapi.io/api2/1/ticker/dms_eth
- https://data.gateapi.io/api2/1/ticker/tip_usdt
- https://data.gateapi.io/api2/1/ticker/ppad_usdt
- https://data.gateapi.io/api2/1/ticker/block_usdt
- https://data.gateapi.io/api2/1/ticker/psb_usdt
- https://data.gateapi.io/api2/1/ticker/kbox_usdt
- https://data.gateapi.io/api2/1/ticker/bin_usdt
- https://data.gateapi.io/api2/1/ticker/bin_eth
- https://data.gateapi.io/api2/1/ticker/land_usdt
- https://data.gateapi.io/api2/1/ticker/oro_usdt
- https://data.gateapi.io/api2/1/ticker/moo_usdt
- https://data.gateapi.io/api2/1/ticker/mooo_usdt
- https://data.gateapi.io/api2/1/ticker/empire_usdt
- https://data.gateapi.io/api2/1/ticker/empire_eth
- https://data.gateapi.io/api2/1/ticker/yct_usdt
- https://data.gateapi.io/api2/1/ticker/myra_usdt
- https://data.gateapi.io/api2/1/ticker/next_usdt
- https://data.gateapi.io/api2/1/ticker/real_usdt
- https://data.gateapi.io/api2/1/ticker/bath_usdt
- https://data.gateapi.io/api2/1/ticker/bath_eth
- https://data.gateapi.io/api2/1/ticker/pog_usdt
- https://data.gateapi.io/api2/1/ticker/mga_usdt
- https://data.gateapi.io/api2/1/ticker/eternal_usdt
- https://data.gateapi.io/api2/1/ticker/mint_usdt
- https://data.gateapi.io/api2/1/ticker/btl_usdt
- https://data.gateapi.io/api2/1/ticker/liquidus_usdt
- https://data.gateapi.io/api2/1/ticker/liquidus_eth
- https://data.gateapi.io/api2/1/ticker/dehub_usdt
- https://data.gateapi.io/api2/1/ticker/sfm_usdt
Return data example:
# Request GET: https://data.gateapi.io/api2/1/ticker/eth_btc # Response { "result": "true", "last": 0.1, "lowestAsk": 0.1, "highestBid": "0.00000000", "percentChange": 0, "baseVolume": 0.001, "quoteVolume": 0.01, "high24hr": 0.1, "low24hr": 0.1 }
Depth API
Return the market depth including ask and bid orders.
Return the market depth including ask and bid orders.
URL: https://data.gateapi.io/api2/1/orderBook/[CURR_A]_[CURR_B]
Replace [CURR_A] and [CURR_B] with the selected currencies.
Links:
- https://data.gateapi.io/api2/1/orderBook/usdt_cnyx
- https://data.gateapi.io/api2/1/orderBook/btc_usdt
- https://data.gateapi.io/api2/1/orderBook/bch_usdt
- https://data.gateapi.io/api2/1/orderBook/eth_usdt
- https://data.gateapi.io/api2/1/orderBook/etc_usdt
- https://data.gateapi.io/api2/1/orderBook/qtum_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc_usdt
- https://data.gateapi.io/api2/1/orderBook/dash_usdt
- https://data.gateapi.io/api2/1/orderBook/zec_usdt
- https://data.gateapi.io/api2/1/orderBook/btm_usdt
- https://data.gateapi.io/api2/1/orderBook/eos_usdt
- https://data.gateapi.io/api2/1/orderBook/req_usdt
- https://data.gateapi.io/api2/1/orderBook/snt_usdt
- https://data.gateapi.io/api2/1/orderBook/omg_usdt
- https://data.gateapi.io/api2/1/orderBook/pay_usdt
- https://data.gateapi.io/api2/1/orderBook/cvc_usdt
- https://data.gateapi.io/api2/1/orderBook/zrx_usdt
- https://data.gateapi.io/api2/1/orderBook/xmr_usdt
- https://data.gateapi.io/api2/1/orderBook/xrp_usdt
- https://data.gateapi.io/api2/1/orderBook/doge_usdt
- https://data.gateapi.io/api2/1/orderBook/bat_usdt
- https://data.gateapi.io/api2/1/orderBook/pst_usdt
- https://data.gateapi.io/api2/1/orderBook/btg_usdt
- https://data.gateapi.io/api2/1/orderBook/dpy_usdt
- https://data.gateapi.io/api2/1/orderBook/lrc_usdt
- https://data.gateapi.io/api2/1/orderBook/storj_usdt
- https://data.gateapi.io/api2/1/orderBook/rdn_usdt
- https://data.gateapi.io/api2/1/orderBook/knc_usdt
- https://data.gateapi.io/api2/1/orderBook/link_usdt
- https://data.gateapi.io/api2/1/orderBook/cdt_usdt
- https://data.gateapi.io/api2/1/orderBook/ae_usdt
- https://data.gateapi.io/api2/1/orderBook/ae_eth
- https://data.gateapi.io/api2/1/orderBook/ae_btc
- https://data.gateapi.io/api2/1/orderBook/cdt_eth
- https://data.gateapi.io/api2/1/orderBook/rdn_eth
- https://data.gateapi.io/api2/1/orderBook/knc_eth
- https://data.gateapi.io/api2/1/orderBook/link_eth
- https://data.gateapi.io/api2/1/orderBook/req_eth
- https://data.gateapi.io/api2/1/orderBook/rcn_eth
- https://data.gateapi.io/api2/1/orderBook/trx_eth
- https://data.gateapi.io/api2/1/orderBook/bnt_eth
- https://data.gateapi.io/api2/1/orderBook/vet_eth
- https://data.gateapi.io/api2/1/orderBook/fun_eth
- https://data.gateapi.io/api2/1/orderBook/data_eth
- https://data.gateapi.io/api2/1/orderBook/rlc_eth
- https://data.gateapi.io/api2/1/orderBook/rlc_usdt
- https://data.gateapi.io/api2/1/orderBook/zsc_eth
- https://data.gateapi.io/api2/1/orderBook/mda_eth
- https://data.gateapi.io/api2/1/orderBook/rcn_usdt
- https://data.gateapi.io/api2/1/orderBook/trx_usdt
- https://data.gateapi.io/api2/1/orderBook/vet_usdt
- https://data.gateapi.io/api2/1/orderBook/fun_usdt
- https://data.gateapi.io/api2/1/orderBook/data_usdt
- https://data.gateapi.io/api2/1/orderBook/zsc_usdt
- https://data.gateapi.io/api2/1/orderBook/mda_usdt
- https://data.gateapi.io/api2/1/orderBook/xtz_usdt
- https://data.gateapi.io/api2/1/orderBook/xtz_btc
- https://data.gateapi.io/api2/1/orderBook/xtz_eth
- https://data.gateapi.io/api2/1/orderBook/gem_usdt
- https://data.gateapi.io/api2/1/orderBook/gem_eth
- https://data.gateapi.io/api2/1/orderBook/rfr_usdt
- https://data.gateapi.io/api2/1/orderBook/rfr_eth
- https://data.gateapi.io/api2/1/orderBook/abt_usdt
- https://data.gateapi.io/api2/1/orderBook/abt_eth
- https://data.gateapi.io/api2/1/orderBook/ledu_btc
- https://data.gateapi.io/api2/1/orderBook/ledu_eth
- https://data.gateapi.io/api2/1/orderBook/ost_usdt
- https://data.gateapi.io/api2/1/orderBook/ost_eth
- https://data.gateapi.io/api2/1/orderBook/xlm_usdt
- https://data.gateapi.io/api2/1/orderBook/xlm_eth
- https://data.gateapi.io/api2/1/orderBook/xlm_btc
- https://data.gateapi.io/api2/1/orderBook/mobi_usdt
- https://data.gateapi.io/api2/1/orderBook/mobi_eth
- https://data.gateapi.io/api2/1/orderBook/mobi_btc
- https://data.gateapi.io/api2/1/orderBook/ocn_usdt
- https://data.gateapi.io/api2/1/orderBook/ocn_eth
- https://data.gateapi.io/api2/1/orderBook/ocn_btc
- https://data.gateapi.io/api2/1/orderBook/cofi_usdt
- https://data.gateapi.io/api2/1/orderBook/cofi_eth
- https://data.gateapi.io/api2/1/orderBook/blz_usdt
- https://data.gateapi.io/api2/1/orderBook/blz_eth
- https://data.gateapi.io/api2/1/orderBook/gxs_usdt
- https://data.gateapi.io/api2/1/orderBook/gxs_btc
- https://data.gateapi.io/api2/1/orderBook/mtn_usdt
- https://data.gateapi.io/api2/1/orderBook/mtn_eth
- https://data.gateapi.io/api2/1/orderBook/ruff_usdt
- https://data.gateapi.io/api2/1/orderBook/ruff_eth
- https://data.gateapi.io/api2/1/orderBook/ruff_btc
- https://data.gateapi.io/api2/1/orderBook/tnc_usdt
- https://data.gateapi.io/api2/1/orderBook/tnc_eth
- https://data.gateapi.io/api2/1/orderBook/tnc_btc
- https://data.gateapi.io/api2/1/orderBook/zil_usdt
- https://data.gateapi.io/api2/1/orderBook/zil_eth
- https://data.gateapi.io/api2/1/orderBook/bto_usdt
- https://data.gateapi.io/api2/1/orderBook/bto_eth
- https://data.gateapi.io/api2/1/orderBook/theta_usdt
- https://data.gateapi.io/api2/1/orderBook/theta_eth
- https://data.gateapi.io/api2/1/orderBook/ddd_usdt
- https://data.gateapi.io/api2/1/orderBook/ddd_eth
- https://data.gateapi.io/api2/1/orderBook/ddd_btc
- https://data.gateapi.io/api2/1/orderBook/mkr_usdt
- https://data.gateapi.io/api2/1/orderBook/mkr_eth
- https://data.gateapi.io/api2/1/orderBook/dai_usdt
- https://data.gateapi.io/api2/1/orderBook/smt_usdt
- https://data.gateapi.io/api2/1/orderBook/smt_eth
- https://data.gateapi.io/api2/1/orderBook/mdt_usdt
- https://data.gateapi.io/api2/1/orderBook/mdt_eth
- https://data.gateapi.io/api2/1/orderBook/mdt_btc
- https://data.gateapi.io/api2/1/orderBook/mana_usdt
- https://data.gateapi.io/api2/1/orderBook/mana_eth
- https://data.gateapi.io/api2/1/orderBook/salt_usdt
- https://data.gateapi.io/api2/1/orderBook/salt_eth
- https://data.gateapi.io/api2/1/orderBook/fuel_usdt
- https://data.gateapi.io/api2/1/orderBook/fuel_eth
- https://data.gateapi.io/api2/1/orderBook/elf_usdt
- https://data.gateapi.io/api2/1/orderBook/elf_eth
- https://data.gateapi.io/api2/1/orderBook/drgn_usdt
- https://data.gateapi.io/api2/1/orderBook/drgn_eth
- https://data.gateapi.io/api2/1/orderBook/gtc_usdt
- https://data.gateapi.io/api2/1/orderBook/gtc_eth
- https://data.gateapi.io/api2/1/orderBook/gtc_btc
- https://data.gateapi.io/api2/1/orderBook/qlc_usdt
- https://data.gateapi.io/api2/1/orderBook/qlc_btc
- https://data.gateapi.io/api2/1/orderBook/qlc_eth
- https://data.gateapi.io/api2/1/orderBook/dbc_usdt
- https://data.gateapi.io/api2/1/orderBook/dbc_btc
- https://data.gateapi.io/api2/1/orderBook/dbc_eth
- https://data.gateapi.io/api2/1/orderBook/bnty_usdt
- https://data.gateapi.io/api2/1/orderBook/bnty_eth
- https://data.gateapi.io/api2/1/orderBook/icx_usdt
- https://data.gateapi.io/api2/1/orderBook/icx_eth
- https://data.gateapi.io/api2/1/orderBook/btf_usdt
- https://data.gateapi.io/api2/1/orderBook/btf_btc
- https://data.gateapi.io/api2/1/orderBook/ada_usdt
- https://data.gateapi.io/api2/1/orderBook/ada_btc
- https://data.gateapi.io/api2/1/orderBook/lsk_usdt
- https://data.gateapi.io/api2/1/orderBook/lsk_btc
- https://data.gateapi.io/api2/1/orderBook/waves_usdt
- https://data.gateapi.io/api2/1/orderBook/waves_btc
- https://data.gateapi.io/api2/1/orderBook/bifi_usdt
- https://data.gateapi.io/api2/1/orderBook/bifi_btc
- https://data.gateapi.io/api2/1/orderBook/mds_eth
- https://data.gateapi.io/api2/1/orderBook/mds_usdt
- https://data.gateapi.io/api2/1/orderBook/qash_usdt
- https://data.gateapi.io/api2/1/orderBook/qash_eth
- https://data.gateapi.io/api2/1/orderBook/qash_btc
- https://data.gateapi.io/api2/1/orderBook/powr_usdt
- https://data.gateapi.io/api2/1/orderBook/powr_eth
- https://data.gateapi.io/api2/1/orderBook/powr_btc
- https://data.gateapi.io/api2/1/orderBook/bcd_usdt
- https://data.gateapi.io/api2/1/orderBook/bcd_btc
- https://data.gateapi.io/api2/1/orderBook/sbtc_usdt
- https://data.gateapi.io/api2/1/orderBook/sbtc_btc
- https://data.gateapi.io/api2/1/orderBook/god_usdt
- https://data.gateapi.io/api2/1/orderBook/god_btc
- https://data.gateapi.io/api2/1/orderBook/bcx_usdt
- https://data.gateapi.io/api2/1/orderBook/bcx_btc
- https://data.gateapi.io/api2/1/orderBook/qsp_usdt
- https://data.gateapi.io/api2/1/orderBook/qsp_eth
- https://data.gateapi.io/api2/1/orderBook/ink_btc
- https://data.gateapi.io/api2/1/orderBook/ink_usdt
- https://data.gateapi.io/api2/1/orderBook/ink_eth
- https://data.gateapi.io/api2/1/orderBook/qbt_eth
- https://data.gateapi.io/api2/1/orderBook/qbt_usdt
- https://data.gateapi.io/api2/1/orderBook/tsl_usdt
- https://data.gateapi.io/api2/1/orderBook/gnx_usdt
- https://data.gateapi.io/api2/1/orderBook/gnx_eth
- https://data.gateapi.io/api2/1/orderBook/neo_usdt
- https://data.gateapi.io/api2/1/orderBook/gas_usdt
- https://data.gateapi.io/api2/1/orderBook/neo_btc
- https://data.gateapi.io/api2/1/orderBook/gas_btc
- https://data.gateapi.io/api2/1/orderBook/iota_usdt
- https://data.gateapi.io/api2/1/orderBook/iota_btc
- https://data.gateapi.io/api2/1/orderBook/nas_usdt
- https://data.gateapi.io/api2/1/orderBook/nas_eth
- https://data.gateapi.io/api2/1/orderBook/nas_btc
- https://data.gateapi.io/api2/1/orderBook/eth_btc
- https://data.gateapi.io/api2/1/orderBook/etc_btc
- https://data.gateapi.io/api2/1/orderBook/etc_eth
- https://data.gateapi.io/api2/1/orderBook/zec_btc
- https://data.gateapi.io/api2/1/orderBook/dash_btc
- https://data.gateapi.io/api2/1/orderBook/ltc_btc
- https://data.gateapi.io/api2/1/orderBook/bch_btc
- https://data.gateapi.io/api2/1/orderBook/btg_btc
- https://data.gateapi.io/api2/1/orderBook/qtum_btc
- https://data.gateapi.io/api2/1/orderBook/qtum_eth
- https://data.gateapi.io/api2/1/orderBook/xrp_btc
- https://data.gateapi.io/api2/1/orderBook/doge_btc
- https://data.gateapi.io/api2/1/orderBook/xmr_btc
- https://data.gateapi.io/api2/1/orderBook/zrx_btc
- https://data.gateapi.io/api2/1/orderBook/zrx_eth
- https://data.gateapi.io/api2/1/orderBook/dnt_eth
- https://data.gateapi.io/api2/1/orderBook/dpy_eth
- https://data.gateapi.io/api2/1/orderBook/oax_btc
- https://data.gateapi.io/api2/1/orderBook/oax_usdt
- https://data.gateapi.io/api2/1/orderBook/oax_eth
- https://data.gateapi.io/api2/1/orderBook/lrc_eth
- https://data.gateapi.io/api2/1/orderBook/lrc_btc
- https://data.gateapi.io/api2/1/orderBook/pst_eth
- https://data.gateapi.io/api2/1/orderBook/bcdn_eth
- https://data.gateapi.io/api2/1/orderBook/bcdn_usdt
- https://data.gateapi.io/api2/1/orderBook/snt_eth
- https://data.gateapi.io/api2/1/orderBook/snt_btc
- https://data.gateapi.io/api2/1/orderBook/btm_eth
- https://data.gateapi.io/api2/1/orderBook/btm_btc
- https://data.gateapi.io/api2/1/orderBook/snet_eth
- https://data.gateapi.io/api2/1/orderBook/snet_usdt
- https://data.gateapi.io/api2/1/orderBook/llt_snet
- https://data.gateapi.io/api2/1/orderBook/omg_eth
- https://data.gateapi.io/api2/1/orderBook/omg_btc
- https://data.gateapi.io/api2/1/orderBook/pay_eth
- https://data.gateapi.io/api2/1/orderBook/pay_btc
- https://data.gateapi.io/api2/1/orderBook/bat_eth
- https://data.gateapi.io/api2/1/orderBook/bat_btc
- https://data.gateapi.io/api2/1/orderBook/cvc_eth
- https://data.gateapi.io/api2/1/orderBook/storj_eth
- https://data.gateapi.io/api2/1/orderBook/storj_btc
- https://data.gateapi.io/api2/1/orderBook/eos_eth
- https://data.gateapi.io/api2/1/orderBook/eos_btc
- https://data.gateapi.io/api2/1/orderBook/bts_usdt
- https://data.gateapi.io/api2/1/orderBook/bts_btc
- https://data.gateapi.io/api2/1/orderBook/btc_sgd
- https://data.gateapi.io/api2/1/orderBook/bch_sgd
- https://data.gateapi.io/api2/1/orderBook/eth_sgd
- https://data.gateapi.io/api2/1/orderBook/etc_sgd
- https://data.gateapi.io/api2/1/orderBook/xrp_sgd
- https://data.gateapi.io/api2/1/orderBook/ltc_sgd
- https://data.gateapi.io/api2/1/orderBook/usdg_usdt
- https://data.gateapi.io/api2/1/orderBook/gt_btc
- https://data.gateapi.io/api2/1/orderBook/gt_usdt
- https://data.gateapi.io/api2/1/orderBook/gt_eth
- https://data.gateapi.io/api2/1/orderBook/eth_usd
- https://data.gateapi.io/api2/1/orderBook/btc_usd
- https://data.gateapi.io/api2/1/orderBook/sys_usdt
- https://data.gateapi.io/api2/1/orderBook/sys_eth
- https://data.gateapi.io/api2/1/orderBook/atom_btc
- https://data.gateapi.io/api2/1/orderBook/atom_usdt
- https://data.gateapi.io/api2/1/orderBook/nyzo_usdt
- https://data.gateapi.io/api2/1/orderBook/nyzo_eth
- https://data.gateapi.io/api2/1/orderBook/scrt_usdt
- https://data.gateapi.io/api2/1/orderBook/scrt_eth
- https://data.gateapi.io/api2/1/orderBook/eth2_usdt
- https://data.gateapi.io/api2/1/orderBook/eth2_eth
- https://data.gateapi.io/api2/1/orderBook/hard_usdt
- https://data.gateapi.io/api2/1/orderBook/hard_eth
- https://data.gateapi.io/api2/1/orderBook/kava_usdt
- https://data.gateapi.io/api2/1/orderBook/iris_usdt
- https://data.gateapi.io/api2/1/orderBook/ant_usdt
- https://data.gateapi.io/api2/1/orderBook/ankr_usdt
- https://data.gateapi.io/api2/1/orderBook/stpt_usdt
- https://data.gateapi.io/api2/1/orderBook/rsr_usdt
- https://data.gateapi.io/api2/1/orderBook/rsv_usdt
- https://data.gateapi.io/api2/1/orderBook/kai_usdt
- https://data.gateapi.io/api2/1/orderBook/ctsi_usdt
- https://data.gateapi.io/api2/1/orderBook/comp_usdt
- https://data.gateapi.io/api2/1/orderBook/comp_usd
- https://data.gateapi.io/api2/1/orderBook/ocean_usdt
- https://data.gateapi.io/api2/1/orderBook/sc_usdt
- https://data.gateapi.io/api2/1/orderBook/sc_eth
- https://data.gateapi.io/api2/1/orderBook/ksm_usdt
- https://data.gateapi.io/api2/1/orderBook/firo_usdt
- https://data.gateapi.io/api2/1/orderBook/dot_usdt
- https://data.gateapi.io/api2/1/orderBook/dot_btc
- https://data.gateapi.io/api2/1/orderBook/mtr_usdt
- https://data.gateapi.io/api2/1/orderBook/mtrg_usdt
- https://data.gateapi.io/api2/1/orderBook/sol_usdt
- https://data.gateapi.io/api2/1/orderBook/sol_usd
- https://data.gateapi.io/api2/1/orderBook/coti_usdt
- https://data.gateapi.io/api2/1/orderBook/ampl_usdt
- https://data.gateapi.io/api2/1/orderBook/digg_usdt
- https://data.gateapi.io/api2/1/orderBook/digg_eth
- https://data.gateapi.io/api2/1/orderBook/grap_usdt
- https://data.gateapi.io/api2/1/orderBook/grap_eth
- https://data.gateapi.io/api2/1/orderBook/wnxm_usdt
- https://data.gateapi.io/api2/1/orderBook/wnxm_eth
- https://data.gateapi.io/api2/1/orderBook/luna_usdt
- https://data.gateapi.io/api2/1/orderBook/luna_eth
- https://data.gateapi.io/api2/1/orderBook/avax_usdt
- https://data.gateapi.io/api2/1/orderBook/avax_eth
- https://data.gateapi.io/api2/1/orderBook/fsn_usdt
- https://data.gateapi.io/api2/1/orderBook/fsn_eth
- https://data.gateapi.io/api2/1/orderBook/chng_usdt
- https://data.gateapi.io/api2/1/orderBook/chng_btc
- https://data.gateapi.io/api2/1/orderBook/bzrx_usdt
- https://data.gateapi.io/api2/1/orderBook/ooki_usdt
- https://data.gateapi.io/api2/1/orderBook/pcx_usdt
- https://data.gateapi.io/api2/1/orderBook/yam_usdt
- https://data.gateapi.io/api2/1/orderBook/yam_eth
- https://data.gateapi.io/api2/1/orderBook/box_usdt
- https://data.gateapi.io/api2/1/orderBook/crv_usdt
- https://data.gateapi.io/api2/1/orderBook/crv_btc
- https://data.gateapi.io/api2/1/orderBook/crv_eth
- https://data.gateapi.io/api2/1/orderBook/crv_usd
- https://data.gateapi.io/api2/1/orderBook/uni_usdt
- https://data.gateapi.io/api2/1/orderBook/uni_eth
- https://data.gateapi.io/api2/1/orderBook/uni_usd
- https://data.gateapi.io/api2/1/orderBook/sushi_usdt
- https://data.gateapi.io/api2/1/orderBook/sushi_eth
- https://data.gateapi.io/api2/1/orderBook/sushi_usd
- https://data.gateapi.io/api2/1/orderBook/aave_usdt
- https://data.gateapi.io/api2/1/orderBook/aave_eth
- https://data.gateapi.io/api2/1/orderBook/aave_usd
- https://data.gateapi.io/api2/1/orderBook/pols_usdt
- https://data.gateapi.io/api2/1/orderBook/erg_usdt
- https://data.gateapi.io/api2/1/orderBook/erg_eth
- https://data.gateapi.io/api2/1/orderBook/gof_usdt
- https://data.gateapi.io/api2/1/orderBook/bnc_usdt
- https://data.gateapi.io/api2/1/orderBook/kar_usdt
- https://data.gateapi.io/api2/1/orderBook/sdn_usdt
- https://data.gateapi.io/api2/1/orderBook/sdn_eth
- https://data.gateapi.io/api2/1/orderBook/sdn_btc
- https://data.gateapi.io/api2/1/orderBook/wit_usdt
- https://data.gateapi.io/api2/1/orderBook/wit_eth
- https://data.gateapi.io/api2/1/orderBook/wit_btc
- https://data.gateapi.io/api2/1/orderBook/rmrk_usdt
- https://data.gateapi.io/api2/1/orderBook/gens_usdt
- https://data.gateapi.io/api2/1/orderBook/aca_usdt
- https://data.gateapi.io/api2/1/orderBook/astr_usdt
- https://data.gateapi.io/api2/1/orderBook/astr_eth
- https://data.gateapi.io/api2/1/orderBook/astr_btc
- https://data.gateapi.io/api2/1/orderBook/kma_usdt
- https://data.gateapi.io/api2/1/orderBook/kma_eth
- https://data.gateapi.io/api2/1/orderBook/teer_usdt
- https://data.gateapi.io/api2/1/orderBook/tt_usdt
- https://data.gateapi.io/api2/1/orderBook/tt_eth
- https://data.gateapi.io/api2/1/orderBook/kint_usdt
- https://data.gateapi.io/api2/1/orderBook/kint_eth
- https://data.gateapi.io/api2/1/orderBook/sgb_usdt
- https://data.gateapi.io/api2/1/orderBook/air_usdt
- https://data.gateapi.io/api2/1/orderBook/movr_usdt
- https://data.gateapi.io/api2/1/orderBook/movr_eth
- https://data.gateapi.io/api2/1/orderBook/glmr_usdt
- https://data.gateapi.io/api2/1/orderBook/glmr_eth
- https://data.gateapi.io/api2/1/orderBook/pha_usdt
- https://data.gateapi.io/api2/1/orderBook/sashimi_usdt
- https://data.gateapi.io/api2/1/orderBook/sashimi_eth
- https://data.gateapi.io/api2/1/orderBook/farm_usdt
- https://data.gateapi.io/api2/1/orderBook/farm_eth
- https://data.gateapi.io/api2/1/orderBook/swrv_usdt
- https://data.gateapi.io/api2/1/orderBook/swrv_eth
- https://data.gateapi.io/api2/1/orderBook/razor_usdt
- https://data.gateapi.io/api2/1/orderBook/razor_eth
- https://data.gateapi.io/api2/1/orderBook/auction_usdt
- https://data.gateapi.io/api2/1/orderBook/auction_eth
- https://data.gateapi.io/api2/1/orderBook/ulu_usdt
- https://data.gateapi.io/api2/1/orderBook/ulu_eth
- https://data.gateapi.io/api2/1/orderBook/oin_usdt
- https://data.gateapi.io/api2/1/orderBook/ags_usdt
- https://data.gateapi.io/api2/1/orderBook/oxt_usdt
- https://data.gateapi.io/api2/1/orderBook/oxt_eth
- https://data.gateapi.io/api2/1/orderBook/sand_usdt
- https://data.gateapi.io/api2/1/orderBook/sand_eth
- https://data.gateapi.io/api2/1/orderBook/sand_usd
- https://data.gateapi.io/api2/1/orderBook/pool_usdt
- https://data.gateapi.io/api2/1/orderBook/pool_eth
- https://data.gateapi.io/api2/1/orderBook/amp_usdt
- https://data.gateapi.io/api2/1/orderBook/amp_eth
- https://data.gateapi.io/api2/1/orderBook/hot_usdt
- https://data.gateapi.io/api2/1/orderBook/hot_eth
- https://data.gateapi.io/api2/1/orderBook/bondly_usdt
- https://data.gateapi.io/api2/1/orderBook/bondly_eth
- https://data.gateapi.io/api2/1/orderBook/tpt_usdt
- https://data.gateapi.io/api2/1/orderBook/tpt_eth
- https://data.gateapi.io/api2/1/orderBook/bmi_usdt
- https://data.gateapi.io/api2/1/orderBook/bmi_eth
- https://data.gateapi.io/api2/1/orderBook/lpool_usdt
- https://data.gateapi.io/api2/1/orderBook/lpool_eth
- https://data.gateapi.io/api2/1/orderBook/super_usdt
- https://data.gateapi.io/api2/1/orderBook/super_eth
- https://data.gateapi.io/api2/1/orderBook/uft_usdt
- https://data.gateapi.io/api2/1/orderBook/uft_eth
- https://data.gateapi.io/api2/1/orderBook/ray_usdt
- https://data.gateapi.io/api2/1/orderBook/ray_eth
- https://data.gateapi.io/api2/1/orderBook/ray_usd
- https://data.gateapi.io/api2/1/orderBook/atlas_usdt
- https://data.gateapi.io/api2/1/orderBook/polis_usdt
- https://data.gateapi.io/api2/1/orderBook/orca_usdt
- https://data.gateapi.io/api2/1/orderBook/wag_usdt
- https://data.gateapi.io/api2/1/orderBook/sny_usdt
- https://data.gateapi.io/api2/1/orderBook/sny_eth
- https://data.gateapi.io/api2/1/orderBook/cstr_usdt
- https://data.gateapi.io/api2/1/orderBook/cstr_eth
- https://data.gateapi.io/api2/1/orderBook/gofx_usdt
- https://data.gateapi.io/api2/1/orderBook/cys_usdt
- https://data.gateapi.io/api2/1/orderBook/cys_eth
- https://data.gateapi.io/api2/1/orderBook/samo_usdt
- https://data.gateapi.io/api2/1/orderBook/samo_eth
- https://data.gateapi.io/api2/1/orderBook/solr_usdt
- https://data.gateapi.io/api2/1/orderBook/solr_eth
- https://data.gateapi.io/api2/1/orderBook/liq_usdt
- https://data.gateapi.io/api2/1/orderBook/crp_usdt
- https://data.gateapi.io/api2/1/orderBook/crp_eth
- https://data.gateapi.io/api2/1/orderBook/slrs_usdt
- https://data.gateapi.io/api2/1/orderBook/slrs_eth
- https://data.gateapi.io/api2/1/orderBook/slim_usdt
- https://data.gateapi.io/api2/1/orderBook/slim_eth
- https://data.gateapi.io/api2/1/orderBook/like_usdt
- https://data.gateapi.io/api2/1/orderBook/like_eth
- https://data.gateapi.io/api2/1/orderBook/port_usdt
- https://data.gateapi.io/api2/1/orderBook/prt_usdt
- https://data.gateapi.io/api2/1/orderBook/prt_eth
- https://data.gateapi.io/api2/1/orderBook/larix_usdt
- https://data.gateapi.io/api2/1/orderBook/larix_eth
- https://data.gateapi.io/api2/1/orderBook/sunny_usdt
- https://data.gateapi.io/api2/1/orderBook/sunny_eth
- https://data.gateapi.io/api2/1/orderBook/sbr_usdt
- https://data.gateapi.io/api2/1/orderBook/sbr_eth
- https://data.gateapi.io/api2/1/orderBook/mngo_usdt
- https://data.gateapi.io/api2/1/orderBook/mngo_eth
- https://data.gateapi.io/api2/1/orderBook/tulip_usdt
- https://data.gateapi.io/api2/1/orderBook/tulip_eth
- https://data.gateapi.io/api2/1/orderBook/step_usdt
- https://data.gateapi.io/api2/1/orderBook/step_eth
- https://data.gateapi.io/api2/1/orderBook/step_usd
- https://data.gateapi.io/api2/1/orderBook/mer_usdt
- https://data.gateapi.io/api2/1/orderBook/fida_usdt
- https://data.gateapi.io/api2/1/orderBook/fida_eth
- https://data.gateapi.io/api2/1/orderBook/hai_eth
- https://data.gateapi.io/api2/1/orderBook/hai_usdt
- https://data.gateapi.io/api2/1/orderBook/aqt_usdt
- https://data.gateapi.io/api2/1/orderBook/ehash_usdt
- https://data.gateapi.io/api2/1/orderBook/ehash_eth
- https://data.gateapi.io/api2/1/orderBook/pbr_usdt
- https://data.gateapi.io/api2/1/orderBook/pbr_eth
- https://data.gateapi.io/api2/1/orderBook/mask_usdt
- https://data.gateapi.io/api2/1/orderBook/mask_eth
- https://data.gateapi.io/api2/1/orderBook/hopr_usdt
- https://data.gateapi.io/api2/1/orderBook/hopr_eth
- https://data.gateapi.io/api2/1/orderBook/polk_usdt
- https://data.gateapi.io/api2/1/orderBook/polk_eth
- https://data.gateapi.io/api2/1/orderBook/prom_usdt
- https://data.gateapi.io/api2/1/orderBook/prom_eth
- https://data.gateapi.io/api2/1/orderBook/tvk_usdt
- https://data.gateapi.io/api2/1/orderBook/tvk_eth
- https://data.gateapi.io/api2/1/orderBook/matter_usdt
- https://data.gateapi.io/api2/1/orderBook/matter_eth
- https://data.gateapi.io/api2/1/orderBook/a5t_usdt
- https://data.gateapi.io/api2/1/orderBook/a5t_eth
- https://data.gateapi.io/api2/1/orderBook/slice_usdt
- https://data.gateapi.io/api2/1/orderBook/slice_eth
- https://data.gateapi.io/api2/1/orderBook/cudos_usdt
- https://data.gateapi.io/api2/1/orderBook/muse_usdt
- https://data.gateapi.io/api2/1/orderBook/muse_eth
- https://data.gateapi.io/api2/1/orderBook/combo_usdt
- https://data.gateapi.io/api2/1/orderBook/combo_eth
- https://data.gateapi.io/api2/1/orderBook/dyp_usdt
- https://data.gateapi.io/api2/1/orderBook/dyp_eth
- https://data.gateapi.io/api2/1/orderBook/dows_usdt
- https://data.gateapi.io/api2/1/orderBook/dows_eth
- https://data.gateapi.io/api2/1/orderBook/apys_usdt
- https://data.gateapi.io/api2/1/orderBook/apys_eth
- https://data.gateapi.io/api2/1/orderBook/kyl_usdt
- https://data.gateapi.io/api2/1/orderBook/kyl_eth
- https://data.gateapi.io/api2/1/orderBook/udo_usdt
- https://data.gateapi.io/api2/1/orderBook/udo_eth
- https://data.gateapi.io/api2/1/orderBook/exrd_usdt
- https://data.gateapi.io/api2/1/orderBook/exrd_eth
- https://data.gateapi.io/api2/1/orderBook/yield_usdt
- https://data.gateapi.io/api2/1/orderBook/yield_eth
- https://data.gateapi.io/api2/1/orderBook/utk_usdt
- https://data.gateapi.io/api2/1/orderBook/utk_eth
- https://data.gateapi.io/api2/1/orderBook/aergo_usdt
- https://data.gateapi.io/api2/1/orderBook/aergo_eth
- https://data.gateapi.io/api2/1/orderBook/etha_usdt
- https://data.gateapi.io/api2/1/orderBook/etha_eth
- https://data.gateapi.io/api2/1/orderBook/inv_usdt
- https://data.gateapi.io/api2/1/orderBook/inv_eth
- https://data.gateapi.io/api2/1/orderBook/aln_usdt
- https://data.gateapi.io/api2/1/orderBook/aln_eth
- https://data.gateapi.io/api2/1/orderBook/vra_usdt
- https://data.gateapi.io/api2/1/orderBook/vra_btc
- https://data.gateapi.io/api2/1/orderBook/audio_usdt
- https://data.gateapi.io/api2/1/orderBook/audio_eth
- https://data.gateapi.io/api2/1/orderBook/perl_usdt
- https://data.gateapi.io/api2/1/orderBook/perl_eth
- https://data.gateapi.io/api2/1/orderBook/chr_usdt
- https://data.gateapi.io/api2/1/orderBook/chr_eth
- https://data.gateapi.io/api2/1/orderBook/bamboo_usdt
- https://data.gateapi.io/api2/1/orderBook/hapi_usdt
- https://data.gateapi.io/api2/1/orderBook/blankv2_usdt
- https://data.gateapi.io/api2/1/orderBook/blankv2_eth
- https://data.gateapi.io/api2/1/orderBook/blank_usdt
- https://data.gateapi.io/api2/1/orderBook/blank_eth
- https://data.gateapi.io/api2/1/orderBook/msol_usdt
- https://data.gateapi.io/api2/1/orderBook/msol_eth
- https://data.gateapi.io/api2/1/orderBook/oxy_usdt
- https://data.gateapi.io/api2/1/orderBook/oxy_eth
- https://data.gateapi.io/api2/1/orderBook/ern_usdt
- https://data.gateapi.io/api2/1/orderBook/ern_eth
- https://data.gateapi.io/api2/1/orderBook/bdp_usdt
- https://data.gateapi.io/api2/1/orderBook/bdp_eth
- https://data.gateapi.io/api2/1/orderBook/kine_usdt
- https://data.gateapi.io/api2/1/orderBook/kine_eth
- https://data.gateapi.io/api2/1/orderBook/cgg_usdt
- https://data.gateapi.io/api2/1/orderBook/cgg_eth
- https://data.gateapi.io/api2/1/orderBook/fet_usdt
- https://data.gateapi.io/api2/1/orderBook/fet_eth
- https://data.gateapi.io/api2/1/orderBook/wrx_usdt
- https://data.gateapi.io/api2/1/orderBook/wrx_eth
- https://data.gateapi.io/api2/1/orderBook/uos_usdt
- https://data.gateapi.io/api2/1/orderBook/uos_eth
- https://data.gateapi.io/api2/1/orderBook/unn_usdt
- https://data.gateapi.io/api2/1/orderBook/unn_eth
- https://data.gateapi.io/api2/1/orderBook/alice_usdt
- https://data.gateapi.io/api2/1/orderBook/alice_eth
- https://data.gateapi.io/api2/1/orderBook/adel_usdt
- https://data.gateapi.io/api2/1/orderBook/adel_eth
- https://data.gateapi.io/api2/1/orderBook/ton_usdt
- https://data.gateapi.io/api2/1/orderBook/kimchi_usdt
- https://data.gateapi.io/api2/1/orderBook/kimchi_eth
- https://data.gateapi.io/api2/1/orderBook/kton_usdt
- https://data.gateapi.io/api2/1/orderBook/ring_usdt
- https://data.gateapi.io/api2/1/orderBook/ring_eth
- https://data.gateapi.io/api2/1/orderBook/mini_usdt
- https://data.gateapi.io/api2/1/orderBook/mini_eth
- https://data.gateapi.io/api2/1/orderBook/cream_usdt
- https://data.gateapi.io/api2/1/orderBook/cream_eth
- https://data.gateapi.io/api2/1/orderBook/jgn_usdt
- https://data.gateapi.io/api2/1/orderBook/jgn_eth
- https://data.gateapi.io/api2/1/orderBook/dego_usdt
- https://data.gateapi.io/api2/1/orderBook/rfuel_usdt
- https://data.gateapi.io/api2/1/orderBook/sfg_usdt
- https://data.gateapi.io/api2/1/orderBook/nest_usdt
- https://data.gateapi.io/api2/1/orderBook/nest_eth
- https://data.gateapi.io/api2/1/orderBook/core_eth
- https://data.gateapi.io/api2/1/orderBook/core_usdt
- https://data.gateapi.io/api2/1/orderBook/near_eth
- https://data.gateapi.io/api2/1/orderBook/near_usdt
- https://data.gateapi.io/api2/1/orderBook/nu_usdt
- https://data.gateapi.io/api2/1/orderBook/nu_eth
- https://data.gateapi.io/api2/1/orderBook/stake_usdt
- https://data.gateapi.io/api2/1/orderBook/arnx_usdt
- https://data.gateapi.io/api2/1/orderBook/arnx_eth
- https://data.gateapi.io/api2/1/orderBook/tru_usdt
- https://data.gateapi.io/api2/1/orderBook/tru_eth
- https://data.gateapi.io/api2/1/orderBook/rose_usdt
- https://data.gateapi.io/api2/1/orderBook/rose_eth
- https://data.gateapi.io/api2/1/orderBook/badger_usdt
- https://data.gateapi.io/api2/1/orderBook/badger_eth
- https://data.gateapi.io/api2/1/orderBook/cover_usdt
- https://data.gateapi.io/api2/1/orderBook/cover_eth
- https://data.gateapi.io/api2/1/orderBook/glm_usdt
- https://data.gateapi.io/api2/1/orderBook/glm_eth
- https://data.gateapi.io/api2/1/orderBook/base_usdt
- https://data.gateapi.io/api2/1/orderBook/base_eth
- https://data.gateapi.io/api2/1/orderBook/pickle_usdt
- https://data.gateapi.io/api2/1/orderBook/pickle_eth
- https://data.gateapi.io/api2/1/orderBook/hegic_usdt
- https://data.gateapi.io/api2/1/orderBook/hegic_eth
- https://data.gateapi.io/api2/1/orderBook/gth_usdt
- https://data.gateapi.io/api2/1/orderBook/gth_eth
- https://data.gateapi.io/api2/1/orderBook/dusk_usdt
- https://data.gateapi.io/api2/1/orderBook/dusk_eth
- https://data.gateapi.io/api2/1/orderBook/88mph_usdt
- https://data.gateapi.io/api2/1/orderBook/88mph_eth
- https://data.gateapi.io/api2/1/orderBook/unfi_usdt
- https://data.gateapi.io/api2/1/orderBook/unfi_eth
- https://data.gateapi.io/api2/1/orderBook/flm_usdt
- https://data.gateapi.io/api2/1/orderBook/flm_eth
- https://data.gateapi.io/api2/1/orderBook/ghst_usdt
- https://data.gateapi.io/api2/1/orderBook/ghst_eth
- https://data.gateapi.io/api2/1/orderBook/loon_usdt
- https://data.gateapi.io/api2/1/orderBook/loon_eth
- https://data.gateapi.io/api2/1/orderBook/ach_usdt
- https://data.gateapi.io/api2/1/orderBook/ach_eth
- https://data.gateapi.io/api2/1/orderBook/duck_usdt
- https://data.gateapi.io/api2/1/orderBook/duck_eth
- https://data.gateapi.io/api2/1/orderBook/grt_usdt
- https://data.gateapi.io/api2/1/orderBook/grt_eth
- https://data.gateapi.io/api2/1/orderBook/grt_usd
- https://data.gateapi.io/api2/1/orderBook/esd_usdt
- https://data.gateapi.io/api2/1/orderBook/esd_eth
- https://data.gateapi.io/api2/1/orderBook/aleph_usdt
- https://data.gateapi.io/api2/1/orderBook/aleph_eth
- https://data.gateapi.io/api2/1/orderBook/frax_usdt
- https://data.gateapi.io/api2/1/orderBook/frax_eth
- https://data.gateapi.io/api2/1/orderBook/fxs_usdt
- https://data.gateapi.io/api2/1/orderBook/fxs_eth
- https://data.gateapi.io/api2/1/orderBook/boring_usdt
- https://data.gateapi.io/api2/1/orderBook/boring_eth
- https://data.gateapi.io/api2/1/orderBook/rook_usdt
- https://data.gateapi.io/api2/1/orderBook/rook_eth
- https://data.gateapi.io/api2/1/orderBook/bac_usdt
- https://data.gateapi.io/api2/1/orderBook/bac_eth
- https://data.gateapi.io/api2/1/orderBook/bas_usdt
- https://data.gateapi.io/api2/1/orderBook/bas_eth
- https://data.gateapi.io/api2/1/orderBook/lon_usdt
- https://data.gateapi.io/api2/1/orderBook/lon_eth
- https://data.gateapi.io/api2/1/orderBook/maha_usdt
- https://data.gateapi.io/api2/1/orderBook/maha_eth
- https://data.gateapi.io/api2/1/orderBook/wozx_usdt
- https://data.gateapi.io/api2/1/orderBook/wozx_eth
- https://data.gateapi.io/api2/1/orderBook/far_usdt
- https://data.gateapi.io/api2/1/orderBook/far_eth
- https://data.gateapi.io/api2/1/orderBook/pond_usdt
- https://data.gateapi.io/api2/1/orderBook/pond_eth
- https://data.gateapi.io/api2/1/orderBook/1inch_usdt
- https://data.gateapi.io/api2/1/orderBook/1inch_eth
- https://data.gateapi.io/api2/1/orderBook/1inch_usd
- https://data.gateapi.io/api2/1/orderBook/dsd_usdt
- https://data.gateapi.io/api2/1/orderBook/dsd_eth
- https://data.gateapi.io/api2/1/orderBook/octo_usdt
- https://data.gateapi.io/api2/1/orderBook/octo_eth
- https://data.gateapi.io/api2/1/orderBook/share_usdt
- https://data.gateapi.io/api2/1/orderBook/share_eth
- https://data.gateapi.io/api2/1/orderBook/lina_usdt
- https://data.gateapi.io/api2/1/orderBook/lina_eth
- https://data.gateapi.io/api2/1/orderBook/onc_usdt
- https://data.gateapi.io/api2/1/orderBook/onc_eth
- https://data.gateapi.io/api2/1/orderBook/ons_usdt
- https://data.gateapi.io/api2/1/orderBook/ons_eth
- https://data.gateapi.io/api2/1/orderBook/zks_usdt
- https://data.gateapi.io/api2/1/orderBook/zks_eth
- https://data.gateapi.io/api2/1/orderBook/frog_usdt
- https://data.gateapi.io/api2/1/orderBook/frog_eth
- https://data.gateapi.io/api2/1/orderBook/mis_usdt
- https://data.gateapi.io/api2/1/orderBook/mis_eth
- https://data.gateapi.io/api2/1/orderBook/white_usdt
- https://data.gateapi.io/api2/1/orderBook/white_eth
- https://data.gateapi.io/api2/1/orderBook/onx_usdt
- https://data.gateapi.io/api2/1/orderBook/onx_eth
- https://data.gateapi.io/api2/1/orderBook/matic_usdt
- https://data.gateapi.io/api2/1/orderBook/matic_eth
- https://data.gateapi.io/api2/1/orderBook/matic_usd
- https://data.gateapi.io/api2/1/orderBook/rif_usdt
- https://data.gateapi.io/api2/1/orderBook/rif_eth
- https://data.gateapi.io/api2/1/orderBook/cru_usdt
- https://data.gateapi.io/api2/1/orderBook/cru_eth
- https://data.gateapi.io/api2/1/orderBook/props_usdt
- https://data.gateapi.io/api2/1/orderBook/props_eth
- https://data.gateapi.io/api2/1/orderBook/bifif_usdt
- https://data.gateapi.io/api2/1/orderBook/bifif_eth
- https://data.gateapi.io/api2/1/orderBook/layer_usdt
- https://data.gateapi.io/api2/1/orderBook/layer_eth
- https://data.gateapi.io/api2/1/orderBook/yfdai_usdt
- https://data.gateapi.io/api2/1/orderBook/yfdai_eth
- https://data.gateapi.io/api2/1/orderBook/qnt_usdt
- https://data.gateapi.io/api2/1/orderBook/qnt_eth
- https://data.gateapi.io/api2/1/orderBook/armor_usdt
- https://data.gateapi.io/api2/1/orderBook/armor_eth
- https://data.gateapi.io/api2/1/orderBook/yop_usdt
- https://data.gateapi.io/api2/1/orderBook/yop_eth
- https://data.gateapi.io/api2/1/orderBook/bfc_usdt
- https://data.gateapi.io/api2/1/orderBook/bfc_eth
- https://data.gateapi.io/api2/1/orderBook/bonded_usdt
- https://data.gateapi.io/api2/1/orderBook/bonded_eth
- https://data.gateapi.io/api2/1/orderBook/stmx_usdt
- https://data.gateapi.io/api2/1/orderBook/stmx_eth
- https://data.gateapi.io/api2/1/orderBook/room_usdt
- https://data.gateapi.io/api2/1/orderBook/room_eth
- https://data.gateapi.io/api2/1/orderBook/gdao_usdt
- https://data.gateapi.io/api2/1/orderBook/gdao_eth
- https://data.gateapi.io/api2/1/orderBook/unistake_usdt
- https://data.gateapi.io/api2/1/orderBook/unistake_eth
- https://data.gateapi.io/api2/1/orderBook/bond_usdt
- https://data.gateapi.io/api2/1/orderBook/bond_eth
- https://data.gateapi.io/api2/1/orderBook/frin_usdt
- https://data.gateapi.io/api2/1/orderBook/fxf_usdt
- https://data.gateapi.io/api2/1/orderBook/fxf_eth
- https://data.gateapi.io/api2/1/orderBook/crbn_usdt
- https://data.gateapi.io/api2/1/orderBook/crbn_eth
- https://data.gateapi.io/api2/1/orderBook/torn_usdt
- https://data.gateapi.io/api2/1/orderBook/torn_eth
- https://data.gateapi.io/api2/1/orderBook/strong_usdt
- https://data.gateapi.io/api2/1/orderBook/strong_eth
- https://data.gateapi.io/api2/1/orderBook/umb_usdt
- https://data.gateapi.io/api2/1/orderBook/umb_eth
- https://data.gateapi.io/api2/1/orderBook/nux_usdt
- https://data.gateapi.io/api2/1/orderBook/nux_eth
- https://data.gateapi.io/api2/1/orderBook/jasmy_usdt
- https://data.gateapi.io/api2/1/orderBook/jasmy_eth
- https://data.gateapi.io/api2/1/orderBook/fast_usdt
- https://data.gateapi.io/api2/1/orderBook/fast_eth
- https://data.gateapi.io/api2/1/orderBook/bel_usdt
- https://data.gateapi.io/api2/1/orderBook/bel_eth
- https://data.gateapi.io/api2/1/orderBook/rndr_usdt
- https://data.gateapi.io/api2/1/orderBook/rndr_eth
- https://data.gateapi.io/api2/1/orderBook/zee_usdt
- https://data.gateapi.io/api2/1/orderBook/zee_eth
- https://data.gateapi.io/api2/1/orderBook/kono_usdt
- https://data.gateapi.io/api2/1/orderBook/kono_eth
- https://data.gateapi.io/api2/1/orderBook/polc_usdt
- https://data.gateapi.io/api2/1/orderBook/polc_eth
- https://data.gateapi.io/api2/1/orderBook/bcug_usdt
- https://data.gateapi.io/api2/1/orderBook/bcug_eth
- https://data.gateapi.io/api2/1/orderBook/xed_usdt
- https://data.gateapi.io/api2/1/orderBook/xed_eth
- https://data.gateapi.io/api2/1/orderBook/pkf_usdt
- https://data.gateapi.io/api2/1/orderBook/pkf_eth
- https://data.gateapi.io/api2/1/orderBook/rly_usdt
- https://data.gateapi.io/api2/1/orderBook/rly_eth
- https://data.gateapi.io/api2/1/orderBook/ust_usdt
- https://data.gateapi.io/api2/1/orderBook/ust_eth
- https://data.gateapi.io/api2/1/orderBook/anc_usdt
- https://data.gateapi.io/api2/1/orderBook/anc_eth
- https://data.gateapi.io/api2/1/orderBook/pnt_usdt
- https://data.gateapi.io/api2/1/orderBook/pnt_eth
- https://data.gateapi.io/api2/1/orderBook/dafi_usdt
- https://data.gateapi.io/api2/1/orderBook/dafi_eth
- https://data.gateapi.io/api2/1/orderBook/chain_usdt
- https://data.gateapi.io/api2/1/orderBook/chain_eth
- https://data.gateapi.io/api2/1/orderBook/fire_usdt
- https://data.gateapi.io/api2/1/orderBook/fire_eth
- https://data.gateapi.io/api2/1/orderBook/math_usdt
- https://data.gateapi.io/api2/1/orderBook/math_eth
- https://data.gateapi.io/api2/1/orderBook/tara_usdt
- https://data.gateapi.io/api2/1/orderBook/tara_eth
- https://data.gateapi.io/api2/1/orderBook/tara_btc
- https://data.gateapi.io/api2/1/orderBook/vsp_usdt
- https://data.gateapi.io/api2/1/orderBook/vsp_eth
- https://data.gateapi.io/api2/1/orderBook/pcnt_usdt
- https://data.gateapi.io/api2/1/orderBook/pcnt_eth
- https://data.gateapi.io/api2/1/orderBook/arcx_usdt
- https://data.gateapi.io/api2/1/orderBook/arcx_eth
- https://data.gateapi.io/api2/1/orderBook/dg_usdt
- https://data.gateapi.io/api2/1/orderBook/dg_eth
- https://data.gateapi.io/api2/1/orderBook/dora_usdt
- https://data.gateapi.io/api2/1/orderBook/dora_eth
- https://data.gateapi.io/api2/1/orderBook/spi_usdt
- https://data.gateapi.io/api2/1/orderBook/spi_eth
- https://data.gateapi.io/api2/1/orderBook/str_usdt
- https://data.gateapi.io/api2/1/orderBook/str_eth
- https://data.gateapi.io/api2/1/orderBook/bank_usdt
- https://data.gateapi.io/api2/1/orderBook/bank_eth
- https://data.gateapi.io/api2/1/orderBook/dent_usdt
- https://data.gateapi.io/api2/1/orderBook/dent_eth
- https://data.gateapi.io/api2/1/orderBook/atd_usdt
- https://data.gateapi.io/api2/1/orderBook/atd_eth
- https://data.gateapi.io/api2/1/orderBook/shr_usdt
- https://data.gateapi.io/api2/1/orderBook/shr_eth
- https://data.gateapi.io/api2/1/orderBook/umx_usdt
- https://data.gateapi.io/api2/1/orderBook/umx_eth
- https://data.gateapi.io/api2/1/orderBook/conv_usdt
- https://data.gateapi.io/api2/1/orderBook/conv_eth
- https://data.gateapi.io/api2/1/orderBook/tidal_usdt
- https://data.gateapi.io/api2/1/orderBook/tidal_eth
- https://data.gateapi.io/api2/1/orderBook/k21_usdt
- https://data.gateapi.io/api2/1/orderBook/k21_eth
- https://data.gateapi.io/api2/1/orderBook/labs_usdt
- https://data.gateapi.io/api2/1/orderBook/labs_eth
- https://data.gateapi.io/api2/1/orderBook/oddz_usdt
- https://data.gateapi.io/api2/1/orderBook/oddz_eth
- https://data.gateapi.io/api2/1/orderBook/ogn_usdt
- https://data.gateapi.io/api2/1/orderBook/ogn_eth
- https://data.gateapi.io/api2/1/orderBook/ess_usdt
- https://data.gateapi.io/api2/1/orderBook/ess_eth
- https://data.gateapi.io/api2/1/orderBook/bles_usdt
- https://data.gateapi.io/api2/1/orderBook/bles_eth
- https://data.gateapi.io/api2/1/orderBook/poly_usdt
- https://data.gateapi.io/api2/1/orderBook/poly_eth
- https://data.gateapi.io/api2/1/orderBook/ovr_usdt
- https://data.gateapi.io/api2/1/orderBook/mrch_usdt
- https://data.gateapi.io/api2/1/orderBook/mrch_eth
- https://data.gateapi.io/api2/1/orderBook/hget_usdt
- https://data.gateapi.io/api2/1/orderBook/hget_eth
- https://data.gateapi.io/api2/1/orderBook/dsla_usdt
- https://data.gateapi.io/api2/1/orderBook/dsla_eth
- https://data.gateapi.io/api2/1/orderBook/noia_usdt
- https://data.gateapi.io/api2/1/orderBook/noia_eth
- https://data.gateapi.io/api2/1/orderBook/revv_usdt
- https://data.gateapi.io/api2/1/orderBook/revv_eth
- https://data.gateapi.io/api2/1/orderBook/cook_usdt
- https://data.gateapi.io/api2/1/orderBook/cook_eth
- https://data.gateapi.io/api2/1/orderBook/axs_usdt
- https://data.gateapi.io/api2/1/orderBook/axs_eth
- https://data.gateapi.io/api2/1/orderBook/axs_usd
- https://data.gateapi.io/api2/1/orderBook/cfi_usdt
- https://data.gateapi.io/api2/1/orderBook/cfi_eth
- https://data.gateapi.io/api2/1/orderBook/glq_usdt
- https://data.gateapi.io/api2/1/orderBook/glq_eth
- https://data.gateapi.io/api2/1/orderBook/mtl_usdt
- https://data.gateapi.io/api2/1/orderBook/mtl_eth
- https://data.gateapi.io/api2/1/orderBook/alcx_usdt
- https://data.gateapi.io/api2/1/orderBook/alcx_eth
- https://data.gateapi.io/api2/1/orderBook/fst_usdt
- https://data.gateapi.io/api2/1/orderBook/fst_eth
- https://data.gateapi.io/api2/1/orderBook/rai_usdt
- https://data.gateapi.io/api2/1/orderBook/rai_eth
- https://data.gateapi.io/api2/1/orderBook/ame_usdt
- https://data.gateapi.io/api2/1/orderBook/ame_eth
- https://data.gateapi.io/api2/1/orderBook/nmr_usdt
- https://data.gateapi.io/api2/1/orderBook/nmr_eth
- https://data.gateapi.io/api2/1/orderBook/stn_usdt
- https://data.gateapi.io/api2/1/orderBook/stn_eth
- https://data.gateapi.io/api2/1/orderBook/pmon_usdt
- https://data.gateapi.io/api2/1/orderBook/pmon_eth
- https://data.gateapi.io/api2/1/orderBook/shopx_usdt
- https://data.gateapi.io/api2/1/orderBook/shopx_eth
- https://data.gateapi.io/api2/1/orderBook/marsh_usdt
- https://data.gateapi.io/api2/1/orderBook/marsh_eth
- https://data.gateapi.io/api2/1/orderBook/shft_usdt
- https://data.gateapi.io/api2/1/orderBook/shft_eth
- https://data.gateapi.io/api2/1/orderBook/insur_usdt
- https://data.gateapi.io/api2/1/orderBook/insur_eth
- https://data.gateapi.io/api2/1/orderBook/rbc_usdt
- https://data.gateapi.io/api2/1/orderBook/rbc_eth
- https://data.gateapi.io/api2/1/orderBook/xcur_usdt
- https://data.gateapi.io/api2/1/orderBook/xcur_eth
- https://data.gateapi.io/api2/1/orderBook/vai_usdt
- https://data.gateapi.io/api2/1/orderBook/orbs_usdt
- https://data.gateapi.io/api2/1/orderBook/orbs_eth
- https://data.gateapi.io/api2/1/orderBook/fei_usdt
- https://data.gateapi.io/api2/1/orderBook/fei_eth
- https://data.gateapi.io/api2/1/orderBook/tribe_usdt
- https://data.gateapi.io/api2/1/orderBook/tribe_eth
- https://data.gateapi.io/api2/1/orderBook/xend_usdt
- https://data.gateapi.io/api2/1/orderBook/xend_eth
- https://data.gateapi.io/api2/1/orderBook/key_usdt
- https://data.gateapi.io/api2/1/orderBook/key_eth
- https://data.gateapi.io/api2/1/orderBook/adx_usdt
- https://data.gateapi.io/api2/1/orderBook/adx_eth
- https://data.gateapi.io/api2/1/orderBook/mft_usdt
- https://data.gateapi.io/api2/1/orderBook/mft_eth
- https://data.gateapi.io/api2/1/orderBook/suku_usdt
- https://data.gateapi.io/api2/1/orderBook/suku_eth
- https://data.gateapi.io/api2/1/orderBook/suku_btc
- https://data.gateapi.io/api2/1/orderBook/xor_usdt
- https://data.gateapi.io/api2/1/orderBook/xor_eth
- https://data.gateapi.io/api2/1/orderBook/lto_usdt
- https://data.gateapi.io/api2/1/orderBook/lto_eth
- https://data.gateapi.io/api2/1/orderBook/bepro_usdt
- https://data.gateapi.io/api2/1/orderBook/bepro_eth
- https://data.gateapi.io/api2/1/orderBook/totm_usdt
- https://data.gateapi.io/api2/1/orderBook/sake_usdt
- https://data.gateapi.io/api2/1/orderBook/sake_eth
- https://data.gateapi.io/api2/1/orderBook/bly_usdt
- https://data.gateapi.io/api2/1/orderBook/bly_btc
- https://data.gateapi.io/api2/1/orderBook/aioz_usdt
- https://data.gateapi.io/api2/1/orderBook/aioz_eth
- https://data.gateapi.io/api2/1/orderBook/lkr_usdt
- https://data.gateapi.io/api2/1/orderBook/lkr_eth
- https://data.gateapi.io/api2/1/orderBook/tshp_usdt
- https://data.gateapi.io/api2/1/orderBook/pnk_usdt
- https://data.gateapi.io/api2/1/orderBook/pnk_eth
- https://data.gateapi.io/api2/1/orderBook/boson_usdt
- https://data.gateapi.io/api2/1/orderBook/boson_eth
- https://data.gateapi.io/api2/1/orderBook/raze_usdt
- https://data.gateapi.io/api2/1/orderBook/raze_eth
- https://data.gateapi.io/api2/1/orderBook/l3p_usdt
- https://data.gateapi.io/api2/1/orderBook/l3p_eth
- https://data.gateapi.io/api2/1/orderBook/duck2_usdt
- https://data.gateapi.io/api2/1/orderBook/duck2_eth
- https://data.gateapi.io/api2/1/orderBook/rfox_usdt
- https://data.gateapi.io/api2/1/orderBook/rfox_eth
- https://data.gateapi.io/api2/1/orderBook/cel_usdt
- https://data.gateapi.io/api2/1/orderBook/cel_eth
- https://data.gateapi.io/api2/1/orderBook/cel_usd
- https://data.gateapi.io/api2/1/orderBook/ktn_usdt
- https://data.gateapi.io/api2/1/orderBook/ktn_eth
- https://data.gateapi.io/api2/1/orderBook/ddim_usdt
- https://data.gateapi.io/api2/1/orderBook/ddim_eth
- https://data.gateapi.io/api2/1/orderBook/mofi_usdt
- https://data.gateapi.io/api2/1/orderBook/fly_usdt
- https://data.gateapi.io/api2/1/orderBook/multi_usdt
- https://data.gateapi.io/api2/1/orderBook/multi_eth
- https://data.gateapi.io/api2/1/orderBook/tlm_usdt
- https://data.gateapi.io/api2/1/orderBook/tlm_eth
- https://data.gateapi.io/api2/1/orderBook/dfl_usdt
- https://data.gateapi.io/api2/1/orderBook/ddos_usdt
- https://data.gateapi.io/api2/1/orderBook/dhv_usdt
- https://data.gateapi.io/api2/1/orderBook/dhv_eth
- https://data.gateapi.io/api2/1/orderBook/gs_usdt
- https://data.gateapi.io/api2/1/orderBook/gs_eth
- https://data.gateapi.io/api2/1/orderBook/shib_usdt
- https://data.gateapi.io/api2/1/orderBook/shib_usd
- https://data.gateapi.io/api2/1/orderBook/rage_usdt
- https://data.gateapi.io/api2/1/orderBook/ram_usdt
- https://data.gateapi.io/api2/1/orderBook/akita_usdt
- https://data.gateapi.io/api2/1/orderBook/cti_usdt
- https://data.gateapi.io/api2/1/orderBook/cti_eth
- https://data.gateapi.io/api2/1/orderBook/kif_usdt
- https://data.gateapi.io/api2/1/orderBook/kif_eth
- https://data.gateapi.io/api2/1/orderBook/reef_usdt
- https://data.gateapi.io/api2/1/orderBook/reef_eth
- https://data.gateapi.io/api2/1/orderBook/bird_usdt
- https://data.gateapi.io/api2/1/orderBook/bird_eth
- https://data.gateapi.io/api2/1/orderBook/maps_usdt
- https://data.gateapi.io/api2/1/orderBook/maps_eth
- https://data.gateapi.io/api2/1/orderBook/mdf_usdt
- https://data.gateapi.io/api2/1/orderBook/mdf_eth
- https://data.gateapi.io/api2/1/orderBook/mir_usdt
- https://data.gateapi.io/api2/1/orderBook/mir_eth
- https://data.gateapi.io/api2/1/orderBook/sfil_usdt
- https://data.gateapi.io/api2/1/orderBook/zcn_usdt
- https://data.gateapi.io/api2/1/orderBook/zcn_eth
- https://data.gateapi.io/api2/1/orderBook/mars_usdt
- https://data.gateapi.io/api2/1/orderBook/mars_eth
- https://data.gateapi.io/api2/1/orderBook/bao_usdt
- https://data.gateapi.io/api2/1/orderBook/bao_eth
- https://data.gateapi.io/api2/1/orderBook/lpt_usdt
- https://data.gateapi.io/api2/1/orderBook/lpt_eth
- https://data.gateapi.io/api2/1/orderBook/dis_usdt
- https://data.gateapi.io/api2/1/orderBook/dis_eth
- https://data.gateapi.io/api2/1/orderBook/dexe_usdt
- https://data.gateapi.io/api2/1/orderBook/dexe_eth
- https://data.gateapi.io/api2/1/orderBook/pbtc35a_usdt
- https://data.gateapi.io/api2/1/orderBook/pbtc35a_eth
- https://data.gateapi.io/api2/1/orderBook/orn_usdt
- https://data.gateapi.io/api2/1/orderBook/orn_eth
- https://data.gateapi.io/api2/1/orderBook/nord_usdt
- https://data.gateapi.io/api2/1/orderBook/nord_eth
- https://data.gateapi.io/api2/1/orderBook/dao_usdt
- https://data.gateapi.io/api2/1/orderBook/dao_eth
- https://data.gateapi.io/api2/1/orderBook/flow_usdt
- https://data.gateapi.io/api2/1/orderBook/flow_eth
- https://data.gateapi.io/api2/1/orderBook/blt_usdt
- https://data.gateapi.io/api2/1/orderBook/alpha_usdt
- https://data.gateapi.io/api2/1/orderBook/alpha_eth
- https://data.gateapi.io/api2/1/orderBook/enj_usdt
- https://data.gateapi.io/api2/1/orderBook/enj_eth
- https://data.gateapi.io/api2/1/orderBook/enj_usd
- https://data.gateapi.io/api2/1/orderBook/api3_usdt
- https://data.gateapi.io/api2/1/orderBook/api3_eth
- https://data.gateapi.io/api2/1/orderBook/fin_usdt
- https://data.gateapi.io/api2/1/orderBook/skl_usdt
- https://data.gateapi.io/api2/1/orderBook/prq_usdt
- https://data.gateapi.io/api2/1/orderBook/front_usdt
- https://data.gateapi.io/api2/1/orderBook/front_eth
- https://data.gateapi.io/api2/1/orderBook/inj_usdt
- https://data.gateapi.io/api2/1/orderBook/inj_eth
- https://data.gateapi.io/api2/1/orderBook/alpa_usdt
- https://data.gateapi.io/api2/1/orderBook/alpa_eth
- https://data.gateapi.io/api2/1/orderBook/roobee_usdt
- https://data.gateapi.io/api2/1/orderBook/nsure_usdt
- https://data.gateapi.io/api2/1/orderBook/nsure_eth
- https://data.gateapi.io/api2/1/orderBook/kp3r_usdt
- https://data.gateapi.io/api2/1/orderBook/kp3r_eth
- https://data.gateapi.io/api2/1/orderBook/woo_usdt
- https://data.gateapi.io/api2/1/orderBook/woo_eth
- https://data.gateapi.io/api2/1/orderBook/hyve_usdt
- https://data.gateapi.io/api2/1/orderBook/hyve_eth
- https://data.gateapi.io/api2/1/orderBook/kfc_usdt
- https://data.gateapi.io/api2/1/orderBook/ramp_usdt
- https://data.gateapi.io/api2/1/orderBook/sylo_usdt
- https://data.gateapi.io/api2/1/orderBook/rari_eth
- https://data.gateapi.io/api2/1/orderBook/rari_usdt
- https://data.gateapi.io/api2/1/orderBook/dvp_usdt
- https://data.gateapi.io/api2/1/orderBook/dvp_eth
- https://data.gateapi.io/api2/1/orderBook/mph_usdt
- https://data.gateapi.io/api2/1/orderBook/mph_eth
- https://data.gateapi.io/api2/1/orderBook/df_usdt
- https://data.gateapi.io/api2/1/orderBook/df_eth
- https://data.gateapi.io/api2/1/orderBook/cvp_usdt
- https://data.gateapi.io/api2/1/orderBook/cvp_eth
- https://data.gateapi.io/api2/1/orderBook/value_usdt
- https://data.gateapi.io/api2/1/orderBook/value_eth
- https://data.gateapi.io/api2/1/orderBook/uma_usdt
- https://data.gateapi.io/api2/1/orderBook/yfii_usdt
- https://data.gateapi.io/api2/1/orderBook/yfii_eth
- https://data.gateapi.io/api2/1/orderBook/swap_usdt
- https://data.gateapi.io/api2/1/orderBook/swap_eth
- https://data.gateapi.io/api2/1/orderBook/sxp_usdt
- https://data.gateapi.io/api2/1/orderBook/sxp_eth
- https://data.gateapi.io/api2/1/orderBook/sxp_usd
- https://data.gateapi.io/api2/1/orderBook/bal_usdt
- https://data.gateapi.io/api2/1/orderBook/bal_eth
- https://data.gateapi.io/api2/1/orderBook/band_usdt
- https://data.gateapi.io/api2/1/orderBook/band_eth
- https://data.gateapi.io/api2/1/orderBook/ast_usdt
- https://data.gateapi.io/api2/1/orderBook/ast_eth
- https://data.gateapi.io/api2/1/orderBook/troy_usdt
- https://data.gateapi.io/api2/1/orderBook/troy_eth
- https://data.gateapi.io/api2/1/orderBook/om_usdt
- https://data.gateapi.io/api2/1/orderBook/om_eth
- https://data.gateapi.io/api2/1/orderBook/spa_usdt
- https://data.gateapi.io/api2/1/orderBook/spa_eth
- https://data.gateapi.io/api2/1/orderBook/akro_usdt
- https://data.gateapi.io/api2/1/orderBook/akro_eth
- https://data.gateapi.io/api2/1/orderBook/akro_usd
- https://data.gateapi.io/api2/1/orderBook/for_usdt
- https://data.gateapi.io/api2/1/orderBook/for_eth
- https://data.gateapi.io/api2/1/orderBook/credit_usdt
- https://data.gateapi.io/api2/1/orderBook/credit_eth
- https://data.gateapi.io/api2/1/orderBook/dia_usdt
- https://data.gateapi.io/api2/1/orderBook/dia_eth
- https://data.gateapi.io/api2/1/orderBook/axis_usdt
- https://data.gateapi.io/api2/1/orderBook/axis_eth
- https://data.gateapi.io/api2/1/orderBook/trb_usdt
- https://data.gateapi.io/api2/1/orderBook/trb_eth
- https://data.gateapi.io/api2/1/orderBook/lien_usdt
- https://data.gateapi.io/api2/1/orderBook/lien_eth
- https://data.gateapi.io/api2/1/orderBook/pearl_usdt
- https://data.gateapi.io/api2/1/orderBook/klv_usdt
- https://data.gateapi.io/api2/1/orderBook/klv_eth
- https://data.gateapi.io/api2/1/orderBook/nft_usdt
- https://data.gateapi.io/api2/1/orderBook/corn_usdt
- https://data.gateapi.io/api2/1/orderBook/slm_usdt
- https://data.gateapi.io/api2/1/orderBook/tai_usdt
- https://data.gateapi.io/api2/1/orderBook/crt_usdt
- https://data.gateapi.io/api2/1/orderBook/jfi_usdt
- https://data.gateapi.io/api2/1/orderBook/mta_usdt
- https://data.gateapi.io/api2/1/orderBook/mta_eth
- https://data.gateapi.io/api2/1/orderBook/yfi_usdt
- https://data.gateapi.io/api2/1/orderBook/yfi_eth
- https://data.gateapi.io/api2/1/orderBook/yfi_usd
- https://data.gateapi.io/api2/1/orderBook/kin_usdt
- https://data.gateapi.io/api2/1/orderBook/dka_usdt
- https://data.gateapi.io/api2/1/orderBook/dka_eth
- https://data.gateapi.io/api2/1/orderBook/ren_usdt
- https://data.gateapi.io/api2/1/orderBook/ren_eth
- https://data.gateapi.io/api2/1/orderBook/ren_usd
- https://data.gateapi.io/api2/1/orderBook/dos_usdt
- https://data.gateapi.io/api2/1/orderBook/suter_usdt
- https://data.gateapi.io/api2/1/orderBook/srm_usdt
- https://data.gateapi.io/api2/1/orderBook/srm_eth
- https://data.gateapi.io/api2/1/orderBook/srm_usd
- https://data.gateapi.io/api2/1/orderBook/jst_usdt
- https://data.gateapi.io/api2/1/orderBook/lbk_usdt
- https://data.gateapi.io/api2/1/orderBook/asd_usdt
- https://data.gateapi.io/api2/1/orderBook/swop_usdt
- https://data.gateapi.io/api2/1/orderBook/swop_eth
- https://data.gateapi.io/api2/1/orderBook/enno_usdt
- https://data.gateapi.io/api2/1/orderBook/nsbt_usdt
- https://data.gateapi.io/api2/1/orderBook/nsbt_btc
- https://data.gateapi.io/api2/1/orderBook/nsbt_eth
- https://data.gateapi.io/api2/1/orderBook/west_usdt
- https://data.gateapi.io/api2/1/orderBook/west_eth
- https://data.gateapi.io/api2/1/orderBook/fio_usdt
- https://data.gateapi.io/api2/1/orderBook/fio_eth
- https://data.gateapi.io/api2/1/orderBook/hydra_usdt
- https://data.gateapi.io/api2/1/orderBook/tlos_usdt
- https://data.gateapi.io/api2/1/orderBook/tlos_btc
- https://data.gateapi.io/api2/1/orderBook/olt_usdt
- https://data.gateapi.io/api2/1/orderBook/xem_eth
- https://data.gateapi.io/api2/1/orderBook/xem_usdt
- https://data.gateapi.io/api2/1/orderBook/xem_btc
- https://data.gateapi.io/api2/1/orderBook/xym_usdt
- https://data.gateapi.io/api2/1/orderBook/xym_eth
- https://data.gateapi.io/api2/1/orderBook/alaya_usdt
- https://data.gateapi.io/api2/1/orderBook/alaya_eth
- https://data.gateapi.io/api2/1/orderBook/lat_usdt
- https://data.gateapi.io/api2/1/orderBook/dhx_usdt
- https://data.gateapi.io/api2/1/orderBook/stc_usdt
- https://data.gateapi.io/api2/1/orderBook/icp_usdt
- https://data.gateapi.io/api2/1/orderBook/icp_eth
- https://data.gateapi.io/api2/1/orderBook/bu_usdt
- https://data.gateapi.io/api2/1/orderBook/bu_eth
- https://data.gateapi.io/api2/1/orderBook/bu_btc
- https://data.gateapi.io/api2/1/orderBook/ewt_usdt
- https://data.gateapi.io/api2/1/orderBook/ewt_eth
- https://data.gateapi.io/api2/1/orderBook/hnt_usdt
- https://data.gateapi.io/api2/1/orderBook/hnt_eth
- https://data.gateapi.io/api2/1/orderBook/angle_usdt
- https://data.gateapi.io/api2/1/orderBook/mimir_usdt
- https://data.gateapi.io/api2/1/orderBook/mimir_eth
- https://data.gateapi.io/api2/1/orderBook/env_usdt
- https://data.gateapi.io/api2/1/orderBook/xrune_usdt
- https://data.gateapi.io/api2/1/orderBook/pixel_usdt
- https://data.gateapi.io/api2/1/orderBook/dose_usdt
- https://data.gateapi.io/api2/1/orderBook/dose_eth
- https://data.gateapi.io/api2/1/orderBook/crpt_usdt
- https://data.gateapi.io/api2/1/orderBook/crpt_eth
- https://data.gateapi.io/api2/1/orderBook/moov_usdt
- https://data.gateapi.io/api2/1/orderBook/ufo_usdt
- https://data.gateapi.io/api2/1/orderBook/vee_usdt
- https://data.gateapi.io/api2/1/orderBook/aaa_usdt
- https://data.gateapi.io/api2/1/orderBook/aaa_eth
- https://data.gateapi.io/api2/1/orderBook/doe_usdt
- https://data.gateapi.io/api2/1/orderBook/gm_usdt
- https://data.gateapi.io/api2/1/orderBook/ace_usdt
- https://data.gateapi.io/api2/1/orderBook/life_usdt
- https://data.gateapi.io/api2/1/orderBook/life_eth
- https://data.gateapi.io/api2/1/orderBook/nfty_usdt
- https://data.gateapi.io/api2/1/orderBook/nfty_eth
- https://data.gateapi.io/api2/1/orderBook/adapad_usdt
- https://data.gateapi.io/api2/1/orderBook/phm_usdt
- https://data.gateapi.io/api2/1/orderBook/yin_usdt
- https://data.gateapi.io/api2/1/orderBook/yin_eth
- https://data.gateapi.io/api2/1/orderBook/bcmc_usdt
- https://data.gateapi.io/api2/1/orderBook/sclp_usdt
- https://data.gateapi.io/api2/1/orderBook/sclp_eth
- https://data.gateapi.io/api2/1/orderBook/vera_usdt
- https://data.gateapi.io/api2/1/orderBook/vera_eth
- https://data.gateapi.io/api2/1/orderBook/floki_usdt
- https://data.gateapi.io/api2/1/orderBook/dvi_usdt
- https://data.gateapi.io/api2/1/orderBook/cirus_usdt
- https://data.gateapi.io/api2/1/orderBook/talk_usdt
- https://data.gateapi.io/api2/1/orderBook/dydx_usdt
- https://data.gateapi.io/api2/1/orderBook/dydx_eth
- https://data.gateapi.io/api2/1/orderBook/dydx_usd
- https://data.gateapi.io/api2/1/orderBook/xyo_usdt
- https://data.gateapi.io/api2/1/orderBook/xyo_eth
- https://data.gateapi.io/api2/1/orderBook/rgt_usdt
- https://data.gateapi.io/api2/1/orderBook/rgt_eth
- https://data.gateapi.io/api2/1/orderBook/sku_usdt
- https://data.gateapi.io/api2/1/orderBook/agld_usdt
- https://data.gateapi.io/api2/1/orderBook/agld_eth
- https://data.gateapi.io/api2/1/orderBook/agld_usd
- https://data.gateapi.io/api2/1/orderBook/spo_usdt
- https://data.gateapi.io/api2/1/orderBook/dognft_usdt
- https://data.gateapi.io/api2/1/orderBook/dognft_eth
- https://data.gateapi.io/api2/1/orderBook/pros_usdt
- https://data.gateapi.io/api2/1/orderBook/pros_eth
- https://data.gateapi.io/api2/1/orderBook/sov_usdt
- https://data.gateapi.io/api2/1/orderBook/sov_btc
- https://data.gateapi.io/api2/1/orderBook/spell_usdt
- https://data.gateapi.io/api2/1/orderBook/spell_eth
- https://data.gateapi.io/api2/1/orderBook/urus_usdt
- https://data.gateapi.io/api2/1/orderBook/urus_eth
- https://data.gateapi.io/api2/1/orderBook/brkl_usdt
- https://data.gateapi.io/api2/1/orderBook/cfg_usdt
- https://data.gateapi.io/api2/1/orderBook/cfg_btc
- https://data.gateapi.io/api2/1/orderBook/fx_usdt
- https://data.gateapi.io/api2/1/orderBook/fx_eth
- https://data.gateapi.io/api2/1/orderBook/tbtc_usdt
- https://data.gateapi.io/api2/1/orderBook/tbtc_eth
- https://data.gateapi.io/api2/1/orderBook/stos_usdt
- https://data.gateapi.io/api2/1/orderBook/stos_eth
- https://data.gateapi.io/api2/1/orderBook/ssv_usdt
- https://data.gateapi.io/api2/1/orderBook/ssv_eth
- https://data.gateapi.io/api2/1/orderBook/ssv_btc
- https://data.gateapi.io/api2/1/orderBook/niftsy_usdt
- https://data.gateapi.io/api2/1/orderBook/asm_usdt
- https://data.gateapi.io/api2/1/orderBook/asm_eth
- https://data.gateapi.io/api2/1/orderBook/des_usdt
- https://data.gateapi.io/api2/1/orderBook/visr_usdt
- https://data.gateapi.io/api2/1/orderBook/visr_eth
- https://data.gateapi.io/api2/1/orderBook/steth_usdt
- https://data.gateapi.io/api2/1/orderBook/steth_eth
- https://data.gateapi.io/api2/1/orderBook/cpool_usdt
- https://data.gateapi.io/api2/1/orderBook/swash_usdt
- https://data.gateapi.io/api2/1/orderBook/syn_usdt
- https://data.gateapi.io/api2/1/orderBook/syn_eth
- https://data.gateapi.io/api2/1/orderBook/kuma_usdt
- https://data.gateapi.io/api2/1/orderBook/imx_usdt
- https://data.gateapi.io/api2/1/orderBook/imx_eth
- https://data.gateapi.io/api2/1/orderBook/cere_usdt
- https://data.gateapi.io/api2/1/orderBook/cere_eth
- https://data.gateapi.io/api2/1/orderBook/ens_usdt
- https://data.gateapi.io/api2/1/orderBook/ens_eth
- https://data.gateapi.io/api2/1/orderBook/toncoin_usdt
- https://data.gateapi.io/api2/1/orderBook/toncoin_eth
- https://data.gateapi.io/api2/1/orderBook/psp_usdt
- https://data.gateapi.io/api2/1/orderBook/psp_eth
- https://data.gateapi.io/api2/1/orderBook/wom_usdt
- https://data.gateapi.io/api2/1/orderBook/wom_eth
- https://data.gateapi.io/api2/1/orderBook/idv_usdt
- https://data.gateapi.io/api2/1/orderBook/idv_eth
- https://data.gateapi.io/api2/1/orderBook/nftx_usdt
- https://data.gateapi.io/api2/1/orderBook/nftx_eth
- https://data.gateapi.io/api2/1/orderBook/perp_usdt
- https://data.gateapi.io/api2/1/orderBook/perp_eth
- https://data.gateapi.io/api2/1/orderBook/perp_usd
- https://data.gateapi.io/api2/1/orderBook/orai_usdt
- https://data.gateapi.io/api2/1/orderBook/orai_eth
- https://data.gateapi.io/api2/1/orderBook/cws_usdt
- https://data.gateapi.io/api2/1/orderBook/cws_eth
- https://data.gateapi.io/api2/1/orderBook/lit_usdt
- https://data.gateapi.io/api2/1/orderBook/lit_eth
- https://data.gateapi.io/api2/1/orderBook/uncx_usdt
- https://data.gateapi.io/api2/1/orderBook/poolz_usdt
- https://data.gateapi.io/api2/1/orderBook/poolz_eth
- https://data.gateapi.io/api2/1/orderBook/snow_usdt
- https://data.gateapi.io/api2/1/orderBook/snow_eth
- https://data.gateapi.io/api2/1/orderBook/dodo_usdt
- https://data.gateapi.io/api2/1/orderBook/dodo_eth
- https://data.gateapi.io/api2/1/orderBook/flurry_usdt
- https://data.gateapi.io/api2/1/orderBook/zam_usdt
- https://data.gateapi.io/api2/1/orderBook/zam_eth
- https://data.gateapi.io/api2/1/orderBook/ipad_usdt
- https://data.gateapi.io/api2/1/orderBook/vrt_usdt
- https://data.gateapi.io/api2/1/orderBook/vrt_eth
- https://data.gateapi.io/api2/1/orderBook/ever_usdt
- https://data.gateapi.io/api2/1/orderBook/opium_usdt
- https://data.gateapi.io/api2/1/orderBook/opium_eth
- https://data.gateapi.io/api2/1/orderBook/oly_usdt
- https://data.gateapi.io/api2/1/orderBook/vrx_usdt
- https://data.gateapi.io/api2/1/orderBook/vrx_eth
- https://data.gateapi.io/api2/1/orderBook/fuse_usdt
- https://data.gateapi.io/api2/1/orderBook/fuse_eth
- https://data.gateapi.io/api2/1/orderBook/sdao_usdt
- https://data.gateapi.io/api2/1/orderBook/sdao_eth
- https://data.gateapi.io/api2/1/orderBook/sdao_btc
- https://data.gateapi.io/api2/1/orderBook/mln_usdt
- https://data.gateapi.io/api2/1/orderBook/mln_eth
- https://data.gateapi.io/api2/1/orderBook/byn_usdt
- https://data.gateapi.io/api2/1/orderBook/byn_eth
- https://data.gateapi.io/api2/1/orderBook/srk_usdt
- https://data.gateapi.io/api2/1/orderBook/srk_eth
- https://data.gateapi.io/api2/1/orderBook/cofix_usdt
- https://data.gateapi.io/api2/1/orderBook/mm_usdt
- https://data.gateapi.io/api2/1/orderBook/mm_eth
- https://data.gateapi.io/api2/1/orderBook/clv_usdt
- https://data.gateapi.io/api2/1/orderBook/clv_eth
- https://data.gateapi.io/api2/1/orderBook/burp_usdt
- https://data.gateapi.io/api2/1/orderBook/burp_eth
- https://data.gateapi.io/api2/1/orderBook/epk_usdt
- https://data.gateapi.io/api2/1/orderBook/cart_usdt
- https://data.gateapi.io/api2/1/orderBook/cart_eth
- https://data.gateapi.io/api2/1/orderBook/whale_usdt
- https://data.gateapi.io/api2/1/orderBook/c98_usdt
- https://data.gateapi.io/api2/1/orderBook/c98_btc
- https://data.gateapi.io/api2/1/orderBook/c98_usd
- https://data.gateapi.io/api2/1/orderBook/iag_usdt
- https://data.gateapi.io/api2/1/orderBook/dnxc_usdt
- https://data.gateapi.io/api2/1/orderBook/idea_usdt
- https://data.gateapi.io/api2/1/orderBook/derc_usdt
- https://data.gateapi.io/api2/1/orderBook/pyr_usdt
- https://data.gateapi.io/api2/1/orderBook/pyr_eth
- https://data.gateapi.io/api2/1/orderBook/pla_usdt
- https://data.gateapi.io/api2/1/orderBook/pla_eth
- https://data.gateapi.io/api2/1/orderBook/cre_usdt
- https://data.gateapi.io/api2/1/orderBook/efi_usdt
- https://data.gateapi.io/api2/1/orderBook/efi_eth
- https://data.gateapi.io/api2/1/orderBook/rad_usdt
- https://data.gateapi.io/api2/1/orderBook/rad_eth
- https://data.gateapi.io/api2/1/orderBook/game_usdt
- https://data.gateapi.io/api2/1/orderBook/dfa_usdt
- https://data.gateapi.io/api2/1/orderBook/hmt_usdt
- https://data.gateapi.io/api2/1/orderBook/hmt_eth
- https://data.gateapi.io/api2/1/orderBook/gala_usdt
- https://data.gateapi.io/api2/1/orderBook/gala_eth
- https://data.gateapi.io/api2/1/orderBook/skt_usdt
- https://data.gateapi.io/api2/1/orderBook/trade_usdt
- https://data.gateapi.io/api2/1/orderBook/sphri_usdt
- https://data.gateapi.io/api2/1/orderBook/wncg_usdt
- https://data.gateapi.io/api2/1/orderBook/wncg_btc
- https://data.gateapi.io/api2/1/orderBook/bit_usdt
- https://data.gateapi.io/api2/1/orderBook/starl_usdt
- https://data.gateapi.io/api2/1/orderBook/rare_usdt
- https://data.gateapi.io/api2/1/orderBook/rare_eth
- https://data.gateapi.io/api2/1/orderBook/eden_usdt
- https://data.gateapi.io/api2/1/orderBook/eden_eth
- https://data.gateapi.io/api2/1/orderBook/eden_usd
- https://data.gateapi.io/api2/1/orderBook/zlw_usdt
- https://data.gateapi.io/api2/1/orderBook/zlw_eth
- https://data.gateapi.io/api2/1/orderBook/qrdo_usdt
- https://data.gateapi.io/api2/1/orderBook/qrdo_eth
- https://data.gateapi.io/api2/1/orderBook/skyrim_usdt
- https://data.gateapi.io/api2/1/orderBook/skyrim_eth
- https://data.gateapi.io/api2/1/orderBook/bacon_usdt
- https://data.gateapi.io/api2/1/orderBook/ref_usdt
- https://data.gateapi.io/api2/1/orderBook/oct_usdt
- https://data.gateapi.io/api2/1/orderBook/gno_usdt
- https://data.gateapi.io/api2/1/orderBook/gno_eth
- https://data.gateapi.io/api2/1/orderBook/ata_usdt
- https://data.gateapi.io/api2/1/orderBook/ata_eth
- https://data.gateapi.io/api2/1/orderBook/bbank_usdt
- https://data.gateapi.io/api2/1/orderBook/bbank_eth
- https://data.gateapi.io/api2/1/orderBook/bbank_btc
- https://data.gateapi.io/api2/1/orderBook/push_usdt
- https://data.gateapi.io/api2/1/orderBook/push_eth
- https://data.gateapi.io/api2/1/orderBook/kft_usdt
- https://data.gateapi.io/api2/1/orderBook/kft_eth
- https://data.gateapi.io/api2/1/orderBook/revo_usdt
- https://data.gateapi.io/api2/1/orderBook/revo_eth
- https://data.gateapi.io/api2/1/orderBook/revo_btc
- https://data.gateapi.io/api2/1/orderBook/vega_usdt
- https://data.gateapi.io/api2/1/orderBook/vega_eth
- https://data.gateapi.io/api2/1/orderBook/vent_usdt
- https://data.gateapi.io/api2/1/orderBook/hid_usdt
- https://data.gateapi.io/api2/1/orderBook/ldo_usdt
- https://data.gateapi.io/api2/1/orderBook/ldo_eth
- https://data.gateapi.io/api2/1/orderBook/ald_usdt
- https://data.gateapi.io/api2/1/orderBook/ald_eth
- https://data.gateapi.io/api2/1/orderBook/gel_usdt
- https://data.gateapi.io/api2/1/orderBook/gel_eth
- https://data.gateapi.io/api2/1/orderBook/idex_usdt
- https://data.gateapi.io/api2/1/orderBook/idex_eth
- https://data.gateapi.io/api2/1/orderBook/ctrc_usdt
- https://data.gateapi.io/api2/1/orderBook/btrst_usdt
- https://data.gateapi.io/api2/1/orderBook/btrst_eth
- https://data.gateapi.io/api2/1/orderBook/itgr_usdt
- https://data.gateapi.io/api2/1/orderBook/itgr_eth
- https://data.gateapi.io/api2/1/orderBook/toke_usdt
- https://data.gateapi.io/api2/1/orderBook/toke_eth
- https://data.gateapi.io/api2/1/orderBook/hotcross_usdt
- https://data.gateapi.io/api2/1/orderBook/hotcross_eth
- https://data.gateapi.io/api2/1/orderBook/nftd_usdt
- https://data.gateapi.io/api2/1/orderBook/mot_usdt
- https://data.gateapi.io/api2/1/orderBook/knight_usdt
- https://data.gateapi.io/api2/1/orderBook/forex_usdt
- https://data.gateapi.io/api2/1/orderBook/forex_eth
- https://data.gateapi.io/api2/1/orderBook/orion_usdt
- https://data.gateapi.io/api2/1/orderBook/opul_usdt
- https://data.gateapi.io/api2/1/orderBook/opul_eth
- https://data.gateapi.io/api2/1/orderBook/vemp_usdt
- https://data.gateapi.io/api2/1/orderBook/eva_usdt
- https://data.gateapi.io/api2/1/orderBook/eva_eth
- https://data.gateapi.io/api2/1/orderBook/txt_usdt
- https://data.gateapi.io/api2/1/orderBook/txt_eth
- https://data.gateapi.io/api2/1/orderBook/poli_usdt
- https://data.gateapi.io/api2/1/orderBook/deri_usdt
- https://data.gateapi.io/api2/1/orderBook/deri_eth
- https://data.gateapi.io/api2/1/orderBook/taur_usdt
- https://data.gateapi.io/api2/1/orderBook/nii_usdt
- https://data.gateapi.io/api2/1/orderBook/nii_eth
- https://data.gateapi.io/api2/1/orderBook/eqx_usdt
- https://data.gateapi.io/api2/1/orderBook/theos_usdt
- https://data.gateapi.io/api2/1/orderBook/rbn_usdt
- https://data.gateapi.io/api2/1/orderBook/rbn_eth
- https://data.gateapi.io/api2/1/orderBook/ioen_usdt
- https://data.gateapi.io/api2/1/orderBook/ioen_eth
- https://data.gateapi.io/api2/1/orderBook/strp_usdt
- https://data.gateapi.io/api2/1/orderBook/strp_eth
- https://data.gateapi.io/api2/1/orderBook/leash_usdt
- https://data.gateapi.io/api2/1/orderBook/leash_eth
- https://data.gateapi.io/api2/1/orderBook/ohm_usdt
- https://data.gateapi.io/api2/1/orderBook/ohm_eth
- https://data.gateapi.io/api2/1/orderBook/lith_usdt
- https://data.gateapi.io/api2/1/orderBook/lith_eth
- https://data.gateapi.io/api2/1/orderBook/shoe_usdt
- https://data.gateapi.io/api2/1/orderBook/rice_usdt
- https://data.gateapi.io/api2/1/orderBook/rice_eth
- https://data.gateapi.io/api2/1/orderBook/lyxe_usdt
- https://data.gateapi.io/api2/1/orderBook/lyxe_eth
- https://data.gateapi.io/api2/1/orderBook/evry_usdt
- https://data.gateapi.io/api2/1/orderBook/mnw_usdt
- https://data.gateapi.io/api2/1/orderBook/mnw_eth
- https://data.gateapi.io/api2/1/orderBook/kst_usdt
- https://data.gateapi.io/api2/1/orderBook/kst_eth
- https://data.gateapi.io/api2/1/orderBook/baked_usdt
- https://data.gateapi.io/api2/1/orderBook/baked_eth
- https://data.gateapi.io/api2/1/orderBook/saitama_usdt
- https://data.gateapi.io/api2/1/orderBook/fodl_usdt
- https://data.gateapi.io/api2/1/orderBook/fodl_eth
- https://data.gateapi.io/api2/1/orderBook/pendle_usdt
- https://data.gateapi.io/api2/1/orderBook/pendle_eth
- https://data.gateapi.io/api2/1/orderBook/forth_usdt
- https://data.gateapi.io/api2/1/orderBook/forth_eth
- https://data.gateapi.io/api2/1/orderBook/lemd_usdt
- https://data.gateapi.io/api2/1/orderBook/lemd_eth
- https://data.gateapi.io/api2/1/orderBook/cards_usdt
- https://data.gateapi.io/api2/1/orderBook/cards_eth
- https://data.gateapi.io/api2/1/orderBook/ilv_usdt
- https://data.gateapi.io/api2/1/orderBook/ilv_eth
- https://data.gateapi.io/api2/1/orderBook/hord_usdt
- https://data.gateapi.io/api2/1/orderBook/hord_eth
- https://data.gateapi.io/api2/1/orderBook/xmark_usdt
- https://data.gateapi.io/api2/1/orderBook/xmark_eth
- https://data.gateapi.io/api2/1/orderBook/wbtc_usdt
- https://data.gateapi.io/api2/1/orderBook/wbtc_btc
- https://data.gateapi.io/api2/1/orderBook/moma_usdt
- https://data.gateapi.io/api2/1/orderBook/moma_eth
- https://data.gateapi.io/api2/1/orderBook/ares_usdt
- https://data.gateapi.io/api2/1/orderBook/ares_eth
- https://data.gateapi.io/api2/1/orderBook/alphr_usdt
- https://data.gateapi.io/api2/1/orderBook/alphr_eth
- https://data.gateapi.io/api2/1/orderBook/boa_usdt
- https://data.gateapi.io/api2/1/orderBook/renbtc_usdt
- https://data.gateapi.io/api2/1/orderBook/renbtc_btc
- https://data.gateapi.io/api2/1/orderBook/susd_usdt
- https://data.gateapi.io/api2/1/orderBook/susd_eth
- https://data.gateapi.io/api2/1/orderBook/sfi_usdt
- https://data.gateapi.io/api2/1/orderBook/sfi_eth
- https://data.gateapi.io/api2/1/orderBook/smty_usdt
- https://data.gateapi.io/api2/1/orderBook/smty_eth
- https://data.gateapi.io/api2/1/orderBook/tcp_usdt
- https://data.gateapi.io/api2/1/orderBook/tcp_eth
- https://data.gateapi.io/api2/1/orderBook/quick_usdt
- https://data.gateapi.io/api2/1/orderBook/quick_eth
- https://data.gateapi.io/api2/1/orderBook/black_usdt
- https://data.gateapi.io/api2/1/orderBook/black_eth
- https://data.gateapi.io/api2/1/orderBook/bdt_usdt
- https://data.gateapi.io/api2/1/orderBook/bdt_eth
- https://data.gateapi.io/api2/1/orderBook/ez_usdt
- https://data.gateapi.io/api2/1/orderBook/ez_eth
- https://data.gateapi.io/api2/1/orderBook/stnd_usdt
- https://data.gateapi.io/api2/1/orderBook/stnd_eth
- https://data.gateapi.io/api2/1/orderBook/vso_usdt
- https://data.gateapi.io/api2/1/orderBook/vso_eth
- https://data.gateapi.io/api2/1/orderBook/klo_usdt
- https://data.gateapi.io/api2/1/orderBook/xava_usdt
- https://data.gateapi.io/api2/1/orderBook/joe_usdt
- https://data.gateapi.io/api2/1/orderBook/joe_eth
- https://data.gateapi.io/api2/1/orderBook/png_usdt
- https://data.gateapi.io/api2/1/orderBook/hct_usdt
- https://data.gateapi.io/api2/1/orderBook/hct_eth
- https://data.gateapi.io/api2/1/orderBook/time_usdt
- https://data.gateapi.io/api2/1/orderBook/time_eth
- https://data.gateapi.io/api2/1/orderBook/benqi_usdt
- https://data.gateapi.io/api2/1/orderBook/benqi_eth
- https://data.gateapi.io/api2/1/orderBook/locg_usdt
- https://data.gateapi.io/api2/1/orderBook/locg_eth
- https://data.gateapi.io/api2/1/orderBook/orao_usdt
- https://data.gateapi.io/api2/1/orderBook/orao_eth
- https://data.gateapi.io/api2/1/orderBook/wsienna_usdt
- https://data.gateapi.io/api2/1/orderBook/wiken_usdt
- https://data.gateapi.io/api2/1/orderBook/wiken_btc
- https://data.gateapi.io/api2/1/orderBook/wemix_usdt
- https://data.gateapi.io/api2/1/orderBook/wemix_eth
- https://data.gateapi.io/api2/1/orderBook/busy_usdt
- https://data.gateapi.io/api2/1/orderBook/stbu_usdt
- https://data.gateapi.io/api2/1/orderBook/stbu_eth
- https://data.gateapi.io/api2/1/orderBook/lion_usdt
- https://data.gateapi.io/api2/1/orderBook/dfnd_usdt
- https://data.gateapi.io/api2/1/orderBook/isp_usdt
- https://data.gateapi.io/api2/1/orderBook/isp_eth
- https://data.gateapi.io/api2/1/orderBook/ftt_usdt
- https://data.gateapi.io/api2/1/orderBook/ftt_eth
- https://data.gateapi.io/api2/1/orderBook/ftt_usd
- https://data.gateapi.io/api2/1/orderBook/lev_usdt
- https://data.gateapi.io/api2/1/orderBook/gdt_usdt
- https://data.gateapi.io/api2/1/orderBook/gdt_eth
- https://data.gateapi.io/api2/1/orderBook/peri_usdt
- https://data.gateapi.io/api2/1/orderBook/gum_usdt
- https://data.gateapi.io/api2/1/orderBook/yfx_usdt
- https://data.gateapi.io/api2/1/orderBook/prare_usdt
- https://data.gateapi.io/api2/1/orderBook/prare_eth
- https://data.gateapi.io/api2/1/orderBook/feg_usdt
- https://data.gateapi.io/api2/1/orderBook/skrt_usdt
- https://data.gateapi.io/api2/1/orderBook/metis_usdt
- https://data.gateapi.io/api2/1/orderBook/metis_eth
- https://data.gateapi.io/api2/1/orderBook/o3_usdt
- https://data.gateapi.io/api2/1/orderBook/o3_eth
- https://data.gateapi.io/api2/1/orderBook/bzz_usdt
- https://data.gateapi.io/api2/1/orderBook/bzz_eth
- https://data.gateapi.io/api2/1/orderBook/tbe_usdt
- https://data.gateapi.io/api2/1/orderBook/10set_usdt
- https://data.gateapi.io/api2/1/orderBook/pnl_usdt
- https://data.gateapi.io/api2/1/orderBook/pnl_eth
- https://data.gateapi.io/api2/1/orderBook/pdex_usdt
- https://data.gateapi.io/api2/1/orderBook/wild_usdt
- https://data.gateapi.io/api2/1/orderBook/fear_usdt
- https://data.gateapi.io/api2/1/orderBook/fear_eth
- https://data.gateapi.io/api2/1/orderBook/czz_usdt
- https://data.gateapi.io/api2/1/orderBook/elon_usdt
- https://data.gateapi.io/api2/1/orderBook/hoge_usdt
- https://data.gateapi.io/api2/1/orderBook/noa_usdt
- https://data.gateapi.io/api2/1/orderBook/kishu_usdt
- https://data.gateapi.io/api2/1/orderBook/dop_usdt
- https://data.gateapi.io/api2/1/orderBook/nmt_usdt
- https://data.gateapi.io/api2/1/orderBook/nmt_eth
- https://data.gateapi.io/api2/1/orderBook/naos_usdt
- https://data.gateapi.io/api2/1/orderBook/naos_eth
- https://data.gateapi.io/api2/1/orderBook/naos_btc
- https://data.gateapi.io/api2/1/orderBook/para_usdt
- https://data.gateapi.io/api2/1/orderBook/gitcoin_usdt
- https://data.gateapi.io/api2/1/orderBook/gitcoin_eth
- https://data.gateapi.io/api2/1/orderBook/saito_usdt
- https://data.gateapi.io/api2/1/orderBook/xcad_usdt
- https://data.gateapi.io/api2/1/orderBook/caps_usdt
- https://data.gateapi.io/api2/1/orderBook/lss_usdt
- https://data.gateapi.io/api2/1/orderBook/lss_eth
- https://data.gateapi.io/api2/1/orderBook/slp_usdt
- https://data.gateapi.io/api2/1/orderBook/slp_eth
- https://data.gateapi.io/api2/1/orderBook/cvx_usdt
- https://data.gateapi.io/api2/1/orderBook/cvx_eth
- https://data.gateapi.io/api2/1/orderBook/niifi_usdt
- https://data.gateapi.io/api2/1/orderBook/phtr_usdt
- https://data.gateapi.io/api2/1/orderBook/occ_usdt
- https://data.gateapi.io/api2/1/orderBook/apn_usdt
- https://data.gateapi.io/api2/1/orderBook/apn_eth
- https://data.gateapi.io/api2/1/orderBook/route_usdt
- https://data.gateapi.io/api2/1/orderBook/dfyn_usdt
- https://data.gateapi.io/api2/1/orderBook/ioi_usdt
- https://data.gateapi.io/api2/1/orderBook/lime_usdt
- https://data.gateapi.io/api2/1/orderBook/lime_eth
- https://data.gateapi.io/api2/1/orderBook/lime_btc
- https://data.gateapi.io/api2/1/orderBook/free_usdt
- https://data.gateapi.io/api2/1/orderBook/form_usdt
- https://data.gateapi.io/api2/1/orderBook/form_eth
- https://data.gateapi.io/api2/1/orderBook/orc_usdt
- https://data.gateapi.io/api2/1/orderBook/kex_usdt
- https://data.gateapi.io/api2/1/orderBook/kex_eth
- https://data.gateapi.io/api2/1/orderBook/keep_usdt
- https://data.gateapi.io/api2/1/orderBook/keep_eth
- https://data.gateapi.io/api2/1/orderBook/dlta_usdt
- https://data.gateapi.io/api2/1/orderBook/nwc_usdt
- https://data.gateapi.io/api2/1/orderBook/nwc_btc
- https://data.gateapi.io/api2/1/orderBook/dpr_usdt
- https://data.gateapi.io/api2/1/orderBook/dpr_eth
- https://data.gateapi.io/api2/1/orderBook/yld_usdt
- https://data.gateapi.io/api2/1/orderBook/cqt_usdt
- https://data.gateapi.io/api2/1/orderBook/cqt_eth
- https://data.gateapi.io/api2/1/orderBook/cqt_usd
- https://data.gateapi.io/api2/1/orderBook/zcx_usdt
- https://data.gateapi.io/api2/1/orderBook/flux_usdt
- https://data.gateapi.io/api2/1/orderBook/flux_eth
- https://data.gateapi.io/api2/1/orderBook/atp_usdt
- https://data.gateapi.io/api2/1/orderBook/atp_eth
- https://data.gateapi.io/api2/1/orderBook/nax_usdt
- https://data.gateapi.io/api2/1/orderBook/nax_eth
- https://data.gateapi.io/api2/1/orderBook/klay_usdt
- https://data.gateapi.io/api2/1/orderBook/nbot_eth
- https://data.gateapi.io/api2/1/orderBook/nbot_usdt
- https://data.gateapi.io/api2/1/orderBook/qi_usdt
- https://data.gateapi.io/api2/1/orderBook/qi_eth
- https://data.gateapi.io/api2/1/orderBook/ply_eth
- https://data.gateapi.io/api2/1/orderBook/med_usdt
- https://data.gateapi.io/api2/1/orderBook/med_eth
- https://data.gateapi.io/api2/1/orderBook/grin_usdt
- https://data.gateapi.io/api2/1/orderBook/grin_eth
- https://data.gateapi.io/api2/1/orderBook/grin_btc
- https://data.gateapi.io/api2/1/orderBook/beam_usdt
- https://data.gateapi.io/api2/1/orderBook/beam_eth
- https://data.gateapi.io/api2/1/orderBook/beam_btc
- https://data.gateapi.io/api2/1/orderBook/waxp_usdt
- https://data.gateapi.io/api2/1/orderBook/waxp_eth
- https://data.gateapi.io/api2/1/orderBook/iost_usdt
- https://data.gateapi.io/api2/1/orderBook/iost_btc
- https://data.gateapi.io/api2/1/orderBook/hbar_usdt
- https://data.gateapi.io/api2/1/orderBook/mina_usdt
- https://data.gateapi.io/api2/1/orderBook/mina_btc
- https://data.gateapi.io/api2/1/orderBook/okb_usdt
- https://data.gateapi.io/api2/1/orderBook/omg_usd
- https://data.gateapi.io/api2/1/orderBook/rep_usdt
- https://data.gateapi.io/api2/1/orderBook/rep_eth
- https://data.gateapi.io/api2/1/orderBook/star_usdt
- https://data.gateapi.io/api2/1/orderBook/star_eth
- https://data.gateapi.io/api2/1/orderBook/zen_usdt
- https://data.gateapi.io/api2/1/orderBook/abbc_usdt
- https://data.gateapi.io/api2/1/orderBook/fil_usdt
- https://data.gateapi.io/api2/1/orderBook/fil_btc
- https://data.gateapi.io/api2/1/orderBook/fil_eth
- https://data.gateapi.io/api2/1/orderBook/fic_usdt
- https://data.gateapi.io/api2/1/orderBook/sup_usdt
- https://data.gateapi.io/api2/1/orderBook/zrx_usd
- https://data.gateapi.io/api2/1/orderBook/stox_usdt
- https://data.gateapi.io/api2/1/orderBook/stox_eth
- https://data.gateapi.io/api2/1/orderBook/link_usd
- https://data.gateapi.io/api2/1/orderBook/cdt_btc
- https://data.gateapi.io/api2/1/orderBook/vtho_eth
- https://data.gateapi.io/api2/1/orderBook/vtho_usdt
- https://data.gateapi.io/api2/1/orderBook/trx_usd
- https://data.gateapi.io/api2/1/orderBook/vidyx_usdt
- https://data.gateapi.io/api2/1/orderBook/vidyx_eth
- https://data.gateapi.io/api2/1/orderBook/btt_usdt
- https://data.gateapi.io/api2/1/orderBook/btt_eth
- https://data.gateapi.io/api2/1/orderBook/wings_eth
- https://data.gateapi.io/api2/1/orderBook/wings_usdt
- https://data.gateapi.io/api2/1/orderBook/dai_usd
- https://data.gateapi.io/api2/1/orderBook/tfuel_eth
- https://data.gateapi.io/api2/1/orderBook/tfuel_usdt
- https://data.gateapi.io/api2/1/orderBook/celr_eth
- https://data.gateapi.io/api2/1/orderBook/celr_usdt
- https://data.gateapi.io/api2/1/orderBook/ksm3s_usdt
- https://data.gateapi.io/api2/1/orderBook/btm3l_usdt
- https://data.gateapi.io/api2/1/orderBook/btm3s_usdt
- https://data.gateapi.io/api2/1/orderBook/zec3l_usdt
- https://data.gateapi.io/api2/1/orderBook/zec3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xmr3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xmr3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ampl3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ampl3s_usdt
- https://data.gateapi.io/api2/1/orderBook/crv3l_usdt
- https://data.gateapi.io/api2/1/orderBook/crv3s_usdt
- https://data.gateapi.io/api2/1/orderBook/comp3l_usdt
- https://data.gateapi.io/api2/1/orderBook/comp3s_usdt
- https://data.gateapi.io/api2/1/orderBook/yfii3l_usdt
- https://data.gateapi.io/api2/1/orderBook/yfii3s_usdt
- https://data.gateapi.io/api2/1/orderBook/yfi3l_usdt
- https://data.gateapi.io/api2/1/orderBook/yfi3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ht3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ht3s_usdt
- https://data.gateapi.io/api2/1/orderBook/okb3l_usdt
- https://data.gateapi.io/api2/1/orderBook/okb3s_usdt
- https://data.gateapi.io/api2/1/orderBook/uni3l_usdt
- https://data.gateapi.io/api2/1/orderBook/uni3s_usdt
- https://data.gateapi.io/api2/1/orderBook/dot3l_usdt
- https://data.gateapi.io/api2/1/orderBook/dot3s_usdt
- https://data.gateapi.io/api2/1/orderBook/fil3l_usdt
- https://data.gateapi.io/api2/1/orderBook/fil3s_usdt
- https://data.gateapi.io/api2/1/orderBook/sushi3l_usdt
- https://data.gateapi.io/api2/1/orderBook/sushi3s_usdt
- https://data.gateapi.io/api2/1/orderBook/eth3l_usdt
- https://data.gateapi.io/api2/1/orderBook/eth3s_usdt
- https://data.gateapi.io/api2/1/orderBook/eos3l_usdt
- https://data.gateapi.io/api2/1/orderBook/eos3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bch3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bch3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xtz3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xtz3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv_btc
- https://data.gateapi.io/api2/1/orderBook/rvn_usdt
- https://data.gateapi.io/api2/1/orderBook/rvc_usdt
- https://data.gateapi.io/api2/1/orderBook/ar_usdt
- https://data.gateapi.io/api2/1/orderBook/rin_usdt
- https://data.gateapi.io/api2/1/orderBook/buy_usdt
- https://data.gateapi.io/api2/1/orderBook/buy_eth
- https://data.gateapi.io/api2/1/orderBook/gaia_usdt
- https://data.gateapi.io/api2/1/orderBook/snk_usdt
- https://data.gateapi.io/api2/1/orderBook/polydoge_usdt
- https://data.gateapi.io/api2/1/orderBook/mcash_usdt
- https://data.gateapi.io/api2/1/orderBook/blok_usdt
- https://data.gateapi.io/api2/1/orderBook/blok_eth
- https://data.gateapi.io/api2/1/orderBook/champ_usdt
- https://data.gateapi.io/api2/1/orderBook/nsdx_usdt
- https://data.gateapi.io/api2/1/orderBook/sway_usdt
- https://data.gateapi.io/api2/1/orderBook/usdt_usd
- https://data.gateapi.io/api2/1/orderBook/tips_usdt
- https://data.gateapi.io/api2/1/orderBook/tips_eth
- https://data.gateapi.io/api2/1/orderBook/dcr_usdt
- https://data.gateapi.io/api2/1/orderBook/dcr_btc
- https://data.gateapi.io/api2/1/orderBook/bcn_usdt
- https://data.gateapi.io/api2/1/orderBook/bcn_btc
- https://data.gateapi.io/api2/1/orderBook/xmc_usdt
- https://data.gateapi.io/api2/1/orderBook/xmc_btc
- https://data.gateapi.io/api2/1/orderBook/xrp_usd
- https://data.gateapi.io/api2/1/orderBook/arrr_usdt
- https://data.gateapi.io/api2/1/orderBook/arrr_eth
- https://data.gateapi.io/api2/1/orderBook/velo_usdt
- https://data.gateapi.io/api2/1/orderBook/velo_eth
- https://data.gateapi.io/api2/1/orderBook/wxt_usdt
- https://data.gateapi.io/api2/1/orderBook/wxt_eth
- https://data.gateapi.io/api2/1/orderBook/pps_usdt
- https://data.gateapi.io/api2/1/orderBook/nbs_usdt
- https://data.gateapi.io/api2/1/orderBook/nbs_btc
- https://data.gateapi.io/api2/1/orderBook/xpr_usdt
- https://data.gateapi.io/api2/1/orderBook/xpr_eth
- https://data.gateapi.io/api2/1/orderBook/steem_usdt
- https://data.gateapi.io/api2/1/orderBook/hive_usdt
- https://data.gateapi.io/api2/1/orderBook/cocos_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc_usd
- https://data.gateapi.io/api2/1/orderBook/doge_usd
- https://data.gateapi.io/api2/1/orderBook/bch_usd
- https://data.gateapi.io/api2/1/orderBook/bcha_usdt
- https://data.gateapi.io/api2/1/orderBook/bcha_btc
- https://data.gateapi.io/api2/1/orderBook/xec_usdt
- https://data.gateapi.io/api2/1/orderBook/eth5l_usdt
- https://data.gateapi.io/api2/1/orderBook/eth5s_usdt
- https://data.gateapi.io/api2/1/orderBook/link3l_usdt
- https://data.gateapi.io/api2/1/orderBook/link3s_usdt
- https://data.gateapi.io/api2/1/orderBook/kava3l_usdt
- https://data.gateapi.io/api2/1/orderBook/kava3s_usdt
- https://data.gateapi.io/api2/1/orderBook/egld3l_usdt
- https://data.gateapi.io/api2/1/orderBook/egld3s_usdt
- https://data.gateapi.io/api2/1/orderBook/chz3l_usdt
- https://data.gateapi.io/api2/1/orderBook/chz3s_usdt
- https://data.gateapi.io/api2/1/orderBook/mkr3l_usdt
- https://data.gateapi.io/api2/1/orderBook/mkr3s_usdt
- https://data.gateapi.io/api2/1/orderBook/lrc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/lrc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bal3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bal3s_usdt
- https://data.gateapi.io/api2/1/orderBook/jst3l_usdt
- https://data.gateapi.io/api2/1/orderBook/jst3s_usdt
- https://data.gateapi.io/api2/1/orderBook/sero3l_usdt
- https://data.gateapi.io/api2/1/orderBook/sero3s_usdt
- https://data.gateapi.io/api2/1/orderBook/vet3l_usdt
- https://data.gateapi.io/api2/1/orderBook/vet3s_usdt
- https://data.gateapi.io/api2/1/orderBook/theta3l_usdt
- https://data.gateapi.io/api2/1/orderBook/theta3s_usdt
- https://data.gateapi.io/api2/1/orderBook/zil3l_usdt
- https://data.gateapi.io/api2/1/orderBook/zil3s_usdt
- https://data.gateapi.io/api2/1/orderBook/grin3l_usdt
- https://data.gateapi.io/api2/1/orderBook/grin3s_usdt
- https://data.gateapi.io/api2/1/orderBook/beam3l_usdt
- https://data.gateapi.io/api2/1/orderBook/beam3s_usdt
- https://data.gateapi.io/api2/1/orderBook/sol3l_usdt
- https://data.gateapi.io/api2/1/orderBook/sol3s_usdt
- https://data.gateapi.io/api2/1/orderBook/skl3l_usdt
- https://data.gateapi.io/api2/1/orderBook/skl3s_usdt
- https://data.gateapi.io/api2/1/orderBook/1inch3l_usdt
- https://data.gateapi.io/api2/1/orderBook/1inch3s_usdt
- https://data.gateapi.io/api2/1/orderBook/lon3l_usdt
- https://data.gateapi.io/api2/1/orderBook/lon3s_usdt
- https://data.gateapi.io/api2/1/orderBook/doge3l_usdt
- https://data.gateapi.io/api2/1/orderBook/doge3s_usdt
- https://data.gateapi.io/api2/1/orderBook/grt3l_usdt
- https://data.gateapi.io/api2/1/orderBook/grt3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bnb3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bnb3s_usdt
- https://data.gateapi.io/api2/1/orderBook/trx3l_usdt
- https://data.gateapi.io/api2/1/orderBook/trx3s_usdt
- https://data.gateapi.io/api2/1/orderBook/atom3l_usdt
- https://data.gateapi.io/api2/1/orderBook/atom3s_usdt
- https://data.gateapi.io/api2/1/orderBook/avax3l_usdt
- https://data.gateapi.io/api2/1/orderBook/avax3s_usdt
- https://data.gateapi.io/api2/1/orderBook/near3l_usdt
- https://data.gateapi.io/api2/1/orderBook/near3s_usdt
- https://data.gateapi.io/api2/1/orderBook/rose3l_usdt
- https://data.gateapi.io/api2/1/orderBook/rose3s_usdt
- https://data.gateapi.io/api2/1/orderBook/zen3l_usdt
- https://data.gateapi.io/api2/1/orderBook/zen3s_usdt
- https://data.gateapi.io/api2/1/orderBook/qtum3l_usdt
- https://data.gateapi.io/api2/1/orderBook/qtum3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xlm3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xlm3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xrp3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xrp3s_usdt
- https://data.gateapi.io/api2/1/orderBook/cfx3l_usdt
- https://data.gateapi.io/api2/1/orderBook/cfx3s_usdt
- https://data.gateapi.io/api2/1/orderBook/omg3l_usdt
- https://data.gateapi.io/api2/1/orderBook/omg3s_usdt
- https://data.gateapi.io/api2/1/orderBook/algo3l_usdt
- https://data.gateapi.io/api2/1/orderBook/algo3s_usdt
- https://data.gateapi.io/api2/1/orderBook/waves3l_usdt
- https://data.gateapi.io/api2/1/orderBook/waves3s_usdt
- https://data.gateapi.io/api2/1/orderBook/neo3l_usdt
- https://data.gateapi.io/api2/1/orderBook/neo3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ont3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ont3s_usdt
- https://data.gateapi.io/api2/1/orderBook/etc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/etc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/cvc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/cvc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/snx3l_usdt
- https://data.gateapi.io/api2/1/orderBook/snx3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ada3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ada3s_usdt
- https://data.gateapi.io/api2/1/orderBook/dash3l_usdt
- https://data.gateapi.io/api2/1/orderBook/dash3s_usdt
- https://data.gateapi.io/api2/1/orderBook/aave3l_usdt
- https://data.gateapi.io/api2/1/orderBook/aave3s_usdt
- https://data.gateapi.io/api2/1/orderBook/srm3l_usdt
- https://data.gateapi.io/api2/1/orderBook/srm3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ksm3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xch_usdt
- https://data.gateapi.io/api2/1/orderBook/xch_eth
- https://data.gateapi.io/api2/1/orderBook/akt_usdt
- https://data.gateapi.io/api2/1/orderBook/akt_eth
- https://data.gateapi.io/api2/1/orderBook/hns_btc
- https://data.gateapi.io/api2/1/orderBook/hns_usdt
- https://data.gateapi.io/api2/1/orderBook/btc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/btc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/fitfi3l_usdt
- https://data.gateapi.io/api2/1/orderBook/fitfi3s_usdt
- https://data.gateapi.io/api2/1/orderBook/gal3l_usdt
- https://data.gateapi.io/api2/1/orderBook/gal3s_usdt
- https://data.gateapi.io/api2/1/orderBook/gst3l_usdt
- https://data.gateapi.io/api2/1/orderBook/gst3s_usdt
- https://data.gateapi.io/api2/1/orderBook/loka3l_usdt
- https://data.gateapi.io/api2/1/orderBook/loka3s_usdt
- https://data.gateapi.io/api2/1/orderBook/astr3l_usdt
- https://data.gateapi.io/api2/1/orderBook/astr3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bsw3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bsw3s_usdt
- https://data.gateapi.io/api2/1/orderBook/cake3l_usdt
- https://data.gateapi.io/api2/1/orderBook/cake3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ape3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ape3s_usdt
- https://data.gateapi.io/api2/1/orderBook/gmt3l_usdt
- https://data.gateapi.io/api2/1/orderBook/gmt3s_usdt
- https://data.gateapi.io/api2/1/orderBook/cro3l_usdt
- https://data.gateapi.io/api2/1/orderBook/cro3s_usdt
- https://data.gateapi.io/api2/1/orderBook/api33l_usdt
- https://data.gateapi.io/api2/1/orderBook/api33s_usdt
- https://data.gateapi.io/api2/1/orderBook/jasmy3l_usdt
- https://data.gateapi.io/api2/1/orderBook/jasmy3s_usdt
- https://data.gateapi.io/api2/1/orderBook/anc3l_usdt
- https://data.gateapi.io/api2/1/orderBook/anc3s_usdt
- https://data.gateapi.io/api2/1/orderBook/glmr3l_usdt
- https://data.gateapi.io/api2/1/orderBook/glmr3s_usdt
- https://data.gateapi.io/api2/1/orderBook/imx3l_usdt
- https://data.gateapi.io/api2/1/orderBook/imx3s_usdt
- https://data.gateapi.io/api2/1/orderBook/woo3l_usdt
- https://data.gateapi.io/api2/1/orderBook/woo3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bat3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bat3s_usdt
- https://data.gateapi.io/api2/1/orderBook/mask3l_usdt
- https://data.gateapi.io/api2/1/orderBook/mask3s_usdt
- https://data.gateapi.io/api2/1/orderBook/people3l_usdt
- https://data.gateapi.io/api2/1/orderBook/people3s_usdt
- https://data.gateapi.io/api2/1/orderBook/slp3l_usdt
- https://data.gateapi.io/api2/1/orderBook/slp3s_usdt
- https://data.gateapi.io/api2/1/orderBook/looks3l_usdt
- https://data.gateapi.io/api2/1/orderBook/looks3s_usdt
- https://data.gateapi.io/api2/1/orderBook/raca3l_usdt
- https://data.gateapi.io/api2/1/orderBook/raca3s_usdt
- https://data.gateapi.io/api2/1/orderBook/enj3l_usdt
- https://data.gateapi.io/api2/1/orderBook/enj3s_usdt
- https://data.gateapi.io/api2/1/orderBook/mana3l_usdt
- https://data.gateapi.io/api2/1/orderBook/mana3s_usdt
- https://data.gateapi.io/api2/1/orderBook/klay3l_usdt
- https://data.gateapi.io/api2/1/orderBook/klay3s_usdt
- https://data.gateapi.io/api2/1/orderBook/arpa3l_usdt
- https://data.gateapi.io/api2/1/orderBook/arpa3s_usdt
- https://data.gateapi.io/api2/1/orderBook/coti3l_usdt
- https://data.gateapi.io/api2/1/orderBook/coti3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xch3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xch3s_usdt
- https://data.gateapi.io/api2/1/orderBook/iost3l_usdt
- https://data.gateapi.io/api2/1/orderBook/iost3s_usdt
- https://data.gateapi.io/api2/1/orderBook/bzz3l_usdt
- https://data.gateapi.io/api2/1/orderBook/bzz3s_usdt
- https://data.gateapi.io/api2/1/orderBook/tribe3l_usdt
- https://data.gateapi.io/api2/1/orderBook/tribe3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ray3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ray3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ar3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ar3s_usdt
- https://data.gateapi.io/api2/1/orderBook/one3l_usdt
- https://data.gateapi.io/api2/1/orderBook/one3s_usdt
- https://data.gateapi.io/api2/1/orderBook/hbar3l_usdt
- https://data.gateapi.io/api2/1/orderBook/hbar3s_usdt
- https://data.gateapi.io/api2/1/orderBook/cspr3l_usdt
- https://data.gateapi.io/api2/1/orderBook/cspr3s_usdt
- https://data.gateapi.io/api2/1/orderBook/sxp3l_usdt
- https://data.gateapi.io/api2/1/orderBook/sxp3s_usdt
- https://data.gateapi.io/api2/1/orderBook/xec3l_usdt
- https://data.gateapi.io/api2/1/orderBook/xec3s_usdt
- https://data.gateapi.io/api2/1/orderBook/lit3l_usdt
- https://data.gateapi.io/api2/1/orderBook/lit3s_usdt
- https://data.gateapi.io/api2/1/orderBook/mina3l_usdt
- https://data.gateapi.io/api2/1/orderBook/mina3s_usdt
- https://data.gateapi.io/api2/1/orderBook/gala3l_usdt
- https://data.gateapi.io/api2/1/orderBook/gala3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ftt3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ftt3s_usdt
- https://data.gateapi.io/api2/1/orderBook/c983l_usdt
- https://data.gateapi.io/api2/1/orderBook/c983s_usdt
- https://data.gateapi.io/api2/1/orderBook/dydx3l_usdt
- https://data.gateapi.io/api2/1/orderBook/dydx3s_usdt
- https://data.gateapi.io/api2/1/orderBook/mtl3l_usdt
- https://data.gateapi.io/api2/1/orderBook/mtl3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ftm3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ftm3s_usdt
- https://data.gateapi.io/api2/1/orderBook/sand3l_usdt
- https://data.gateapi.io/api2/1/orderBook/sand3s_usdt
- https://data.gateapi.io/api2/1/orderBook/luna3l_usdt
- https://data.gateapi.io/api2/1/orderBook/luna3s_usdt
- https://data.gateapi.io/api2/1/orderBook/alpha3l_usdt
- https://data.gateapi.io/api2/1/orderBook/alpha3s_usdt
- https://data.gateapi.io/api2/1/orderBook/rune3l_usdt
- https://data.gateapi.io/api2/1/orderBook/rune3s_usdt
- https://data.gateapi.io/api2/1/orderBook/icp3l_usdt
- https://data.gateapi.io/api2/1/orderBook/icp3s_usdt
- https://data.gateapi.io/api2/1/orderBook/shib3l_usdt
- https://data.gateapi.io/api2/1/orderBook/shib3s_usdt
- https://data.gateapi.io/api2/1/orderBook/ach3l_usdt
- https://data.gateapi.io/api2/1/orderBook/ach3s_usdt
- https://data.gateapi.io/api2/1/orderBook/alice3l_usdt
- https://data.gateapi.io/api2/1/orderBook/alice3s_usdt
- https://data.gateapi.io/api2/1/orderBook/axs3l_usdt
- https://data.gateapi.io/api2/1/orderBook/axs3s_usdt
- https://data.gateapi.io/api2/1/orderBook/matic3l_usdt
- https://data.gateapi.io/api2/1/orderBook/matic3s_usdt
- https://data.gateapi.io/api2/1/orderBook/btc5l_usdt
- https://data.gateapi.io/api2/1/orderBook/btc5s_usdt
- https://data.gateapi.io/api2/1/orderBook/doge5l_usdt
- https://data.gateapi.io/api2/1/orderBook/doge5s_usdt
- https://data.gateapi.io/api2/1/orderBook/axs5l_usdt
- https://data.gateapi.io/api2/1/orderBook/axs5s_usdt
- https://data.gateapi.io/api2/1/orderBook/uni5l_usdt
- https://data.gateapi.io/api2/1/orderBook/uni5s_usdt
- https://data.gateapi.io/api2/1/orderBook/link5l_usdt
- https://data.gateapi.io/api2/1/orderBook/link5s_usdt
- https://data.gateapi.io/api2/1/orderBook/gala5l_usdt
- https://data.gateapi.io/api2/1/orderBook/gala5s_usdt
- https://data.gateapi.io/api2/1/orderBook/shib5l_usdt
- https://data.gateapi.io/api2/1/orderBook/shib5s_usdt
- https://data.gateapi.io/api2/1/orderBook/bch5l_usdt
- https://data.gateapi.io/api2/1/orderBook/bch5s_usdt
- https://data.gateapi.io/api2/1/orderBook/dot5l_usdt
- https://data.gateapi.io/api2/1/orderBook/dot5s_usdt
- https://data.gateapi.io/api2/1/orderBook/xrp5l_usdt
- https://data.gateapi.io/api2/1/orderBook/xrp5s_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv5l_usdt
- https://data.gateapi.io/api2/1/orderBook/bsv5s_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc5l_usdt
- https://data.gateapi.io/api2/1/orderBook/ltc5s_usdt
- https://data.gateapi.io/api2/1/orderBook/eos5l_usdt
- https://data.gateapi.io/api2/1/orderBook/eos5s_usdt
- https://data.gateapi.io/api2/1/orderBook/source_usdt
- https://data.gateapi.io/api2/1/orderBook/source_eth
- https://data.gateapi.io/api2/1/orderBook/celo_usdt
- https://data.gateapi.io/api2/1/orderBook/hpb_usdt
- https://data.gateapi.io/api2/1/orderBook/hpb_eth
- https://data.gateapi.io/api2/1/orderBook/cfx_usdt
- https://data.gateapi.io/api2/1/orderBook/cfx_eth
- https://data.gateapi.io/api2/1/orderBook/fti_usdt
- https://data.gateapi.io/api2/1/orderBook/fti_eth
- https://data.gateapi.io/api2/1/orderBook/sop_eth
- https://data.gateapi.io/api2/1/orderBook/sop_usdt
- https://data.gateapi.io/api2/1/orderBook/lemo_usdt
- https://data.gateapi.io/api2/1/orderBook/lemo_eth
- https://data.gateapi.io/api2/1/orderBook/eon_eth
- https://data.gateapi.io/api2/1/orderBook/pundix_eth
- https://data.gateapi.io/api2/1/orderBook/pundix_usdt
- https://data.gateapi.io/api2/1/orderBook/qkc_usdt
- https://data.gateapi.io/api2/1/orderBook/qkc_eth
- https://data.gateapi.io/api2/1/orderBook/qkc_btc
- https://data.gateapi.io/api2/1/orderBook/iotx_usdt
- https://data.gateapi.io/api2/1/orderBook/iotx_eth
- https://data.gateapi.io/api2/1/orderBook/red_usdt
- https://data.gateapi.io/api2/1/orderBook/red_eth
- https://data.gateapi.io/api2/1/orderBook/lba_usdt
- https://data.gateapi.io/api2/1/orderBook/lba_eth
- https://data.gateapi.io/api2/1/orderBook/open_usdt
- https://data.gateapi.io/api2/1/orderBook/open_eth
- https://data.gateapi.io/api2/1/orderBook/mith_usdt
- https://data.gateapi.io/api2/1/orderBook/mith_eth
- https://data.gateapi.io/api2/1/orderBook/skm_usdt
- https://data.gateapi.io/api2/1/orderBook/skm_eth
- https://data.gateapi.io/api2/1/orderBook/xvg_usdt
- https://data.gateapi.io/api2/1/orderBook/xvg_btc
- https://data.gateapi.io/api2/1/orderBook/nano_usdt
- https://data.gateapi.io/api2/1/orderBook/nano_btc
- https://data.gateapi.io/api2/1/orderBook/nbai_eth
- https://data.gateapi.io/api2/1/orderBook/upp_eth
- https://data.gateapi.io/api2/1/orderBook/atmi_eth
- https://data.gateapi.io/api2/1/orderBook/tmt_eth
- https://data.gateapi.io/api2/1/orderBook/strax_usdt
- https://data.gateapi.io/api2/1/orderBook/strax_eth
- https://data.gateapi.io/api2/1/orderBook/strax_btc
- https://data.gateapi.io/api2/1/orderBook/edg_usdt
- https://data.gateapi.io/api2/1/orderBook/edg_eth
- https://data.gateapi.io/api2/1/orderBook/stx_usdt
- https://data.gateapi.io/api2/1/orderBook/stx_eth
- https://data.gateapi.io/api2/1/orderBook/egld_usdt
- https://data.gateapi.io/api2/1/orderBook/egld_eth
- https://data.gateapi.io/api2/1/orderBook/xprt_usdt
- https://data.gateapi.io/api2/1/orderBook/xprt_eth
- https://data.gateapi.io/api2/1/orderBook/cspr_usdt
- https://data.gateapi.io/api2/1/orderBook/cspr_eth
- https://data.gateapi.io/api2/1/orderBook/okt_usdt
- https://data.gateapi.io/api2/1/orderBook/okt_eth
- https://data.gateapi.io/api2/1/orderBook/fis_usdt
- https://data.gateapi.io/api2/1/orderBook/fis_eth
- https://data.gateapi.io/api2/1/orderBook/ht_usdt
- https://data.gateapi.io/api2/1/orderBook/ht_btc
- https://data.gateapi.io/api2/1/orderBook/ht_usd
- https://data.gateapi.io/api2/1/orderBook/go_usdt
- https://data.gateapi.io/api2/1/orderBook/go_eth
- https://data.gateapi.io/api2/1/orderBook/omi_usdt
- https://data.gateapi.io/api2/1/orderBook/omi_eth
- https://data.gateapi.io/api2/1/orderBook/mdx_usdt
- https://data.gateapi.io/api2/1/orderBook/mdx_eth
- https://data.gateapi.io/api2/1/orderBook/filda_usdt
- https://data.gateapi.io/api2/1/orderBook/filda_eth
- https://data.gateapi.io/api2/1/orderBook/war_usdt
- https://data.gateapi.io/api2/1/orderBook/war_eth
- https://data.gateapi.io/api2/1/orderBook/dog_usdt
- https://data.gateapi.io/api2/1/orderBook/dog_eth
- https://data.gateapi.io/api2/1/orderBook/xnft_usdt
- https://data.gateapi.io/api2/1/orderBook/xnft_eth
- https://data.gateapi.io/api2/1/orderBook/lava_usdt
- https://data.gateapi.io/api2/1/orderBook/lava_eth
- https://data.gateapi.io/api2/1/orderBook/bxh_usdt
- https://data.gateapi.io/api2/1/orderBook/bxh_eth
- https://data.gateapi.io/api2/1/orderBook/slnv2_usdt
- https://data.gateapi.io/api2/1/orderBook/slnv2_eth
- https://data.gateapi.io/api2/1/orderBook/bags_usdt
- https://data.gateapi.io/api2/1/orderBook/bags_eth
- https://data.gateapi.io/api2/1/orderBook/cir_usdt
- https://data.gateapi.io/api2/1/orderBook/cir_eth
- https://data.gateapi.io/api2/1/orderBook/bnb_usdt
- https://data.gateapi.io/api2/1/orderBook/bnb_btc
- https://data.gateapi.io/api2/1/orderBook/bnb_usd
- https://data.gateapi.io/api2/1/orderBook/bbk_eth
- https://data.gateapi.io/api2/1/orderBook/edr_eth
- https://data.gateapi.io/api2/1/orderBook/met_eth
- https://data.gateapi.io/api2/1/orderBook/met_usdt
- https://data.gateapi.io/api2/1/orderBook/tct_eth
- https://data.gateapi.io/api2/1/orderBook/tct_usdt
- https://data.gateapi.io/api2/1/orderBook/mxc_usdt
- https://data.gateapi.io/api2/1/orderBook/mxc_btc
- https://data.gateapi.io/api2/1/orderBook/mxc_eth
- https://data.gateapi.io/api2/1/orderBook/pwar_usdt
- https://data.gateapi.io/api2/1/orderBook/pwar_eth
- https://data.gateapi.io/api2/1/orderBook/skill_usdt
- https://data.gateapi.io/api2/1/orderBook/skill_eth
- https://data.gateapi.io/api2/1/orderBook/ygg_usdt
- https://data.gateapi.io/api2/1/orderBook/ygg_eth
- https://data.gateapi.io/api2/1/orderBook/sps_usdt
- https://data.gateapi.io/api2/1/orderBook/sps_eth
- https://data.gateapi.io/api2/1/orderBook/nftb_usdt
- https://data.gateapi.io/api2/1/orderBook/nftb_eth
- https://data.gateapi.io/api2/1/orderBook/hero_usdt
- https://data.gateapi.io/api2/1/orderBook/hero_eth
- https://data.gateapi.io/api2/1/orderBook/dpet_usdt
- https://data.gateapi.io/api2/1/orderBook/dpet_eth
- https://data.gateapi.io/api2/1/orderBook/fevr_usdt
- https://data.gateapi.io/api2/1/orderBook/ooe_usdt
- https://data.gateapi.io/api2/1/orderBook/ooe_eth
- https://data.gateapi.io/api2/1/orderBook/wex_usdt
- https://data.gateapi.io/api2/1/orderBook/woop_usdt
- https://data.gateapi.io/api2/1/orderBook/woop_eth
- https://data.gateapi.io/api2/1/orderBook/kalm_usdt
- https://data.gateapi.io/api2/1/orderBook/100x_usdt
- https://data.gateapi.io/api2/1/orderBook/kpad_usdt
- https://data.gateapi.io/api2/1/orderBook/kpad_eth
- https://data.gateapi.io/api2/1/orderBook/dek_usdt
- https://data.gateapi.io/api2/1/orderBook/babydoge_usdt
- https://data.gateapi.io/api2/1/orderBook/ass_usdt
- https://data.gateapi.io/api2/1/orderBook/pig_usdt
- https://data.gateapi.io/api2/1/orderBook/doggy_usdt
- https://data.gateapi.io/api2/1/orderBook/fine_usdt
- https://data.gateapi.io/api2/1/orderBook/fine_eth
- https://data.gateapi.io/api2/1/orderBook/lowb_usdt
- https://data.gateapi.io/api2/1/orderBook/bscs_usdt
- https://data.gateapi.io/api2/1/orderBook/bscs_eth
- https://data.gateapi.io/api2/1/orderBook/argon_usdt
- https://data.gateapi.io/api2/1/orderBook/argon_eth
- https://data.gateapi.io/api2/1/orderBook/safemars_usdt
- https://data.gateapi.io/api2/1/orderBook/safemoon_usdt
- https://data.gateapi.io/api2/1/orderBook/psg_usdt
- https://data.gateapi.io/api2/1/orderBook/psg_eth
- https://data.gateapi.io/api2/1/orderBook/nrv_usdt
- https://data.gateapi.io/api2/1/orderBook/nrv_eth
- https://data.gateapi.io/api2/1/orderBook/pet_usdt
- https://data.gateapi.io/api2/1/orderBook/pet_eth
- https://data.gateapi.io/api2/1/orderBook/pet_btc
- https://data.gateapi.io/api2/1/orderBook/tko_usdt
- https://data.gateapi.io/api2/1/orderBook/tko_eth
- https://data.gateapi.io/api2/1/orderBook/alpaca_usdt
- https://data.gateapi.io/api2/1/orderBook/alpaca_eth
- https://data.gateapi.io/api2/1/orderBook/eps_usdt
- https://data.gateapi.io/api2/1/orderBook/eps_eth
- https://data.gateapi.io/api2/1/orderBook/epx_usdt
- https://data.gateapi.io/api2/1/orderBook/epx_eth
- https://data.gateapi.io/api2/1/orderBook/bry_usdt
- https://data.gateapi.io/api2/1/orderBook/bry_eth
- https://data.gateapi.io/api2/1/orderBook/bscpad_usdt
- https://data.gateapi.io/api2/1/orderBook/bscpad_eth
- https://data.gateapi.io/api2/1/orderBook/ctk_usdt
- https://data.gateapi.io/api2/1/orderBook/ctk_eth
- https://data.gateapi.io/api2/1/orderBook/btcst_usdt
- https://data.gateapi.io/api2/1/orderBook/btcst_eth
- https://data.gateapi.io/api2/1/orderBook/tools_usdt
- https://data.gateapi.io/api2/1/orderBook/tools_eth
- https://data.gateapi.io/api2/1/orderBook/auto_usdt
- https://data.gateapi.io/api2/1/orderBook/auto_eth
- https://data.gateapi.io/api2/1/orderBook/juld_usdt
- https://data.gateapi.io/api2/1/orderBook/juld_eth
- https://data.gateapi.io/api2/1/orderBook/egg_usdt
- https://data.gateapi.io/api2/1/orderBook/egg_eth
- https://data.gateapi.io/api2/1/orderBook/cake_usdt
- https://data.gateapi.io/api2/1/orderBook/cake_eth
- https://data.gateapi.io/api2/1/orderBook/sfp_usdt
- https://data.gateapi.io/api2/1/orderBook/sfp_eth
- https://data.gateapi.io/api2/1/orderBook/bake_usdt
- https://data.gateapi.io/api2/1/orderBook/bake_eth
- https://data.gateapi.io/api2/1/orderBook/nuls_usdt
- https://data.gateapi.io/api2/1/orderBook/nuls_eth
- https://data.gateapi.io/api2/1/orderBook/fra_usdt
- https://data.gateapi.io/api2/1/orderBook/fra_eth
- https://data.gateapi.io/api2/1/orderBook/swingby_usdt
- https://data.gateapi.io/api2/1/orderBook/swingby_eth
- https://data.gateapi.io/api2/1/orderBook/twt_usdt
- https://data.gateapi.io/api2/1/orderBook/twt_eth
- https://data.gateapi.io/api2/1/orderBook/ava_usdt
- https://data.gateapi.io/api2/1/orderBook/cro_usdt
- https://data.gateapi.io/api2/1/orderBook/aly_usdt
- https://data.gateapi.io/api2/1/orderBook/win_usdt
- https://data.gateapi.io/api2/1/orderBook/sun_usdt
- https://data.gateapi.io/api2/1/orderBook/mtv_usdt
- https://data.gateapi.io/api2/1/orderBook/one_usdt
- https://data.gateapi.io/api2/1/orderBook/arpa_usdt
- https://data.gateapi.io/api2/1/orderBook/arpa_eth
- https://data.gateapi.io/api2/1/orderBook/dili_usdt
- https://data.gateapi.io/api2/1/orderBook/algo_usdt
- https://data.gateapi.io/api2/1/orderBook/pi_usdt
- https://data.gateapi.io/api2/1/orderBook/pi_btc
- https://data.gateapi.io/api2/1/orderBook/ckb_usdt
- https://data.gateapi.io/api2/1/orderBook/ckb_btc
- https://data.gateapi.io/api2/1/orderBook/ckb_eth
- https://data.gateapi.io/api2/1/orderBook/bkc_usdt
- https://data.gateapi.io/api2/1/orderBook/bxc_usdt
- https://data.gateapi.io/api2/1/orderBook/bxc_eth
- https://data.gateapi.io/api2/1/orderBook/hc_usdt
- https://data.gateapi.io/api2/1/orderBook/hc_btc
- https://data.gateapi.io/api2/1/orderBook/hc_eth
- https://data.gateapi.io/api2/1/orderBook/gard_usdt
- https://data.gateapi.io/api2/1/orderBook/gard_eth
- https://data.gateapi.io/api2/1/orderBook/alu_usdt
- https://data.gateapi.io/api2/1/orderBook/alu_eth
- https://data.gateapi.io/api2/1/orderBook/meli_usdt
- https://data.gateapi.io/api2/1/orderBook/kingshib_usdt
- https://data.gateapi.io/api2/1/orderBook/quack_usdt
- https://data.gateapi.io/api2/1/orderBook/piza_usdt
- https://data.gateapi.io/api2/1/orderBook/kart_usdt
- https://data.gateapi.io/api2/1/orderBook/gan_usdt
- https://data.gateapi.io/api2/1/orderBook/pot_usdt
- https://data.gateapi.io/api2/1/orderBook/mons_usdt
- https://data.gateapi.io/api2/1/orderBook/place_usdt
- https://data.gateapi.io/api2/1/orderBook/cate_usdt
- https://data.gateapi.io/api2/1/orderBook/betu_usdt
- https://data.gateapi.io/api2/1/orderBook/betu_eth
- https://data.gateapi.io/api2/1/orderBook/rena_usdt
- https://data.gateapi.io/api2/1/orderBook/shill_usdt
- https://data.gateapi.io/api2/1/orderBook/ggg_usdt
- https://data.gateapi.io/api2/1/orderBook/altb_usdt
- https://data.gateapi.io/api2/1/orderBook/dal_usdt
- https://data.gateapi.io/api2/1/orderBook/nbp_usdt
- https://data.gateapi.io/api2/1/orderBook/nbp_eth
- https://data.gateapi.io/api2/1/orderBook/dogedash_usdt
- https://data.gateapi.io/api2/1/orderBook/dogedash_eth
- https://data.gateapi.io/api2/1/orderBook/kmon_usdt
- https://data.gateapi.io/api2/1/orderBook/libre_usdt
- https://data.gateapi.io/api2/1/orderBook/libre_eth
- https://data.gateapi.io/api2/1/orderBook/ccar_usdt
- https://data.gateapi.io/api2/1/orderBook/xpress_usdt
- https://data.gateapi.io/api2/1/orderBook/plspad_usdt
- https://data.gateapi.io/api2/1/orderBook/tita_usdt
- https://data.gateapi.io/api2/1/orderBook/tita_eth
- https://data.gateapi.io/api2/1/orderBook/bp_usdt
- https://data.gateapi.io/api2/1/orderBook/squid_usdt