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": "1757406533318", "bids": [ [ "112998.157695", "0.2" ], [ "112988.690728", "0.167" ], [ "112988.688374", "0.2" ], [ "112988.678061", "0.262" ], [ "112988.678051", "0.26" ], [ "112988.557634", "0.2" ], [ "112988.503778", "0.18858" ], [ "112988.460431", "0.19" ], [ "112988.39332", "0.215" ], [ "112988.38865", "0.15" ] ], "asks": [ [ "113001.582786", "0.24" ], [ "113001.59686", "0.17273" ], [ "113001.608204", "0.175" ], [ "113001.615965", "0.197" ], [ "113001.683465", "0.166" ], [ "113001.720254", "0.2" ], [ "113001.761455", "0.13991" ], [ "113001.800196", "0.2" ], [ "113001.826018", "0.16641" ], [ "113001.871196", "0.226" ] ] }
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": "BTCUSD_250926", "base_currency": "USD", "quote_currency": "BTC", "last_price": 113364.36657817, "base_volume": 5764732.42, "usd_volume": 5764732.42, "quote_volume": 5764732.42, "bid": 113361.34184931, "ask": 113423.12261502, "high": 113598.38648072, "low": 113133.32965905, "product_type": "Futures", "open_interest": 5764732.42, "open_interest_usd": 5764732.42, "index_price": 113061.7488869, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 113364.36657817, "next_funding_rate": 113364.36657817, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 113364.36657817, "contract_price_currency": "USD" }, { "ticker_id": "BCHUSDT_PERP", "base_currency": "USDT", "quote_currency": "BCH", "last_price": 584.64094193, "base_volume": 1558731.08, "usd_volume": 1558731.08, "quote_volume": 1558731.08, "bid": 584.16002609, "ask": 584.61036385, "high": 585.95976312, "low": 583.20710603, "product_type": "Perpetual", "open_interest": 1558731.08, "open_interest_usd": 1558731.08, "index_price": 585.07806452, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 584.64094193, "next_funding_rate": 584.64094193, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 584.64094193, "contract_price_currency": "USDT" }, { "ticker_id": "ETHUSD_251226", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4409.94844847, "base_volume": 2660632.87, "usd_volume": 2660632.87, "quote_volume": 2660632.87, "bid": 4390.83911777, "ask": 4436.10417904, "high": 4409.94844847, "low": 4407.02017213, "product_type": "Futures", "open_interest": 2660632.87, "open_interest_usd": 2660632.87, "index_price": 4354.3068521, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 4409.94844847, "next_funding_rate": 4409.94844847, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4409.94844847, "contract_price_currency": "USD" }, { "ticker_id": "BCHUSD_PERP", "base_currency": "USD", "quote_currency": "BCH", "last_price": 584.56733334, "base_volume": 2004416.19, "usd_volume": 2004416.19, "quote_volume": 2004416.19, "bid": 584.45135097, "ask": 584.77911058, "high": 586.00999961, "low": 583.99990649, "product_type": "Perpetual", "open_interest": 2004416.19, "open_interest_usd": 2004416.19, "index_price": 585.33981269, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 584.56733334, "next_funding_rate": 584.56733334, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 584.56733334, "contract_price_currency": "USD" }, { "ticker_id": "BTCUSD_PERP", "base_currency": "USD", "quote_currency": "BTC", "last_price": 112902.01109804, "base_volume": 1622309.86, "usd_volume": 1622309.86, "quote_volume": 1622309.86, "bid": 112939.80238269, "ask": 112942.95131814, "high": 113207.45522449, "low": 112809.68611657, "product_type": "Perpetual", "open_interest": 1622309.86, "open_interest_usd": 1622309.86, "index_price": 113066.7215067, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 112902.01109804, "next_funding_rate": 112902.01109804, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 112902.01109804, "contract_price_currency": "USD" }, { "ticker_id": "BTCUSD_251226", "base_currency": "USD", "quote_currency": "BTC", "last_price": 114440.88828517, "base_volume": 6729209.61, "usd_volume": 6729209.61, "quote_volume": 6729209.61, "bid": 114166.60323765, "ask": 115348.30136347, "high": 114440.88828517, "low": 114405.17334328, "product_type": "Futures", "open_interest": 6729209.61, "open_interest_usd": 6729209.61, "index_price": 113062.04848166, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 114440.88828517, "next_funding_rate": 114440.88828517, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 114440.88828517, "contract_price_currency": "USD" }, { "ticker_id": "LINKUSDT_PERP", "base_currency": "USDT", "quote_currency": "LINK", "last_price": 23.64262328, "base_volume": 253457.35, "usd_volume": 253457.35, "quote_volume": 253457.35, "bid": 23.64254108, "ask": 23.64425872, "high": 23.71161512, "low": 23.57643508, "product_type": "Perpetual", "open_interest": 253457.35, "open_interest_usd": 253457.35, "index_price": 23.64664, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 23.64262328, "next_funding_rate": 23.64262328, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 23.64262328, "contract_price_currency": "USDT" }, { "ticker_id": "BCHUSD_250926", "base_currency": "USD", "quote_currency": "BCH", "last_price": 585.1904298, "base_volume": 470337.87, "usd_volume": 470337.87, "quote_volume": 470337.87, "bid": 584.53177946, "ask": 585.42674949, "high": 585.42807002, "low": 584.12638315, "product_type": "Futures", "open_interest": 470337.87, "open_interest_usd": 470337.87, "index_price": 585.30890241, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 585.1904298, "next_funding_rate": 585.1904298, "next_funding_rate_timestamp": 1757406533408, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 585.1904298, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSD_PERP", "base_currency": "USD", "quote_currency": "XRP", "last_price": 3.02623206, "base_volume": 1181413.52, "usd_volume": 1181413.52, "quote_volume": 1181413.52, "bid": 3.02304448, "ask": 3.026251, "high": 3.02644921, "low": 3.00976744, "product_type": "Perpetual", "open_interest": 1181413.52, "open_interest_usd": 1181413.52, "index_price": 3.0282893, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 3.02623206, "next_funding_rate": 3.02623206, "next_funding_rate_timestamp": 1757406533409, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 3.02623206, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSD_250926", "base_currency": "USD", "quote_currency": "XRP", "last_price": 3.03664009, "base_volume": 2287122.36, "usd_volume": 2287122.36, "quote_volume": 2287122.36, "bid": 3.03535127, "ask": 3.03984703, "high": 3.03725472, "low": 3.01614095, "product_type": "Futures", "open_interest": 2287122.36, "open_interest_usd": 2287122.36, "index_price": 3.02965413, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 3.03664009, "next_funding_rate": 3.03664009, "next_funding_rate_timestamp": 1757406533409, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 3.03664009, "contract_price_currency": "USD" }, { "ticker_id": "ETHUSD_250926", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4363.48567104, "base_volume": 839570.77, "usd_volume": 839570.77, "quote_volume": 839570.77, "bid": 4366.02662211, "ask": 4366.73179153, "high": 4384.56513083, "low": 4359.60450079, "product_type": "Futures", "open_interest": 839570.77, "open_interest_usd": 839570.77, "index_price": 4354.23985302, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 4363.48567104, "next_funding_rate": 4363.48567104, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4363.48567104, "contract_price_currency": "USD" }, { "ticker_id": "ETHUSDT_PERP", "base_currency": "USDT", "quote_currency": "ETH", "last_price": 4352.27951025, "base_volume": 1354873.03, "usd_volume": 1354873.03, "quote_volume": 1354873.03, "bid": 4353.79439273, "ask": 4357.96304994, "high": 4369.57739585, "low": 4347.08315063, "product_type": "Perpetual", "open_interest": 1354873.03, "open_interest_usd": 1354873.03, "index_price": 4354.82395349, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 4352.27951025, "next_funding_rate": 4352.27951025, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4352.27951025, "contract_price_currency": "USDT" }, { "ticker_id": "ADAUSD_250926", "base_currency": "USD", "quote_currency": "ADA", "last_price": 0.8880905, "base_volume": 333324.25, "usd_volume": 333324.25, "quote_volume": 333324.25, "bid": 0.89108409, "ask": 0.89301426, "high": 0.89498945, "low": 0.88581027, "product_type": "Futures", "open_interest": 333324.25, "open_interest_usd": 333324.25, "index_price": 0.88748104, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 0.8880905, "next_funding_rate": 0.8880905, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 0.8880905, "contract_price_currency": "USD" }, { "ticker_id": "BTCUSDT_PERP", "base_currency": "USDT", "quote_currency": "BTC", "last_price": 112973.42375794, "base_volume": 3634295.16, "usd_volume": 3634295.16, "quote_volume": 3634295.16, "bid": 113007.23979585, "ask": 113051.64054827, "high": 113163.73055792, "low": 112864.87701719, "product_type": "Perpetual", "open_interest": 3634295.16, "open_interest_usd": 3634295.16, "index_price": 113075.33173913, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 112973.42375794, "next_funding_rate": 112973.42375794, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 112973.42375794, "contract_price_currency": "USDT" }, { "ticker_id": "LTCUSD_PERP", "base_currency": "USD", "quote_currency": "LTC", "last_price": 114.0318522, "base_volume": 996135.3, "usd_volume": 996135.3, "quote_volume": 996135.3, "bid": 114.05805538, "ask": 114.07117881, "high": 114.30220273, "low": 113.74822746, "product_type": "Perpetual", "open_interest": 996135.3, "open_interest_usd": 996135.3, "index_price": 114.11782283, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 114.0318522, "next_funding_rate": 114.0318522, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 114.0318522, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSD_251226", "base_currency": "USD", "quote_currency": "XRP", "last_price": 3.02514873, "base_volume": 5737748.8, "usd_volume": 5737748.8, "quote_volume": 5737748.8, "bid": 3.00985756, "ask": 3.08275471, "high": 3.02514873, "low": 3.01994862, "product_type": "Futures", "open_interest": 5737748.8, "open_interest_usd": 5737748.8, "index_price": 3.02746783, "creation_timestamp": 1751070232, "expiry_timestamp": 1766793600, "funding_rate": 3.02514873, "next_funding_rate": 3.02514873, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 3.02514873, "contract_price_currency": "USD" }, { "ticker_id": "LTCUSD_250926", "base_currency": "USD", "quote_currency": "LTC", "last_price": 114.18202321, "base_volume": 102171.96, "usd_volume": 102171.96, "quote_volume": 102171.96, "bid": 114.15780988, "ask": 114.53127463, "high": 114.18202321, "low": 114.1813053, "product_type": "Futures", "open_interest": 102171.96, "open_interest_usd": 102171.96, "index_price": 114.12490296, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 114.18202321, "next_funding_rate": 114.18202321, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 114.18202321, "contract_price_currency": "USD" }, { "ticker_id": "LTCUSDT_PERP", "base_currency": "USDT", "quote_currency": "LTC", "last_price": 114.0420305, "base_volume": 1041361.33, "usd_volume": 1041361.33, "quote_volume": 1041361.33, "bid": 114.04811868, "ask": 114.06169876, "high": 114.29206336, "low": 113.75789765, "product_type": "Perpetual", "open_interest": 1041361.33, "open_interest_usd": 1041361.33, "index_price": 114.09294118, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 114.0420305, "next_funding_rate": 114.0420305, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 114.0420305, "contract_price_currency": "USDT" }, { "ticker_id": "ADAUSD_PERP", "base_currency": "USD", "quote_currency": "ADA", "last_price": 0.886215, "base_volume": 835462.27, "usd_volume": 835462.27, "quote_volume": 835462.27, "bid": 0.88688553, "ask": 0.88761459, "high": 0.89118376, "low": 0.88271011, "product_type": "Perpetual", "open_interest": 835462.27, "open_interest_usd": 835462.27, "index_price": 0.88747735, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 0.886215, "next_funding_rate": 0.886215, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 0.886215, "contract_price_currency": "USD" }, { "ticker_id": "XRPUSDT_PERP", "base_currency": "USDT", "quote_currency": "XRP", "last_price": 3.02345405, "base_volume": 1467878.51, "usd_volume": 1467878.51, "quote_volume": 1467878.51, "bid": 3.02324302, "ask": 3.02903461, "high": 3.02836932, "low": 3.00845107, "product_type": "Perpetual", "open_interest": 1467878.51, "open_interest_usd": 1467878.51, "index_price": 3.02981316, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 3.02345405, "next_funding_rate": 3.02345405, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 3.02345405, "contract_price_currency": "USDT" }, { "ticker_id": "ADAUSDT_PERP", "base_currency": "USDT", "quote_currency": "ADA", "last_price": 0.88781136, "base_volume": 1209720.97, "usd_volume": 1209720.97, "quote_volume": 1209720.97, "bid": 0.88768451, "ask": 0.88781136, "high": 0.89119053, "low": 0.88391065, "product_type": "Perpetual", "open_interest": 1209720.97, "open_interest_usd": 1209720.97, "index_price": 0.88793202, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 0.88781136, "next_funding_rate": 0.88781136, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 0.88781136, "contract_price_currency": "USDT" }, { "ticker_id": "ETHUSD_PERP", "base_currency": "USD", "quote_currency": "ETH", "last_price": 4351.66394952, "base_volume": 537303.76, "usd_volume": 537303.76, "quote_volume": 537303.76, "bid": 4353.59371532, "ask": 4357.79688949, "high": 4371.07904209, "low": 4347.44302608, "product_type": "Perpetual", "open_interest": 537303.76, "open_interest_usd": 537303.76, "index_price": 4354.20659326, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 4351.66394952, "next_funding_rate": 4351.66394952, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 4351.66394952, "contract_price_currency": "USD" }, { "ticker_id": "LINKUSD_PERP", "base_currency": "USD", "quote_currency": "LINK", "last_price": 23.61647017, "base_volume": 280480.15, "usd_volume": 280480.15, "quote_volume": 280480.15, "bid": 23.63272324, "ask": 23.64647284, "high": 23.71032571, "low": 23.60467821, "product_type": "Perpetual", "open_interest": 280480.15, "open_interest_usd": 280480.15, "index_price": 23.63541372, "creation_timestamp": 0, "expiry_timestamp": 0, "funding_rate": 23.61647017, "next_funding_rate": 23.61647017, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 23.61647017, "contract_price_currency": "USD" }, { "ticker_id": "LINKUSD_250926", "base_currency": "USD", "quote_currency": "LINK", "last_price": 23.61733179, "base_volume": 78356.76, "usd_volume": 78356.76, "quote_volume": 78356.76, "bid": 23.7177192, "ask": 23.7983667, "high": 23.61733179, "low": 23.43824023, "product_type": "Futures", "open_interest": 78356.76, "open_interest_usd": 78356.76, "index_price": 23.63551541, "creation_timestamp": 1743208278, "expiry_timestamp": 1758931200, "funding_rate": 23.61733179, "next_funding_rate": 23.61733179, "next_funding_rate_timestamp": 1757406533410, "maker_fee": 0.2, "taker_fee": 0.2, "contract_type": "Vanilla", "contract_price": 23.61733179, "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": [ [ "23.64256615", "198.4" ], [ "23.64254108", "244.3" ], [ "23.62174891", "180.9" ], [ "23.62156583", "47.8" ], [ "23.59163905", "225.3" ], [ "23.59162131", "104.8" ], [ "23.58454706", "253.3" ], [ "23.57467755", "11.3" ], [ "23.57466694", "224.4" ], [ "23.5745722", "171.7" ], [ "23.52956047", "207.4" ], [ "23.48759523", "259.2" ], [ "23.43067503", "28.8" ], [ "23.43065729", "165.8" ], [ "23.43058317", "242.1" ], [ "23.43055333", "101.2" ], [ "23.40273347", "90" ], [ "23.40264568", "54.9" ], [ "23.40256194", "274.5" ], [ "23.32068435", "219" ], [ "23.31275448", "301.1" ], [ "23.27072719", "143.4" ], [ "23.16757001", "53.2" ], [ "23.13861736", "103" ], [ "23.12671131", "133.3" ], [ "23.09255052", "82.3" ], [ "23.08857236", "174.2" ], [ "23.08853973", "275.4" ], [ "23.07564344", "196.9" ], [ "23.05874837", "274.2" ], [ "23.05866545", "141.2" ], [ "23.02468856", "158" ], [ "23.02466463", "102.7" ], [ "22.97367592", "193.4" ], [ "22.97363266", "245.5" ], [ "22.9617083", "11.6" ], [ "22.96170786", "67.5" ], [ "22.96169282", "203.3" ], [ "22.96160018", "77" ], [ "22.94156598", "199.2" ], [ "22.89071303", "22.1" ], [ "22.89054811", "196.4" ], [ "22.86362184", "194.4" ], [ "22.86176925", "38.6" ], [ "22.8616279", "142.3" ], [ "22.86158789", "286.2" ], [ "22.85657706", "17.6" ], [ "22.85656458", "290.8" ], [ "22.84660998", "206.4" ], [ "22.83476046", "35.9" ], [ "22.83469226", "203.5" ], [ "22.83463916", "291" ], [ "22.83460538", "110.8" ], [ "22.78570477", "306" ], [ "22.77959027", "76.9" ], [ "22.77958895", "98.2" ], [ "22.75776965", "74" ], [ "22.75771903", "7.7" ], [ "22.72873685", "304.4" ], [ "22.72866583", "107" ], [ "22.72858985", "170.6" ], [ "22.50559569", "17.7" ], [ "22.4975971", "260.7" ], [ "22.49756371", "49.6" ], [ "22.49368579", "124.4" ], [ "22.49367003", "29.3" ], [ "22.46973665", "149.4" ], [ "22.43274681", "285.9" ], [ "22.43266548", "143.3" ], [ "22.43261213", "10" ], [ "22.37371382", "14.5" ], [ "22.37365237", "60.7" ], [ "22.34067407", "102.6" ], [ "22.34064692", "83" ], [ "22.34058926", "131.4" ], [ "22.3355975", "254.3" ], [ "22.33556547", "97.5" ], [ "22.33061109", "305.4" ], [ "22.28365421", "147.6" ], [ "22.28357576", "107" ], [ "22.28355678", "38.2" ], [ "22.26073906", "169.8" ], [ "22.26065627", "247" ], [ "22.26061703", "263.5" ], [ "22.25268367", "106.4" ], [ "22.25268059", "246.7" ], [ "22.25258715", "146.2" ], [ "22.2477057", "95.7" ], [ "22.24765377", "1.2" ], [ "22.24758568", "228.5" ], [ "22.23561481", "83.7" ] ], "asks": [ [ "23.64425872", "102.4" ], [ "23.69036812", "75.8" ], [ "23.69042573", "0.6" ], [ "23.69043201", "98.5" ], [ "23.70934537", "136.1" ], [ "23.71339288", "249.4" ], [ "23.71343707", "149.1" ], [ "23.75327238", "261.1" ], [ "23.75327652", "155.8" ], [ "23.75328364", "153.2" ], [ "23.75336348", "124.3" ] ], "timestamp": "1757406533", "ticker_id": "LINKUSDT_PERP" }