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": "1762062449022",
"bids": [
[
"110678.477215",
"0.2495"
],
[
"110678.192798",
"0.259"
],
[
"110678.137081",
"0.266"
],
[
"110678.001826",
"0.1978"
],
[
"110677.834786",
"0.25161"
],
[
"110677.789855",
"0.2"
],
[
"110628.835344",
"0.207"
],
[
"110628.706925",
"0.2"
],
[
"110628.620694",
"0.167"
],
[
"110628.556943",
"0.19"
]
],
"asks": [
[
"110691.177086",
"0.18024"
],
[
"110691.382127",
"0.19"
],
[
"110691.544969",
"0.27"
],
[
"110691.575721",
"0.14"
],
[
"110691.829877",
"0.16"
],
[
"110692.077725",
"0.1558"
],
[
"110701.343546",
"0.243"
],
[
"110701.36532",
"0.2"
],
[
"110701.456223",
"0.2"
],
[
"110701.50951",
"0.2049"
]
]
}
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": "LINKUSD_PERP",
"base_currency": "USD",
"quote_currency": "LINK",
"last_price": 17.28217437,
"base_volume": 356224.84,
"usd_volume": 356224.84,
"quote_volume": 356224.84,
"bid": 17.10666273,
"ask": 17.36722279,
"high": 17.28217437,
"low": 17.16133738,
"product_type": "Perpetual",
"open_interest": 356224.84,
"open_interest_usd": 356224.84,
"index_price": 17.36550531,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 17.28217437,
"next_funding_rate": 17.28217437,
"next_funding_rate_timestamp": 1762062449150,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 17.28217437,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_PERP",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 110084.03253807,
"base_volume": 2501973.04,
"usd_volume": 2501973.04,
"quote_volume": 2501973.04,
"bid": 109927.36937942,
"ask": 110282.05835288,
"high": 110084.03253807,
"low": 109995.79320505,
"product_type": "Perpetual",
"open_interest": 2501973.04,
"open_interest_usd": 2501973.04,
"index_price": 110437.6507298,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 110084.03253807,
"next_funding_rate": 110084.03253807,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 110084.03253807,
"contract_price_currency": "USD"
},
{
"ticker_id": "ETHUSD_260327",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3959.32521924,
"base_volume": 2678542.31,
"usd_volume": 2678542.31,
"quote_volume": 2678542.31,
"bid": 3956.6115774,
"ask": 3983.04204248,
"high": 3959.32521924,
"low": 3958.73242436,
"product_type": "Futures",
"open_interest": 2678542.31,
"open_interest_usd": 2678542.31,
"index_price": 3901.36629172,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 3959.32521924,
"next_funding_rate": 3959.32521924,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3959.32521924,
"contract_price_currency": "USD"
},
{
"ticker_id": "XRPUSD_PERP",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.50823252,
"base_volume": 1761632.8,
"usd_volume": 1761632.8,
"quote_volume": 1761632.8,
"bid": 2.50515093,
"ask": 2.51843069,
"high": 2.50823252,
"low": 2.50683889,
"product_type": "Perpetual",
"open_interest": 1761632.8,
"open_interest_usd": 1761632.8,
"index_price": 2.5185187,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 2.50823252,
"next_funding_rate": 2.50823252,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.50823252,
"contract_price_currency": "USD"
},
{
"ticker_id": "LINKUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "LINK",
"last_price": 17.29518469,
"base_volume": 318465.45,
"usd_volume": 318465.45,
"quote_volume": 318465.45,
"bid": 17.11173028,
"ask": 17.38925687,
"high": 17.29518469,
"low": 17.18830189,
"product_type": "Perpetual",
"open_interest": 318465.45,
"open_interest_usd": 318465.45,
"index_price": 17.38880938,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 17.29518469,
"next_funding_rate": 17.29518469,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 17.29518469,
"contract_price_currency": "USDT"
},
{
"ticker_id": "LTCUSD_PERP",
"base_currency": "USD",
"quote_currency": "LTC",
"last_price": 99.88124195,
"base_volume": 1582533.49,
"usd_volume": 1582533.49,
"quote_volume": 1582533.49,
"bid": 99.74807681,
"ask": 99.97130267,
"high": 100.0017699,
"low": 99.76138152,
"product_type": "Perpetual",
"open_interest": 1582533.49,
"open_interest_usd": 1582533.49,
"index_price": 100.02009754,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 99.88124195,
"next_funding_rate": 99.88124195,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 99.88124195,
"contract_price_currency": "USD"
},
{
"ticker_id": "XRPUSD_260327",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.5532279,
"base_volume": 7267438.21,
"usd_volume": 7267438.21,
"quote_volume": 7267438.21,
"bid": 2.54835921,
"ask": 2.56494141,
"high": 2.5532279,
"low": 2.55164911,
"product_type": "Futures",
"open_interest": 7267438.21,
"open_interest_usd": 7267438.21,
"index_price": 2.51911551,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 2.5532279,
"next_funding_rate": 2.5532279,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.5532279,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_251226",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 110867.81679063,
"base_volume": 6684005.98,
"usd_volume": 6684005.98,
"quote_volume": 6684005.98,
"bid": 110752.30781018,
"ask": 111252.2345191,
"high": 110867.81679063,
"low": 110806.06447057,
"product_type": "Futures",
"open_interest": 6684005.98,
"open_interest_usd": 6684005.98,
"index_price": 110452.20326608,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 110867.81679063,
"next_funding_rate": 110867.81679063,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 110867.81679063,
"contract_price_currency": "USD"
},
{
"ticker_id": "ETHUSD_251226",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3905.71560583,
"base_volume": 2147238.9,
"usd_volume": 2147238.9,
"quote_volume": 2147238.9,
"bid": 3903.61003282,
"ask": 3927.82413798,
"high": 3905.71560583,
"low": 3905.03244254,
"product_type": "Futures",
"open_interest": 2147238.9,
"open_interest_usd": 2147238.9,
"index_price": 3900.8368488,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 3905.71560583,
"next_funding_rate": 3905.71560583,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3905.71560583,
"contract_price_currency": "USD"
},
{
"ticker_id": "ADAUSD_PERP",
"base_currency": "USD",
"quote_currency": "ADA",
"last_price": 0.61180682,
"base_volume": 1484901.02,
"usd_volume": 1484901.02,
"quote_volume": 1484901.02,
"bid": 0.61128783,
"ask": 0.61361057,
"high": 0.61180682,
"low": 0.61021042,
"product_type": "Perpetual",
"open_interest": 1484901.02,
"open_interest_usd": 1484901.02,
"index_price": 0.61351234,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 0.61180682,
"next_funding_rate": 0.61180682,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 0.61180682,
"contract_price_currency": "USD"
},
{
"ticker_id": "XRPUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "XRP",
"last_price": 2.5087416,
"base_volume": 1760145.92,
"usd_volume": 1760145.92,
"quote_volume": 1760145.92,
"bid": 2.50665029,
"ask": 2.51923801,
"high": 2.5087416,
"low": 2.50743063,
"product_type": "Perpetual",
"open_interest": 1760145.92,
"open_interest_usd": 1760145.92,
"index_price": 2.52012368,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 2.5087416,
"next_funding_rate": 2.5087416,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.5087416,
"contract_price_currency": "USDT"
},
{
"ticker_id": "BCHUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "BCH",
"last_price": 551.53123199,
"base_volume": 2707684.09,
"usd_volume": 2707684.09,
"quote_volume": 2707684.09,
"bid": 549.53337925,
"ask": 553.34927316,
"high": 552.36985719,
"low": 551.53121655,
"product_type": "Perpetual",
"open_interest": 2707684.09,
"open_interest_usd": 2707684.09,
"index_price": 549.88451613,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 551.53123199,
"next_funding_rate": 551.53123199,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 551.53123199,
"contract_price_currency": "USDT"
},
{
"ticker_id": "BTCUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "BTC",
"last_price": 110062.10440733,
"base_volume": 7029909.89,
"usd_volume": 7029909.89,
"quote_volume": 7029909.89,
"bid": 109967.55877348,
"ask": 110447.80403967,
"high": 110062.10440733,
"low": 110018.14464173,
"product_type": "Perpetual",
"open_interest": 7029909.89,
"open_interest_usd": 7029909.89,
"index_price": 110492.88521739,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 110062.10440733,
"next_funding_rate": 110062.10440733,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 110062.10440733,
"contract_price_currency": "USDT"
},
{
"ticker_id": "LTCUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "LTC",
"last_price": 99.8516108,
"base_volume": 1350592.65,
"usd_volume": 1350592.65,
"quote_volume": 1350592.65,
"bid": 99.78869839,
"ask": 100.02121286,
"high": 99.96187152,
"low": 99.62171139,
"product_type": "Perpetual",
"open_interest": 1350592.65,
"open_interest_usd": 1350592.65,
"index_price": 100.07264706,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 99.8516108,
"next_funding_rate": 99.8516108,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 99.8516108,
"contract_price_currency": "USDT"
},
{
"ticker_id": "ADAUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "ADA",
"last_price": 0.61230757,
"base_volume": 1343848.73,
"usd_volume": 1343848.73,
"quote_volume": 1343848.73,
"bid": 0.61129222,
"ask": 0.61401059,
"high": 0.61230757,
"low": 0.61061049,
"product_type": "Perpetual",
"open_interest": 1343848.73,
"open_interest_usd": 1343848.73,
"index_price": 0.61408374,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 0.61230757,
"next_funding_rate": 0.61230757,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 0.61230757,
"contract_price_currency": "USDT"
},
{
"ticker_id": "ETHUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "ETH",
"last_price": 3879.56930529,
"base_volume": 2214991.82,
"usd_volume": 2214991.82,
"quote_volume": 2214991.82,
"bid": 3875.95067892,
"ask": 3902.36297351,
"high": 3879.56930529,
"low": 3878.41618824,
"product_type": "Perpetual",
"open_interest": 2214991.82,
"open_interest_usd": 2214991.82,
"index_price": 3903.08186047,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 3879.56930529,
"next_funding_rate": 3879.56930529,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3879.56930529,
"contract_price_currency": "USDT"
},
{
"ticker_id": "ETHUSD_PERP",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3877.28782536,
"base_volume": 916529.36,
"usd_volume": 916529.36,
"quote_volume": 916529.36,
"bid": 3874.51428807,
"ask": 3900.4925009,
"high": 3877.28782536,
"low": 3876.64365165,
"product_type": "Perpetual",
"open_interest": 916529.36,
"open_interest_usd": 916529.36,
"index_price": 3900.7429247,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 3877.28782536,
"next_funding_rate": 3877.28782536,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3877.28782536,
"contract_price_currency": "USD"
},
{
"ticker_id": "BCHUSD_PERP",
"base_currency": "USD",
"quote_currency": "BCH",
"last_price": 551.59330002,
"base_volume": 2782395.84,
"usd_volume": 2782395.84,
"quote_volume": 2782395.84,
"bid": 549.29187456,
"ask": 553.32741133,
"high": 552.4585567,
"low": 551.59268796,
"product_type": "Perpetual",
"open_interest": 2782395.84,
"open_interest_usd": 2782395.84,
"index_price": 549.85485677,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 551.59330002,
"next_funding_rate": 551.59330002,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 551.59330002,
"contract_price_currency": "USD"
},
{
"ticker_id": "XRPUSD_251226",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.52733715,
"base_volume": 4344807.02,
"usd_volume": 4344807.02,
"quote_volume": 4344807.02,
"bid": 2.52516823,
"ask": 2.53844926,
"high": 2.52733715,
"low": 2.52622763,
"product_type": "Futures",
"open_interest": 4344807.02,
"open_interest_usd": 4344807.02,
"index_price": 2.51862815,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 2.52733715,
"next_funding_rate": 2.52733715,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.52733715,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_260327",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 112624.05821301,
"base_volume": 6271709.26,
"usd_volume": 6271709.26,
"quote_volume": 6271709.26,
"bid": 112529.7257994,
"ask": 113011.31322555,
"high": 112624.05821301,
"low": 112575.81450272,
"product_type": "Futures",
"open_interest": 6271709.26,
"open_interest_usd": 6271709.26,
"index_price": 110441.51834091,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 112624.05821301,
"next_funding_rate": 112624.05821301,
"next_funding_rate_timestamp": 1762062449151,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 112624.05821301,
"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": [
[
"17.12679655",
"128.9"
],
[
"17.12675118",
"4"
],
[
"17.12666527",
"14.5"
],
[
"17.11979067",
"86"
],
[
"17.11972839",
"56.2"
],
[
"17.11971916",
"262.5"
],
[
"17.11968612",
"56.1"
],
[
"17.11966971",
"63"
],
[
"17.11966833",
"93.3"
],
[
"17.11966772",
"47.5"
],
[
"17.11966741",
"270.8"
],
[
"17.11882241",
"122"
],
[
"17.11881194",
"262.2"
],
[
"17.11874416",
"69.6"
],
[
"17.11866646",
"156.5"
],
[
"17.11781725",
"291"
],
[
"17.11781705",
"70.9"
],
[
"17.11779522",
"201.5"
],
[
"17.11779328",
"17.6"
],
[
"17.11779186",
"277.3"
],
[
"17.11778534",
"68.5"
],
[
"17.11776696",
"285.5"
],
[
"17.11774039",
"298.8"
],
[
"17.11771273",
"255"
],
[
"17.11771056",
"188.1"
],
[
"17.11770798",
"257.6"
],
[
"17.11767877",
"190.4"
],
[
"17.11681345",
"220.7"
],
[
"17.11678106",
"145"
],
[
"17.11674462",
"260"
],
[
"17.11671642",
"161.4"
],
[
"17.11668853",
"261.9"
],
[
"17.11668486",
"106.9"
],
[
"17.1166728",
"191.9"
],
[
"17.11479408",
"255.2"
],
[
"17.11478636",
"169.2"
],
[
"17.11476595",
"194.1"
],
[
"17.11475733",
"158.5"
],
[
"17.114755",
"179.1"
],
[
"17.11473221",
"184.3"
],
[
"17.11381165",
"201.7"
],
[
"17.11377216",
"86.9"
],
[
"17.11371048",
"166.6"
],
[
"17.11178014",
"76"
],
[
"17.11173028",
"120.6"
],
[
"17.11167443",
"83.2"
],
[
"17.11077378",
"70.1"
],
[
"17.10981612",
"208"
],
[
"17.10981407",
"263.2"
],
[
"17.10978777",
"152.1"
],
[
"17.10977519",
"253.7"
],
[
"17.10973189",
"27.7"
],
[
"17.10968933",
"225.5"
],
[
"17.10782175",
"78.6"
],
[
"17.10781756",
"100.4"
],
[
"17.1078112",
"24.6"
],
[
"17.10777407",
"241.6"
],
[
"17.10776882",
"108.1"
],
[
"17.10775734",
"96.3"
],
[
"17.10772722",
"99"
],
[
"17.10772083",
"155"
],
[
"17.1077195",
"302.3"
],
[
"17.10771792",
"260"
],
[
"17.10771411",
"288.5"
],
[
"17.10767886",
"107.1"
],
[
"17.10579789",
"230.5"
],
[
"17.10579581",
"271.5"
],
[
"17.10578912",
"200.8"
],
[
"17.10576987",
"111.9"
],
[
"17.10576195",
"70.1"
],
[
"17.10574638",
"57.6"
],
[
"17.10574483",
"26.8"
],
[
"17.10573",
"232"
],
[
"17.10571863",
"6"
],
[
"17.10569654",
"26.3"
],
[
"17.1056925",
"186.3"
],
[
"17.10568965",
"238.2"
],
[
"17.10482174",
"94.1"
],
[
"17.10480989",
"292.7"
],
[
"17.10476371",
"135.4"
],
[
"17.10475666",
"243.2"
],
[
"17.10469003",
"42"
],
[
"17.10379765",
"286.8"
],
[
"17.10379043",
"254.8"
],
[
"17.10370541",
"221"
],
[
"17.1027717",
"100.5"
],
[
"17.10274776",
"262.8"
],
[
"17.10273437",
"183.6"
],
[
"17.1008275",
"61.1"
],
[
"17.10080255",
"87.9"
],
[
"17.10068166",
"117.3"
],
[
"17.09978125",
"50.2"
],
[
"17.09977198",
"24.4"
],
[
"17.09970998",
"131.6"
],
[
"17.09873334",
"223.7"
],
[
"17.09782583",
"76.4"
],
[
"17.09779968",
"139"
],
[
"17.09779058",
"110.9"
],
[
"17.09777448",
"269.9"
],
[
"17.09776793",
"212.5"
],
[
"17.09774496",
"74.4"
],
[
"17.0977317",
"26.4"
],
[
"17.09772314",
"141.5"
],
[
"17.09771235",
"84.7"
],
[
"17.09771125",
"264.9"
],
[
"17.09771101",
"20"
],
[
"17.09770704",
"179.9"
],
[
"17.09769725",
"231.1"
],
[
"17.09769461",
"231.9"
],
[
"17.09769224",
"62.9"
],
[
"17.09768425",
"305.9"
],
[
"17.09766969",
"117.5"
],
[
"17.09766244",
"121.9"
],
[
"17.09682562",
"201.6"
],
[
"17.09680762",
"101.8"
],
[
"17.09679707",
"186.4"
],
[
"17.09678616",
"25.5"
],
[
"17.09677364",
"25.2"
],
[
"17.09677025",
"230.4"
],
[
"17.09676338",
"94"
],
[
"17.09674795",
"54"
],
[
"17.09674601",
"132.3"
],
[
"17.09673274",
"63.7"
],
[
"17.09672076",
"5.1"
],
[
"17.09671411",
"79"
],
[
"17.09671225",
"271.8"
],
[
"17.09669707",
"21.9"
],
[
"17.09668219",
"248.9"
],
[
"17.09667876",
"180.3"
],
[
"17.09580267",
"279.5"
],
[
"17.09579031",
"26.7"
],
[
"17.09578502",
"156.6"
],
[
"17.09574822",
"271.4"
],
[
"17.09570442",
"214.8"
],
[
"17.09569615",
"52.9"
],
[
"17.09566201",
"66.8"
],
[
"17.09565969",
"103.2"
],
[
"17.09480004",
"210.4"
],
[
"17.09472274",
"291.5"
],
[
"17.0947028",
"192.9"
],
[
"17.09469291",
"73.3"
],
[
"17.09382857",
"12.4"
],
[
"17.0937991",
"130"
],
[
"17.09379714",
"303.7"
],
[
"17.0937696",
"298.6"
],
[
"17.09374535",
"215.1"
],
[
"17.0937207",
"201.2"
],
[
"17.09368289",
"40.8"
],
[
"17.09367155",
"16.2"
],
[
"17.09366862",
"167.6"
],
[
"17.09279508",
"97.2"
],
[
"17.09270212",
"95.6"
],
[
"17.09182348",
"96.2"
],
[
"17.09179692",
"205.5"
],
[
"17.09166746",
"248.1"
],
[
"17.09165974",
"271.9"
],
[
"17.09080223",
"130.9"
],
[
"17.09077953",
"92.7"
],
[
"17.09074338",
"148.9"
],
[
"17.09073074",
"217.1"
],
[
"17.09065846",
"236.2"
],
[
"17.08977778",
"142.1"
],
[
"17.08882204",
"191.1"
],
[
"17.0887693",
"150.2"
],
[
"17.08876915",
"118.6"
],
[
"17.08876677",
"106.5"
],
[
"17.08875485",
"107.2"
],
[
"17.08873592",
"251.9"
],
[
"17.08872787",
"205.9"
],
[
"17.08870654",
"287.2"
],
[
"17.08869032",
"198.7"
],
[
"17.08868079",
"255.1"
],
[
"17.08867161",
"119.5"
],
[
"17.08865897",
"180.8"
],
[
"17.08782392",
"303.8"
],
[
"17.08779914",
"255.5"
],
[
"17.08772879",
"11.1"
],
[
"17.08772653",
"253.1"
],
[
"17.08770096",
"157.3"
],
[
"17.08768813",
"269.7"
],
[
"17.08767414",
"224.8"
],
[
"17.0868182",
"268.6"
],
[
"17.08680364",
"235.1"
],
[
"17.08679642",
"115.8"
],
[
"17.08677215",
"146.9"
],
[
"17.08676548",
"249.7"
],
[
"17.0867554",
"19.2"
],
[
"17.08675299",
"91.3"
],
[
"17.08673447",
"269.9"
],
[
"17.08670997",
"67.9"
],
[
"17.08668416",
"266"
],
[
"17.08667187",
"278.5"
],
[
"17.08667162",
"149"
],
[
"17.08665934",
"82"
],
[
"17.08665913",
"58.7"
],
[
"17.08570429",
"32.1"
],
[
"17.08570374",
"78.4"
],
[
"17.08570309",
"221.1"
],
[
"17.08568051",
"282"
],
[
"17.08282286",
"87.1"
],
[
"17.0827168",
"289.7"
],
[
"17.08271583",
"20.5"
],
[
"17.08180139",
"148.6"
],
[
"17.08178026",
"43.9"
],
[
"17.08177731",
"52.6"
],
[
"17.08172817",
"191.8"
],
[
"17.08170462",
"95.2"
],
[
"17.08082328",
"74.7"
],
[
"17.08081493",
"43.1"
],
[
"17.08078678",
"145.8"
],
[
"17.08075041",
"139.8"
],
[
"17.08074564",
"16.1"
],
[
"17.08072382",
"70.9"
],
[
"17.08068986",
"81.9"
],
[
"17.07880184",
"195.1"
],
[
"17.07879615",
"257.5"
],
[
"17.07682104",
"39.4"
],
[
"17.07677162",
"73.9"
],
[
"17.07677096",
"281.2"
],
[
"17.07674692",
"215.7"
],
[
"17.07673034",
"198"
],
[
"17.07672206",
"7.4"
],
[
"17.07581501",
"210.8"
],
[
"17.07581196",
"155.3"
],
[
"17.0757986",
"74.3"
],
[
"17.07576901",
"208.1"
],
[
"17.07574203",
"119.1"
],
[
"17.07571102",
"270.5"
],
[
"17.07569236",
"161.9"
],
[
"17.07568549",
"292.9"
],
[
"17.07568064",
"2.7"
],
[
"17.07567109",
"75.1"
],
[
"17.07566052",
"231.4"
],
[
"17.07482104",
"6"
],
[
"17.07477758",
"140.9"
],
[
"17.07475895",
"221"
],
[
"17.07475397",
"246.7"
],
[
"17.07474816",
"290.1"
],
[
"17.07472934",
"134.2"
],
[
"17.07471966",
"45.7"
],
[
"17.07471021",
"83.4"
],
[
"17.07470795",
"145.4"
],
[
"17.07469561",
"294.5"
],
[
"17.07379422",
"54.4"
],
[
"17.07377939",
"26.2"
],
[
"17.07375797",
"207.2"
],
[
"17.07372657",
"40.2"
],
[
"17.07369615",
"105.4"
],
[
"17.0736928",
"241.5"
],
[
"17.07366422",
"251.9"
],
[
"17.07281232",
"254.3"
],
[
"17.07277635",
"126.7"
],
[
"17.07274691",
"155.7"
],
[
"17.07267733",
"1.5"
],
[
"17.06781889",
"70.9"
],
[
"17.06781743",
"127.4"
],
[
"17.06780223",
"97.5"
],
[
"17.06780023",
"300.5"
],
[
"17.06779607",
"167.2"
],
[
"17.06777977",
"205"
],
[
"17.06776498",
"39.3"
],
[
"17.06775869",
"170.9"
],
[
"17.06775496",
"43.5"
],
[
"17.0677199",
"301.7"
],
[
"17.06770291",
"201.8"
],
[
"17.06675112",
"116.6"
],
[
"17.06672238",
"179.7"
],
[
"17.06580938",
"50.2"
],
[
"17.06579549",
"81.6"
],
[
"17.06578815",
"265.9"
],
[
"17.06481493",
"257.3"
],
[
"17.06481238",
"72.9"
],
[
"17.06375763",
"232.9"
],
[
"17.06374325",
"83.8"
],
[
"17.06372256",
"214.6"
],
[
"17.0628151",
"206.5"
],
[
"17.06278671",
"302.7"
],
[
"17.06267724",
"58.4"
],
[
"17.05978546",
"88.5"
],
[
"17.05971679",
"135.2"
],
[
"17.0596657",
"222.3"
],
[
"17.05880385",
"280.7"
],
[
"17.05867376",
"38.8"
],
[
"17.05679071",
"77.8"
],
[
"17.05678753",
"153.8"
],
[
"17.05676242",
"128.6"
],
[
"17.0567246",
"141.5"
],
[
"17.05668497",
"178.9"
],
[
"17.05667401",
"36.1"
],
[
"17.05667114",
"105.8"
],
[
"17.05666588",
"40.3"
],
[
"17.05382754",
"201.9"
],
[
"17.0537858",
"212.8"
],
[
"17.053678",
"143.3"
],
[
"17.04975773",
"188.7"
],
[
"17.04974611",
"98.2"
],
[
"17.04969185",
"301.4"
],
[
"17.0318158",
"289.6"
],
[
"17.03176597",
"179.5"
],
[
"17.03175257",
"48.5"
]
],
"asks": [
[
"17.29518469",
"106.8"
],
[
"17.295247",
"260.3"
],
[
"17.29531754",
"149.9"
],
[
"17.29921706",
"175.9"
],
[
"17.29922631",
"160.9"
],
[
"17.29924048",
"24.8"
],
[
"17.29930397",
"208.4"
],
[
"17.30023722",
"173.7"
],
[
"17.30118123",
"133.2"
],
[
"17.30123789",
"12.8"
],
[
"17.3052689",
"108.4"
],
[
"17.30527509",
"260"
],
[
"17.30720495",
"148.1"
],
[
"17.30721527",
"220.5"
],
[
"17.30721628",
"145.2"
],
[
"17.3072319",
"5.4"
],
[
"17.30727457",
"257.4"
],
[
"17.30729863",
"72.4"
],
[
"17.31119445",
"280.4"
],
[
"17.31121632",
"58.2"
],
[
"17.31618806",
"305.2"
],
[
"17.31623123",
"136.7"
],
[
"17.31623437",
"235.6"
],
[
"17.31630956",
"135.5"
],
[
"17.31632245",
"46.4"
],
[
"17.31633611",
"42.1"
],
[
"17.31917912",
"130.4"
],
[
"17.31919054",
"50.3"
],
[
"17.3192203",
"65.6"
],
[
"17.31927151",
"1.8"
],
[
"17.31933792",
"54.2"
],
[
"17.32317346",
"126.3"
],
[
"17.3232412",
"182.1"
],
[
"17.32327735",
"242.8"
],
[
"17.32821576",
"279.1"
],
[
"17.32821628",
"90.3"
],
[
"17.32834204",
"82.6"
],
[
"17.32924363",
"3.9"
],
[
"17.32924613",
"285.7"
],
[
"17.32925484",
"101.1"
],
[
"17.32929761",
"229.4"
],
[
"17.32930087",
"137.1"
],
[
"17.32931624",
"102.1"
],
[
"17.32933395",
"248.2"
],
[
"17.3312336",
"181.2"
],
[
"17.33124657",
"246.1"
],
[
"17.33124664",
"298.4"
],
[
"17.3312494",
"192.1"
],
[
"17.33128228",
"55.3"
],
[
"17.33133028",
"48.9"
],
[
"17.33220574",
"231.2"
],
[
"17.33220712",
"74.1"
],
[
"17.33220781",
"192.3"
],
[
"17.33221103",
"85.9"
],
[
"17.33221194",
"218.9"
],
[
"17.33225313",
"154.6"
],
[
"17.33227811",
"268.9"
],
[
"17.3322814",
"3.5"
],
[
"17.33228245",
"305.1"
],
[
"17.33230625",
"239.1"
],
[
"17.33230639",
"5.2"
],
[
"17.33231698",
"184.2"
],
[
"17.33231713",
"37"
],
[
"17.33231743",
"208.4"
],
[
"17.33232139",
"78"
],
[
"17.33318213",
"138.7"
],
[
"17.33321673",
"242.1"
],
[
"17.33330862",
"189.2"
],
[
"17.33334438",
"150.1"
],
[
"17.33819264",
"15.2"
],
[
"17.33819513",
"170.2"
],
[
"17.33819721",
"263"
],
[
"17.33822766",
"18.8"
],
[
"17.33823401",
"226.2"
],
[
"17.33825632",
"6.6"
],
[
"17.33834323",
"180"
],
[
"17.33920544",
"123.7"
],
[
"17.33924167",
"278.1"
],
[
"17.3392564",
"0.3"
],
[
"17.33927813",
"225.3"
],
[
"17.33929115",
"200.5"
],
[
"17.34018736",
"254.6"
],
[
"17.34020675",
"3.7"
],
[
"17.34022022",
"240.6"
],
[
"17.34026076",
"134.4"
],
[
"17.34031302",
"151.9"
],
[
"17.34117408",
"115.9"
],
[
"17.34117851",
"99.3"
],
[
"17.34119172",
"277.3"
],
[
"17.34126455",
"108.5"
],
[
"17.3413103",
"290.5"
],
[
"17.34131275",
"306.2"
],
[
"17.34132773",
"241.1"
],
[
"17.34221541",
"224.9"
],
[
"17.34233478",
"177.2"
],
[
"17.34421661",
"48.2"
],
[
"17.3442442",
"1.3"
],
[
"17.34425173",
"78.5"
],
[
"17.34426963",
"37.5"
],
[
"17.34428725",
"205.6"
],
[
"17.3442994",
"228.3"
],
[
"17.34432434",
"52.3"
],
[
"17.34433237",
"106.6"
],
[
"17.34517408",
"37.8"
],
[
"17.34521052",
"156.9"
],
[
"17.34522639",
"232.9"
],
[
"17.34524087",
"110.1"
],
[
"17.34524498",
"9.7"
],
[
"17.34526053",
"11.9"
],
[
"17.34531387",
"197.6"
],
[
"17.34531721",
"300.9"
],
[
"17.34533627",
"182"
],
[
"17.34534367",
"225.3"
],
[
"17.34617622",
"96"
],
[
"17.34617779",
"203.1"
],
[
"17.34618183",
"261.4"
],
[
"17.3461888",
"204.3"
],
[
"17.3462304",
"268.7"
],
[
"17.34623274",
"48.3"
],
[
"17.34626674",
"196.6"
],
[
"17.34627307",
"147.6"
],
[
"17.34627393",
"232"
],
[
"17.34628129",
"47.1"
],
[
"17.34628261",
"235.3"
],
[
"17.34629101",
"8.6"
],
[
"17.34630221",
"268.2"
],
[
"17.34631591",
"58.3"
],
[
"17.34718804",
"39.5"
],
[
"17.34721944",
"202.3"
],
[
"17.34726001",
"53.2"
],
[
"17.35022313",
"78.7"
],
[
"17.35026611",
"79.5"
],
[
"17.35117916",
"119.5"
],
[
"17.35119279",
"53"
],
[
"17.35120455",
"49.3"
],
[
"17.35122144",
"138"
],
[
"17.3512704",
"74.9"
],
[
"17.35134123",
"169.3"
],
[
"17.35222318",
"265.5"
],
[
"17.35227788",
"224.8"
],
[
"17.35229148",
"84.2"
],
[
"17.35317437",
"160.8"
],
[
"17.3531836",
"131.4"
],
[
"17.35334033",
"86.1"
],
[
"17.35418613",
"255.2"
],
[
"17.3541862",
"228.8"
],
[
"17.35418849",
"217.2"
],
[
"17.35420753",
"121"
],
[
"17.35422327",
"168.3"
],
[
"17.35423768",
"167.6"
],
[
"17.35425269",
"85.9"
],
[
"17.3543173",
"24"
],
[
"17.35432438",
"151.3"
],
[
"17.35521946",
"101.7"
],
[
"17.3552258",
"37.8"
],
[
"17.35523493",
"190.8"
],
[
"17.35525679",
"46.1"
],
[
"17.35527634",
"264"
],
[
"17.35528897",
"148.9"
],
[
"17.35531065",
"234.2"
],
[
"17.35533764",
"113.8"
],
[
"17.35619186",
"291.7"
],
[
"17.35621977",
"151.3"
],
[
"17.35622552",
"249.4"
],
[
"17.35623604",
"235.5"
],
[
"17.35631313",
"153.5"
],
[
"17.35632671",
"86.9"
],
[
"17.35724162",
"41.5"
],
[
"17.35725574",
"168.4"
],
[
"17.35826335",
"18.3"
],
[
"17.35828855",
"45.7"
],
[
"17.35829946",
"171.9"
],
[
"17.35830708",
"22.5"
],
[
"17.35833348",
"82.9"
],
[
"17.35917524",
"278.4"
],
[
"17.35925127",
"71.3"
],
[
"17.3592614",
"78.2"
],
[
"17.36034202",
"95.1"
],
[
"17.36218844",
"149.2"
],
[
"17.36219682",
"148.9"
],
[
"17.36221358",
"87.8"
],
[
"17.36222979",
"248.9"
],
[
"17.36226187",
"255.3"
],
[
"17.36226603",
"284.1"
],
[
"17.36227183",
"199.7"
],
[
"17.36234486",
"46.3"
],
[
"17.3631946",
"229.9"
],
[
"17.36320203",
"29.9"
],
[
"17.36320967",
"168.2"
],
[
"17.36326408",
"257"
],
[
"17.36423501",
"10.6"
],
[
"17.36424134",
"147.5"
],
[
"17.36427942",
"29.5"
],
[
"17.36528024",
"224.4"
],
[
"17.36529085",
"157.7"
],
[
"17.36532073",
"117.7"
],
[
"17.36532232",
"65.8"
],
[
"17.36532964",
"74.4"
],
[
"17.36534537",
"215.1"
],
[
"17.36617726",
"271.5"
],
[
"17.36618463",
"299"
],
[
"17.36619322",
"102.5"
],
[
"17.36623448",
"91"
],
[
"17.36625413",
"279.2"
],
[
"17.36626918",
"68"
],
[
"17.36628791",
"100.1"
],
[
"17.36632845",
"282.5"
],
[
"17.36723008",
"299.8"
],
[
"17.36723164",
"107.1"
],
[
"17.36732276",
"178.8"
],
[
"17.36917581",
"6.3"
],
[
"17.36917799",
"108"
],
[
"17.36920455",
"297.5"
],
[
"17.36926276",
"64.2"
],
[
"17.36927904",
"36.4"
],
[
"17.36930267",
"39.7"
],
[
"17.36930847",
"274.5"
],
[
"17.36933661",
"176.8"
],
[
"17.37121627",
"156.4"
],
[
"17.37122638",
"60.7"
],
[
"17.371246",
"292.2"
],
[
"17.3712707",
"98.4"
],
[
"17.37133489",
"268"
],
[
"17.37224263",
"304.2"
],
[
"17.3722826",
"271.3"
],
[
"17.37230566",
"167.2"
],
[
"17.37231102",
"251.3"
],
[
"17.37234401",
"229.2"
],
[
"17.37234626",
"144.1"
],
[
"17.37317765",
"28.5"
],
[
"17.37326519",
"131.7"
],
[
"17.37328875",
"267.1"
],
[
"17.37329989",
"291.9"
],
[
"17.37333613",
"157.1"
],
[
"17.37334437",
"272.7"
],
[
"17.37418507",
"192.5"
],
[
"17.37423015",
"300.9"
],
[
"17.37425656",
"74.6"
],
[
"17.37427379",
"209.1"
],
[
"17.37428778",
"295.2"
],
[
"17.37430032",
"64.4"
],
[
"17.37430043",
"256.2"
],
[
"17.37433868",
"2.4"
],
[
"17.37517513",
"279.1"
],
[
"17.37522381",
"187.7"
],
[
"17.37524819",
"63.8"
],
[
"17.37527065",
"253.7"
],
[
"17.37528076",
"78.7"
],
[
"17.3752919",
"233.5"
],
[
"17.37529306",
"299"
],
[
"17.37530182",
"93.1"
],
[
"17.37530693",
"186.2"
],
[
"17.37531805",
"252.2"
],
[
"17.3753443",
"65.8"
],
[
"17.37618056",
"74.6"
],
[
"17.37618685",
"154.1"
],
[
"17.37619154",
"3.6"
],
[
"17.37619543",
"118.8"
],
[
"17.37620438",
"278.5"
],
[
"17.37621823",
"17"
],
[
"17.37621833",
"104.9"
],
[
"17.37623047",
"77.2"
],
[
"17.37624007",
"204.2"
],
[
"17.3762799",
"306"
],
[
"17.37628847",
"65.4"
],
[
"17.37630596",
"36.3"
],
[
"17.37631224",
"220.8"
],
[
"17.38017641",
"107.2"
],
[
"17.38020613",
"163"
],
[
"17.38024145",
"59.3"
],
[
"17.38026065",
"9.5"
],
[
"17.38027573",
"28.6"
],
[
"17.38028682",
"167.5"
],
[
"17.38033442",
"229"
],
[
"17.38120178",
"170.3"
],
[
"17.38125837",
"218.1"
],
[
"17.38128333",
"260"
],
[
"17.3812896",
"14.2"
],
[
"17.38134746",
"113.5"
],
[
"17.38219411",
"170.6"
],
[
"17.38219617",
"107.7"
],
[
"17.38221422",
"217.9"
],
[
"17.38225789",
"66.6"
],
[
"17.38227155",
"31.3"
],
[
"17.38317913",
"18"
],
[
"17.38318779",
"259.8"
],
[
"17.38319039",
"143"
],
[
"17.38319317",
"80.1"
],
[
"17.3832574",
"105.5"
],
[
"17.3832611",
"208.3"
],
[
"17.38329787",
"102.6"
],
[
"17.3833055",
"229.7"
],
[
"17.38331214",
"266.1"
],
[
"17.38331577",
"156"
],
[
"17.38332719",
"169.7"
],
[
"17.38518581",
"161.3"
],
[
"17.38520277",
"259"
],
[
"17.38523274",
"76.9"
],
[
"17.38523336",
"79.9"
],
[
"17.38523353",
"37.6"
],
[
"17.38721853",
"296"
],
[
"17.38722737",
"272"
],
[
"17.3872649",
"12.2"
],
[
"17.38726525",
"95.3"
],
[
"17.38728537",
"52.6"
],
[
"17.38728651",
"117.3"
],
[
"17.38819336",
"149"
],
[
"17.38820088",
"120.2"
],
[
"17.38919812",
"121.9"
],
[
"17.38919955",
"90.2"
],
[
"17.38922191",
"188.3"
],
[
"17.38923989",
"202.6"
],
[
"17.38925687",
"156.2"
],
[
"17.3892717",
"172.6"
],
[
"17.39118475",
"38.8"
],
[
"17.39118633",
"250.1"
],
[
"17.39119386",
"84"
],
[
"17.39123377",
"79"
],
[
"17.39127036",
"254.3"
],
[
"17.3913397",
"264"
],
[
"17.39218905",
"178.2"
],
[
"17.39221666",
"273.3"
],
[
"17.39322081",
"190.5"
],
[
"17.39322149",
"205.1"
],
[
"17.39323167",
"267.3"
],
[
"17.39329761",
"290.1"
],
[
"17.39429016",
"31.1"
],
[
"17.39429559",
"155.1"
],
[
"17.39431608",
"272.1"
],
[
"17.39431671",
"226.7"
],
[
"17.39432058",
"19.9"
],
[
"17.39432865",
"147.7"
],
[
"17.39433855",
"125.6"
],
[
"17.39918493",
"29.5"
],
[
"17.39928625",
"56.4"
],
[
"17.39929726",
"164"
],
[
"17.3993156",
"78.2"
],
[
"17.39931561",
"146.8"
],
[
"17.39931755",
"89.9"
],
[
"17.39934589",
"66.5"
],
[
"17.40622332",
"274.9"
],
[
"17.40625771",
"182.7"
],
[
"17.40626109",
"11"
],
[
"17.40626251",
"109.3"
],
[
"17.40720602",
"220"
],
[
"17.40724247",
"136.7"
],
[
"17.40725991",
"126.7"
],
[
"17.40731535",
"291.7"
],
[
"17.41217945",
"39.3"
],
[
"17.41218936",
"190.4"
],
[
"17.41219346",
"286"
],
[
"17.41230043",
"200.9"
]
],
"timestamp": "1762062449",
"ticker_id": "LINKUSDT_PERP"
}

