A. Spot Exchanges
The /tickers endpoint provides 24-hour pricing and volume information on each market pair available on an exchange.
Sample request URL-
Response-
[]
The /historical_trades/ticker_id is used to return data on historical completed trades for a given market pair.
Sample request URL-
Response-
{ "buy": [], "sell": [] }
The /orderbook/ticker_id endpoint is to provide order book information with at least depth = 100 (50 each side) returned for a given market pair/ticker.
Sample request URL-
Response-
{ "ticker_id": "BTC_USD", "timestamp": "1759992988267", "bids": [ [ "122008.747915", "0.223" ], [ "122008.732414", "0.2" ], [ "122008.654533", "0.15" ], [ "122008.624529", "0.24634" ], [ "122008.487805", "0.27" ], [ "122008.479017", "0.16" ], [ "122008.414461", "0.22" ], [ "122008.287374", "0.24069" ], [ "122008.25596", "0.2" ], [ "122008.224529", "0.161" ] ], "asks": [ [ "122021.342899", "0.2" ], [ "122021.663071", "0.2" ], [ "122021.668534", "0.1525" ], [ "122021.996223", "0.19437" ], [ "122042.116959", "0.23" ], [ "122042.25901", "0.25019" ], [ "122042.300228", "0.2661" ], [ "122051.315252", "0.25307" ], [ "122051.316359", "0.2631" ], [ "122051.342639", "0.22643" ] ] }
B. Derivative Exchanges
The /contracts endpoint provides a summary of all contracts traded on the exchange. There should be a clear distinction between the type of contracts such as perpetual, futures, options, etc. See below for specifications of data required for the /contracts endpoint:
Sample request URL-
Response-
[ { "ticker_id": "BTCUSDT_PERP", "base_currency": "USDT", "quote_currency": "BTC", "last_price": 121985.99186651, "base_volume": 3374549.35, "usd_volume": 3374549.35, "quote_volume": 3374549.35, "bid": 121891.49489853, "ask": 121989.75668231, "high": 122090.54028498, "low": 121847.58750114, "product_type": "Perpetual", "open_interest": 3374549.35, "open_interest_usd": 3374549.35, "index_price": 121954.36043478, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 121985.99186651, "next_funding_rate": 121985.99186651, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 121985.99186651, "contract_price_currency": "USDT" }, { "ticker_id": "ETHUSD_PERP", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4431.07810708, "base_volume": 489722.87, "usd_volume": 489722.87, "quote_volume": 489722.87, "bid": 4428.13939123, "ask": 4428.24560914, "high": 4454.12889933, "low": 4426.30516, "product_type": "Perpetual", "open_interest": 489722.87, "open_interest_usd": 489722.87, "index_price": 4430.49473999, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 4431.07810708, "next_funding_rate": 4431.07810708, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4431.07810708, "contract_price_currency": "USD" }, { "ticker_id": "LTCUSD_PERP", "base_currency": "USD", "quote_currency": "LTC", "last_price": 118.01802053, "base_volume": 814030.36, "usd_volume": 814030.36, "quote_volume": 814030.36, "bid": 117.95765926, "ask": 117.97208726, "high": 118.73774943, "low": 118.01802053, "product_type": "Perpetual", "open_interest": 814030.36, "open_interest_usd": 814030.36, "index_price": 118.01139254, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 118.01802053, "next_funding_rate": 118.01802053, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 118.01802053, "contract_price_currency": "USD" }, { "ticker_id": "BCHUSDT_PERP", "base_currency": "USDT", "quote_currency": "BCH", "last_price": 576.99007758, "base_volume": 997706.05, "usd_volume": 997706.05, "quote_volume": 997706.05, "bid": 576.93964816, "ask": 577.02149219, "high": 579.80342931, "low": 576.98853046, "product_type": "Perpetual", "open_interest": 997706.05, "open_interest_usd": 997706.05, "index_price": 577.23064516, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 576.99007758, "next_funding_rate": 576.99007758, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 576.99007758, "contract_price_currency": "USDT" }, { "ticker_id": "LTCUSDT_PERP", "base_currency": "USDT", "quote_currency": "LTC", "last_price": 117.97827378, "base_volume": 792422.34, "usd_volume": 792422.34, "quote_volume": 792422.34, "bid": 117.88817987, "ask": 117.99143508, "high": 118.78843426, "low": 117.97823792, "product_type": "Perpetual", "open_interest": 792422.34, "open_interest_usd": 792422.34, "index_price": 117.93294118, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 117.97827378, "next_funding_rate": 117.97827378, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 117.97827378, "contract_price_currency": "USDT" }, { "ticker_id": "BTCUSD_PERP", "base_currency": "USD", "quote_currency": "BTC", "last_price": 121983.36990717, "base_volume": 1244522.86, "usd_volume": 1244522.86, "quote_volume": 1244522.86, "bid": 121936.96276884, "ask": 121941.55009459, "high": 122123.94504727, "low": 121885.34040188, "product_type": "Perpetual", "open_interest": 1244522.86, "open_interest_usd": 1244522.86, "index_price": 121984.86389865, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 121983.36990717, "next_funding_rate": 121983.36990717, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 121983.36990717, "contract_price_currency": "USD" }, { "ticker_id": "LINKUSDT_PERP", "base_currency": "USDT", "quote_currency": "LINK", "last_price": 22.19162267, "base_volume": 114685.19, "usd_volume": 114685.19, "quote_volume": 114685.19, "bid": 22.16658189, "ask": 22.16839437, "high": 22.36329487, "low": 22.19162267, "product_type": "Perpetual", "open_interest": 114685.19, "open_interest_usd": 114685.19, "index_price": 22.17655714, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 22.19162267, "next_funding_rate": 22.19162267, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 22.19162267, "contract_price_currency": "USDT" }, { "ticker_id": "BTCUSD_251226", "base_currency": "USD", "quote_currency": "BTC", "last_price": 124168.13732233, "base_volume": 6268674.13, "usd_volume": 6268674.13, "quote_volume": 6268674.13, "bid": 124076.48314403, "ask": 124171.97729813, "high": 124229.65838154, "low": 124090.11120431, "product_type": "Futures", "open_interest": 6268674.13, "open_interest_usd": 6268674.13, "index_price": 121980.59030916, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 124168.13732233, "next_funding_rate": 124168.13732233, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 124168.13732233, "contract_price_currency": "USD" }, { "ticker_id": "ADAUSDT_PERP", "base_currency": "USDT", "quote_currency": "ADA", "last_price": 0.81718803, "base_volume": 654684.81, "usd_volume": 654684.81, "quote_volume": 654684.81, "bid": 0.81688926, "ask": 0.81731195, "high": 0.82050934, "low": 0.81690972, "product_type": "Perpetual", "open_interest": 654684.81, "open_interest_usd": 654684.81, "index_price": 0.81752087, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 0.81718803, "next_funding_rate": 0.81718803, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 0.81718803, "contract_price_currency": "USDT" }, { "ticker_id": "BCHUSD_PERP", "base_currency": "USD", "quote_currency": "BCH", "last_price": 577.27079607, "base_volume": 1770783.57, "usd_volume": 1770783.57, "quote_volume": 1770783.57, "bid": 577.07385457, "ask": 577.29619367, "high": 579.95399676, "low": 577.27079607, "product_type": "Perpetual", "open_interest": 1770783.57, "open_interest_usd": 1770783.57, "index_price": 577.18747403, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 577.27079607, "next_funding_rate": 577.27079607, "next_funding_rate_timestamp": 1759992988355, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 577.27079607, "contract_price_currency": "USD" }, { "ticker_id": "LINKUSD_PERP", "base_currency": "USD", "quote_currency": "LINK", "last_price": 22.19565517, "base_volume": 209211.23, "usd_volume": 209211.23, "quote_volume": 209211.23, "bid": 22.18066021, "ask": 22.19741771, "high": 22.38661305, "low": 22.18873586, "product_type": "Perpetual", "open_interest": 209211.23, "open_interest_usd": 209211.23, "index_price": 22.19491471, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 22.19565517, "next_funding_rate": 22.19565517, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 22.19565517, "contract_price_currency": "USD" }, { "ticker_id": "BTCUSD_260327", "base_currency": "USD", "quote_currency": "BTC", "last_price": 126661.59424371, "base_volume": 1614631.29, "usd_volume": 1614631.29, "quote_volume": 1614631.29, "bid": 126566.10217808, "ask": 126570.51217406, "high": 126761.71660815, "low": 126562.72213747, "product_type": "Futures", "open_interest": 1614631.29, "open_interest_usd": 1614631.29, "index_price": 121983.23219603, "creation_timestamp": 1758931461, "expiry_timestamp": 1774658416, "funding_rate": 126661.59424371, "next_funding_rate": 126661.59424371, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 126661.59424371, "contract_price_currency": "USD" }, { "ticker_id": "ETHUSD_260327", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4563.46596308, "base_volume": 760771.15, "usd_volume": 760771.15, "quote_volume": 760771.15, "bid": 4560.59593402, "ask": 4560.75873504, "high": 4587.42319166, "low": 4558.75740912, "product_type": "Futures", "open_interest": 760771.15, "open_interest_usd": 760771.15, "index_price": 4430.24007949, "creation_timestamp": 1758931461, "expiry_timestamp": 1774658416, "funding_rate": 4563.46596308, "next_funding_rate": 4563.46596308, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4563.46596308, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSDT_PERP", "base_currency": "USDT", "quote_currency": "XRP", "last_price": 2.82597024, "base_volume": 709963.04, "usd_volume": 709963.04, "quote_volume": 709963.04, "bid": 2.82354521, "ask": 2.82612855, "high": 2.83206485, "low": 2.82466103, "product_type": "Perpetual", "open_interest": 709963.04, "open_interest_usd": 709963.04, "index_price": 2.82536842, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 2.82597024, "next_funding_rate": 2.82597024, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 2.82597024, "contract_price_currency": "USDT" }, { "ticker_id": "ETHUSDT_PERP", "base_currency": "USDT", "quote_currency": "ETH", "last_price": 4438.09482209, "base_volume": 648680.97, "usd_volume": 648680.97, "quote_volume": 648680.97, "bid": 4426.16358022, "ask": 4429.64068154, "high": 4451.5331341, "low": 4430.94074534, "product_type": "Perpetual", "open_interest": 648680.97, "open_interest_usd": 648680.97, "index_price": 4428.61744186, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 4438.09482209, "next_funding_rate": 4438.09482209, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4438.09482209, "contract_price_currency": "USDT" }, { "ticker_id": "XRPUSD_251226", "base_currency": "USD", "quote_currency": "XRP", "last_price": 2.90836308, "base_volume": 5580999.01, "usd_volume": 5580999.01, "quote_volume": 5580999.01, "bid": 2.87446318, "ask": 2.94843869, "high": 2.90996629, "low": 2.90836296, "product_type": "Futures", "open_interest": 5580999.01, "open_interest_usd": 5580999.01, "index_price": 2.82656287, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 2.90836308, "next_funding_rate": 2.90836308, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 2.90836308, "contract_price_currency": "USD" }, { "ticker_id": "ADAUSD_PERP", "base_currency": "USD", "quote_currency": "ADA", "last_price": 0.81768728, "base_volume": 508571.52, "usd_volume": 508571.52, "quote_volume": 508571.52, "bid": 0.81748486, "ask": 0.81780856, "high": 0.82118589, "low": 0.81711403, "product_type": "Perpetual", "open_interest": 508571.52, "open_interest_usd": 508571.52, "index_price": 0.8176449, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 0.81768728, "next_funding_rate": 0.81768728, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 0.81768728, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSD_PERP", "base_currency": "USD", "quote_currency": "XRP", "last_price": 2.82796146, "base_volume": 906096.65, "usd_volume": 906096.65, "quote_volume": 906096.65, "bid": 2.82535852, "ask": 2.82814807, "high": 2.833969, "low": 2.8247346, "product_type": "Perpetual", "open_interest": 906096.65, "open_interest_usd": 906096.65, "index_price": 2.82618895, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 2.82796146, "next_funding_rate": 2.82796146, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 2.82796146, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSD_260327", "base_currency": "USD", "quote_currency": "XRP", "last_price": 2.9179665, "base_volume": 1199375.5, "usd_volume": 1199375.5, "quote_volume": 1199375.5, "bid": 2.91546947, "ask": 2.91733348, "high": 2.92306765, "low": 2.91796496, "product_type": "Futures", "open_interest": 1199375.5, "open_interest_usd": 1199375.5, "index_price": 2.82619351, "creation_timestamp": 1758931461, "expiry_timestamp": 1774658416, "funding_rate": 2.9179665, "next_funding_rate": 2.9179665, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 2.9179665, "contract_price_currency": "USD" }, { "ticker_id": "ETHUSD_251226", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4515.99115198, "base_volume": 2568828.27, "usd_volume": 2568828.27, "quote_volume": 2568828.27, "bid": 4496.2373435, "ask": 4520.18533669, "high": 4522.09200707, "low": 4515.9831581, "product_type": "Futures", "open_interest": 2568828.27, "open_interest_usd": 2568828.27, "index_price": 4430.70270671, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 4515.99115198, "next_funding_rate": 4515.99115198, "next_funding_rate_timestamp": 1759992988356, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4515.99115198, "contract_price_currency": "USD" } ]
The /orderbook/ticker_id endpoint is to provide order book information with at least depth = 100 (50 each side) returned for a given market pair/ticker. See below for specifications of data required for the /orderbook endpoint:
Sample request URL-
Response-
{ "bids": [ [ "22.16658189", "56.4" ], [ "22.15777318", "36.8" ], [ "22.15760434", "145.4" ], [ "22.13771567", "256.1" ], [ "22.13764795", "45.8" ], [ "22.13759992", "204.4" ], [ "22.13759675", "205.2" ], [ "22.13759635", "228.7" ], [ "22.1375857", "200.3" ], [ "22.13373102", "62.3" ], [ "22.1337228", "264.7" ], [ "22.13371088", "77.9" ], [ "22.13057157", "167.2" ], [ "22.05974524", "106.3" ], [ "22.05962403", "12.3" ], [ "21.99974909", "297.4" ], [ "21.97872219", "121.1" ], [ "21.97865239", "11" ], [ "21.97859331", "39.2" ], [ "21.96568492", "68.8" ], [ "21.94677108", "236.7" ], [ "21.94663659", "19.4" ], [ "21.94661616", "170.3" ], [ "21.91776388", "128.7" ], [ "21.91775072", "48.7" ], [ "21.91773582", "194.1" ], [ "21.91761761", "45" ], [ "21.91757012", "17.1" ], [ "21.90369805", "119" ], [ "21.90359255", "223.6" ], [ "21.88477325", "206.4" ], [ "21.8657724", "93" ], [ "21.86571704", "244.4" ], [ "21.8656037", "245.2" ], [ "21.86558987", "66.4" ], [ "21.85459748", "192.8" ], [ "21.83669446", "253.5" ], [ "21.83665323", "16" ], [ "21.82557447", "25.7" ], [ "21.79365107", "48.7" ], [ "21.77476812", "111.3" ], [ "21.77472753", "23.7" ], [ "21.77472748", "237.1" ], [ "21.77467213", "302.7" ], [ "21.77464273", "201.1" ], [ "21.69967432", "16.2" ], [ "21.69960168", "135.2" ] ], "asks": [ [ "22.16829294", "53.4" ], [ "22.16839437", "193.6" ], [ "22.19331307", "49.3" ], [ "22.19333342", "190.3" ], [ "22.24825143", "9.6" ], [ "22.24830259", "126.4" ], [ "22.26124506", "134.1" ], [ "22.26130392", "72.1" ], [ "22.2613442", "198.3" ], [ "22.26144448", "265.2" ], [ "22.29123756", "199.1" ], [ "22.29137073", "99.8" ], [ "22.2952316", "113.7" ], [ "22.29532925", "73.7" ], [ "22.29537459", "87.9" ], [ "22.29538656", "119.7" ], [ "22.31026148", "88" ], [ "22.31026428", "171.2" ], [ "22.3104195", "49.4" ], [ "22.3104237", "23.3" ], [ "22.35640959", "255.7" ], [ "22.35643505", "71.6" ], [ "22.36328045", "18.3" ], [ "22.36335435", "239.9" ], [ "22.3634181", "189.9" ], [ "22.38322768", "120.4" ], [ "22.38330723", "227.3" ], [ "22.38331467", "207.2" ], [ "22.38333683", "293.4" ], [ "22.38334372", "290.2" ], [ "22.40726845", "276.8" ], [ "22.40741797", "255" ], [ "22.42823837", "259.8" ], [ "22.4283146", "161.9" ], [ "22.4283515", "225.1" ], [ "22.47524746", "44.8" ], [ "22.47540325", "57.2" ], [ "22.48426119", "231" ], [ "22.48432625", "237.4" ], [ "22.48433369", "126.5" ], [ "22.48434688", "32.6" ], [ "22.48444186", "102.6" ], [ "22.51626984", "299.6" ], [ "22.51639075", "132.7" ], [ "22.54733132", "250.9" ], [ "22.54743745", "203.8" ], [ "22.55628197", "104.5" ], [ "22.57735505", "43.1" ], [ "22.57741848", "227.4" ], [ "22.57744594", "171.9" ], [ "22.58523739", "204.5" ], [ "22.58524554", "296.4" ], [ "22.5854141", "304.5" ], [ "22.58542929", "38.8" ], [ "22.62223198", "120.2" ], [ "22.62230285", "89" ], [ "22.64726471", "106.4" ], [ "22.64729312", "27.1" ], [ "22.64743888", "116.6" ], [ "22.64744684", "103.8" ] ], "timestamp": "1759992988", "ticker_id": "LINKUSDT_PERP" }