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": "1762008850605",
"bids": [
[
"109918.898581",
"0.2"
],
[
"109918.893299",
"0.21"
],
[
"109918.893281",
"0.262"
],
[
"109918.884534",
"0.2"
],
[
"109918.82154",
"0.142"
],
[
"109918.788718",
"0.146"
],
[
"109918.770188",
"0.2"
],
[
"109918.754735",
"0.2"
],
[
"109918.732426",
"0.2"
],
[
"109918.700936",
"0.21164"
]
],
"asks": [
[
"109931.113408",
"0.184"
],
[
"109931.132774",
"0.267"
],
[
"109931.137717",
"0.23017"
],
[
"109931.145841",
"0.2261"
],
[
"109931.14731",
"0.165"
],
[
"109931.227116",
"0.18632"
],
[
"109931.257212",
"0.2"
],
[
"109931.282065",
"0.24"
],
[
"109931.33469",
"0.17"
],
[
"109931.349969",
"0.146"
]
]
}
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": "ADAUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "ADA",
"last_price": 0.61008881,
"base_volume": 1626833.35,
"usd_volume": 1626833.35,
"quote_volume": 1626833.35,
"bid": 0.60669,
"ask": 0.61320925,
"high": 0.6121933,
"low": 0.60949316,
"product_type": "Perpetual",
"open_interest": 1626833.35,
"open_interest_usd": 1626833.35,
"index_price": 0.60721675,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 0.61008881,
"next_funding_rate": 0.61008881,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 0.61008881,
"contract_price_currency": "USDT"
},
{
"ticker_id": "BCHUSD_PERP",
"base_currency": "USD",
"quote_currency": "BCH",
"last_price": 553.15379534,
"base_volume": 2213387.36,
"usd_volume": 2213387.36,
"quote_volume": 2213387.36,
"bid": 551.42347518,
"ask": 553.19752842,
"high": 554.48400757,
"low": 552.73200648,
"product_type": "Perpetual",
"open_interest": 2213387.36,
"open_interest_usd": 2213387.36,
"index_price": 552.1981991,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 553.15379534,
"next_funding_rate": 553.15379534,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 553.15379534,
"contract_price_currency": "USD"
},
{
"ticker_id": "ETHUSD_260327",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3949.91061258,
"base_volume": 2219731.35,
"usd_volume": 2219731.35,
"quote_volume": 2219731.35,
"bid": 3949.18499924,
"ask": 3949.70237553,
"high": 3951.46234112,
"low": 3942.20552152,
"product_type": "Futures",
"open_interest": 2219731.35,
"open_interest_usd": 2219731.35,
"index_price": 3868.27437372,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 3949.91061258,
"next_funding_rate": 3949.91061258,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3949.91061258,
"contract_price_currency": "USD"
},
{
"ticker_id": "ADAUSD_PERP",
"base_currency": "USD",
"quote_currency": "ADA",
"last_price": 0.60829329,
"base_volume": 1684082.79,
"usd_volume": 1684082.79,
"quote_volume": 1684082.79,
"bid": 0.6065932,
"ask": 0.61330665,
"high": 0.61188912,
"low": 0.60829329,
"product_type": "Perpetual",
"open_interest": 1684082.79,
"open_interest_usd": 1684082.79,
"index_price": 0.60625766,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 0.60829329,
"next_funding_rate": 0.60829329,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 0.60829329,
"contract_price_currency": "USD"
},
{
"ticker_id": "LINKUSD_PERP",
"base_currency": "USD",
"quote_currency": "LINK",
"last_price": 17.18769834,
"base_volume": 250190.99,
"usd_volume": 250190.99,
"quote_volume": 250190.99,
"bid": 17.15271075,
"ask": 17.21428942,
"high": 17.27577867,
"low": 17.18768916,
"product_type": "Perpetual",
"open_interest": 250190.99,
"open_interest_usd": 250190.99,
"index_price": 17.14718085,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 17.18769834,
"next_funding_rate": 17.18769834,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 17.18769834,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_251226",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 110620.59593993,
"base_volume": 6039800.34,
"usd_volume": 6039800.34,
"quote_volume": 6039800.34,
"bid": 110616.8127869,
"ask": 110657.2522924,
"high": 110721.04446847,
"low": 110620.50647733,
"product_type": "Futures",
"open_interest": 6039800.34,
"open_interest_usd": 6039800.34,
"index_price": 109867.4705148,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 110620.59593993,
"next_funding_rate": 110620.59593993,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 110620.59593993,
"contract_price_currency": "USD"
},
{
"ticker_id": "ETHUSD_251226",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3895.16727068,
"base_volume": 1835919.94,
"usd_volume": 1835919.94,
"quote_volume": 1835919.94,
"bid": 3894.59851766,
"ask": 3895.92645745,
"high": 3896.97006687,
"low": 3888.65383159,
"product_type": "Futures",
"open_interest": 1835919.94,
"open_interest_usd": 1835919.94,
"index_price": 3867.69717112,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 3895.16727068,
"next_funding_rate": 3895.16727068,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3895.16727068,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "BTC",
"last_price": 109888.04882135,
"base_volume": 8875270.16,
"usd_volume": 8875270.16,
"quote_volume": 8875270.16,
"bid": 109851.63335731,
"ask": 109947.13561391,
"high": 109964.01347492,
"low": 109884.52511591,
"product_type": "Perpetual",
"open_interest": 8875270.16,
"open_interest_usd": 8875270.16,
"index_price": 109899.4423913,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 109888.04882135,
"next_funding_rate": 109888.04882135,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 109888.04882135,
"contract_price_currency": "USDT"
},
{
"ticker_id": "XRPUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "XRP",
"last_price": 2.49607419,
"base_volume": 1727811.12,
"usd_volume": 1727811.12,
"quote_volume": 1727811.12,
"bid": 2.48177025,
"ask": 2.50412705,
"high": 2.49907252,
"low": 2.49605696,
"product_type": "Perpetual",
"open_interest": 1727811.12,
"open_interest_usd": 1727811.12,
"index_price": 2.48320526,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 2.49607419,
"next_funding_rate": 2.49607419,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.49607419,
"contract_price_currency": "USDT"
},
{
"ticker_id": "ETHUSD_PERP",
"base_currency": "USD",
"quote_currency": "ETH",
"last_price": 3866.96896519,
"base_volume": 714866.81,
"usd_volume": 714866.81,
"quote_volume": 714866.81,
"bid": 3866.74991522,
"ask": 3866.87073899,
"high": 3871.38259057,
"low": 3863.25274989,
"product_type": "Perpetual",
"open_interest": 714866.81,
"open_interest_usd": 714866.81,
"index_price": 3867.73501312,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 3866.96896519,
"next_funding_rate": 3866.96896519,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3866.96896519,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_260327",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 112417.65658912,
"base_volume": 5975738.94,
"usd_volume": 5975738.94,
"quote_volume": 5975738.94,
"bid": 112394.97543776,
"ask": 112427.36155414,
"high": 112497.61412844,
"low": 112417.58689376,
"product_type": "Futures",
"open_interest": 5975738.94,
"open_interest_usd": 5975738.94,
"index_price": 109867.5184366,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 112417.65658912,
"next_funding_rate": 112417.65658912,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 112417.65658912,
"contract_price_currency": "USD"
},
{
"ticker_id": "LTCUSD_PERP",
"base_currency": "USD",
"quote_currency": "LTC",
"last_price": 98.46190616,
"base_volume": 1946140.87,
"usd_volume": 1946140.87,
"quote_volume": 1946140.87,
"bid": 95.80892668,
"ask": 98.80180838,
"high": 98.46190616,
"low": 98.28110943,
"product_type": "Perpetual",
"open_interest": 1946140.87,
"open_interest_usd": 1946140.87,
"index_price": 98.75269447,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 98.46190616,
"next_funding_rate": 98.46190616,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 98.46190616,
"contract_price_currency": "USD"
},
{
"ticker_id": "XRPUSD_PERP",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.49555363,
"base_volume": 1807362.27,
"usd_volume": 1807362.27,
"quote_volume": 1807362.27,
"bid": 2.48085517,
"ask": 2.49873148,
"high": 2.49787189,
"low": 2.49555023,
"product_type": "Perpetual",
"open_interest": 1807362.27,
"open_interest_usd": 1807362.27,
"index_price": 2.48086643,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 2.49555363,
"next_funding_rate": 2.49555363,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.49555363,
"contract_price_currency": "USD"
},
{
"ticker_id": "ETHUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "ETH",
"last_price": 3867.94610667,
"base_volume": 1705398.99,
"usd_volume": 1705398.99,
"quote_volume": 1705398.99,
"bid": 3868.0228936,
"ask": 3868.1598491,
"high": 3871.57371907,
"low": 3863.43066828,
"product_type": "Perpetual",
"open_interest": 1705398.99,
"open_interest_usd": 1705398.99,
"index_price": 3869.64046512,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 3867.94610667,
"next_funding_rate": 3867.94610667,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 3867.94610667,
"contract_price_currency": "USDT"
},
{
"ticker_id": "BCHUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "BCH",
"last_price": 553.27991355,
"base_volume": 2405363.87,
"usd_volume": 2405363.87,
"quote_volume": 2405363.87,
"bid": 552.20335808,
"ask": 553.45992009,
"high": 554.31386281,
"low": 552.52826441,
"product_type": "Perpetual",
"open_interest": 2405363.87,
"open_interest_usd": 2405363.87,
"index_price": 552.49129032,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 553.27991355,
"next_funding_rate": 553.27991355,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 553.27991355,
"contract_price_currency": "USDT"
},
{
"ticker_id": "LTCUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "LTC",
"last_price": 98.22168736,
"base_volume": 1771266.52,
"usd_volume": 1771266.52,
"quote_volume": 1771266.52,
"bid": 95.66860349,
"ask": 98.85130049,
"high": 98.22168736,
"low": 97.96103631,
"product_type": "Perpetual",
"open_interest": 1771266.52,
"open_interest_usd": 1771266.52,
"index_price": 98.91264706,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 98.22168736,
"next_funding_rate": 98.22168736,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 98.22168736,
"contract_price_currency": "USDT"
},
{
"ticker_id": "XRPUSD_260327",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.54505116,
"base_volume": 7486744.59,
"usd_volume": 7486744.59,
"quote_volume": 7486744.59,
"bid": 2.52635884,
"ask": 2.5505426,
"high": 2.54584968,
"low": 2.54504952,
"product_type": "Futures",
"open_interest": 7486744.59,
"open_interest_usd": 7486744.59,
"index_price": 2.48270782,
"creation_timestamp": 1758931461,
"expiry_timestamp": 1774658416,
"funding_rate": 2.54505116,
"next_funding_rate": 2.54505116,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.54505116,
"contract_price_currency": "USD"
},
{
"ticker_id": "BTCUSD_PERP",
"base_currency": "USD",
"quote_currency": "BTC",
"last_price": 109824.67142149,
"base_volume": 2220453.5,
"usd_volume": 2220453.5,
"quote_volume": 2220453.5,
"bid": 109790.70910366,
"ask": 109836.94954476,
"high": 109871.95935745,
"low": 109817.66842783,
"product_type": "Perpetual",
"open_interest": 2220453.5,
"open_interest_usd": 2220453.5,
"index_price": 109862.78611261,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 109824.67142149,
"next_funding_rate": 109824.67142149,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 109824.67142149,
"contract_price_currency": "USD"
},
{
"ticker_id": "LINKUSDT_PERP",
"base_currency": "USDT",
"quote_currency": "LINK",
"last_price": 17.24270411,
"base_volume": 273158.46,
"usd_volume": 273158.46,
"quote_volume": 273158.46,
"bid": 17.1638115,
"ask": 17.28223989,
"high": 17.30023722,
"low": 17.24270411,
"product_type": "Perpetual",
"open_interest": 273158.46,
"open_interest_usd": 273158.46,
"index_price": 17.17192,
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": 17.24270411,
"next_funding_rate": 17.24270411,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 17.24270411,
"contract_price_currency": "USDT"
},
{
"ticker_id": "XRPUSD_251226",
"base_currency": "USD",
"quote_currency": "XRP",
"last_price": 2.51895262,
"base_volume": 4206025.67,
"usd_volume": 4206025.67,
"quote_volume": 4206025.67,
"bid": 2.5010669,
"ask": 2.52293601,
"high": 2.52005596,
"low": 2.51895208,
"product_type": "Futures",
"open_interest": 4206025.67,
"open_interest_usd": 4206025.67,
"index_price": 2.48124923,
"creation_timestamp": 1751070232,
"expiry_timestamp": 1766793600,
"funding_rate": 2.51895262,
"next_funding_rate": 2.51895262,
"next_funding_rate_timestamp": 1762008850715,
"maker_fee": 0.2,
"taker_fee": 0.2,
"contract_type": "Vanilla",
"contract_price": 2.51895262,
"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.24270411",
"4.2"
],
[
"17.24266266",
"144.7"
],
[
"17.21878146",
"20.4"
],
[
"17.21868277",
"292"
],
[
"17.21865594",
"67.9"
],
[
"17.21081579",
"295.4"
],
[
"17.21080612",
"148.7"
],
[
"17.19579115",
"11"
],
[
"17.19578404",
"280.5"
],
[
"17.19574596",
"218.9"
],
[
"17.19572845",
"179.8"
],
[
"17.19480615",
"11.6"
],
[
"17.19479006",
"231.9"
],
[
"17.19476708",
"22.8"
],
[
"17.19475752",
"103.4"
],
[
"17.1946578",
"154.2"
],
[
"17.19282186",
"124.1"
],
[
"17.19280802",
"163.5"
],
[
"17.19278622",
"81.6"
],
[
"17.19277568",
"174.9"
],
[
"17.19277219",
"298.7"
],
[
"17.19276213",
"11.3"
],
[
"17.19273619",
"164.6"
],
[
"17.19272195",
"207"
],
[
"17.19268814",
"14.8"
],
[
"17.19267615",
"26.3"
],
[
"17.18866041",
"52.7"
],
[
"17.18782679",
"174.6"
],
[
"17.18772718",
"67.7"
],
[
"17.18768013",
"277.1"
],
[
"17.18667417",
"86.1"
],
[
"17.18381855",
"279.1"
],
[
"17.18380404",
"16.7"
],
[
"17.1836831",
"269.3"
],
[
"17.18366816",
"273.9"
],
[
"17.18182243",
"27.9"
],
[
"17.18168173",
"175.7"
],
[
"17.17575981",
"223.5"
],
[
"17.17570602",
"190.5"
],
[
"17.17570521",
"27.2"
],
[
"17.17569566",
"84.6"
],
[
"17.1756589",
"64.6"
],
[
"17.16981084",
"220.2"
],
[
"17.16977904",
"207.2"
],
[
"17.1697756",
"90.9"
],
[
"17.16975842",
"285.1"
],
[
"17.16974347",
"295"
],
[
"17.16973494",
"115.7"
],
[
"17.16880843",
"212.7"
],
[
"17.16880243",
"174.8"
],
[
"17.16878169",
"225.8"
],
[
"17.16876836",
"14.9"
],
[
"17.16870323",
"41.7"
],
[
"17.1667645",
"173"
],
[
"17.16676224",
"72.6"
],
[
"17.16674496",
"274.3"
],
[
"17.16672079",
"41"
],
[
"17.16670843",
"48.1"
],
[
"17.16669125",
"3"
],
[
"17.16668212",
"302.7"
],
[
"17.1647556",
"266.2"
],
[
"17.16474919",
"200.6"
],
[
"17.16472822",
"167.3"
],
[
"17.16471878",
"291.1"
],
[
"17.1638144",
"99.9"
],
[
"17.1638115",
"70.6"
],
[
"17.16378741",
"47.5"
],
[
"17.16370678",
"200.5"
],
[
"17.16175887",
"76.4"
],
[
"17.16171535",
"277.7"
],
[
"17.16168856",
"147.6"
],
[
"17.16078443",
"182.5"
],
[
"17.16071665",
"27.1"
],
[
"17.16070403",
"301.7"
],
[
"17.15677036",
"90.7"
],
[
"17.15676932",
"138.8"
],
[
"17.15667786",
"186.8"
],
[
"17.15570465",
"108.1"
],
[
"17.1556982",
"273.9"
],
[
"17.15382805",
"178.3"
],
[
"17.14979232",
"198"
],
[
"17.14975735",
"3"
],
[
"17.14971604",
"30.6"
],
[
"17.14968021",
"17.8"
],
[
"17.14882651",
"90.8"
],
[
"17.14877805",
"221.2"
],
[
"17.14877626",
"187.4"
],
[
"17.14778678",
"83.8"
],
[
"17.14773923",
"141.7"
],
[
"17.14772753",
"101.1"
],
[
"17.1477108",
"218.3"
],
[
"17.14768774",
"57.2"
],
[
"17.14482114",
"10.9"
],
[
"17.14475761",
"165.7"
],
[
"17.14475565",
"229.1"
],
[
"17.14472267",
"287.3"
],
[
"17.14470452",
"202.8"
],
[
"17.14468697",
"118.1"
],
[
"17.1446752",
"189.5"
],
[
"17.14282273",
"119.3"
],
[
"17.14281877",
"178.9"
],
[
"17.14281845",
"237.6"
],
[
"17.14281501",
"86.2"
],
[
"17.14276197",
"27.9"
],
[
"17.14272292",
"85.8"
],
[
"17.14272251",
"231.5"
],
[
"17.14271201",
"45.7"
],
[
"17.14269456",
"266.6"
],
[
"17.14267351",
"70.1"
],
[
"17.1426686",
"97.2"
],
[
"17.13982425",
"177.9"
],
[
"17.13981313",
"211.2"
],
[
"17.13980097",
"259.5"
],
[
"17.13979989",
"114.8"
],
[
"17.13978287",
"248.2"
],
[
"17.13975797",
"54.3"
],
[
"17.13973276",
"86.5"
],
[
"17.13972255",
"131.5"
],
[
"17.13970587",
"168.7"
],
[
"17.13969363",
"169"
],
[
"17.1396853",
"201"
],
[
"17.13966309",
"235.7"
],
[
"17.13877109",
"183.9"
],
[
"17.13870367",
"100.7"
],
[
"17.13869649",
"165.8"
],
[
"17.13869501",
"58.7"
],
[
"17.138683",
"218.9"
],
[
"17.13782647",
"230.3"
],
[
"17.13781713",
"173.1"
],
[
"17.1377161",
"285.5"
],
[
"17.13769796",
"161.3"
],
[
"17.13680198",
"64.6"
],
[
"17.13678911",
"113.5"
],
[
"17.13667314",
"41.7"
],
[
"17.13482461",
"45"
],
[
"17.13481864",
"277.7"
],
[
"17.13479922",
"299.4"
],
[
"17.13475399",
"122.4"
],
[
"17.1346929",
"278.1"
],
[
"17.13467999",
"105.8"
],
[
"17.13466394",
"77"
],
[
"17.13181658",
"36.6"
],
[
"17.13179975",
"44"
],
[
"17.13179809",
"157.9"
],
[
"17.13179205",
"88.3"
],
[
"17.13177243",
"179.2"
],
[
"17.13176414",
"235.2"
],
[
"17.13173795",
"234.5"
],
[
"17.13167835",
"27.5"
],
[
"17.13167833",
"171"
],
[
"17.1267397",
"163.8"
],
[
"17.12670513",
"67.6"
],
[
"17.12668779",
"193.5"
],
[
"17.12381758",
"93"
],
[
"17.12366235",
"220.7"
],
[
"17.12281032",
"194.1"
],
[
"17.12277503",
"240.2"
],
[
"17.12266453",
"197.9"
],
[
"17.11781705",
"70.9"
],
[
"17.11779522",
"201.5"
],
[
"17.11779186",
"277.3"
],
[
"17.11771056",
"188.1"
],
[
"17.11178014",
"76"
],
[
"17.11167443",
"83.2"
],
[
"17.10981612",
"208"
],
[
"17.10781756",
"100.4"
],
[
"17.10775734",
"96.3"
],
[
"17.10771792",
"260"
],
[
"17.10579789",
"230.5"
],
[
"17.10579581",
"271.5"
],
[
"17.10576195",
"70.1"
],
[
"17.0867554",
"19.2"
],
[
"17.08178026",
"43.9"
],
[
"17.08177731",
"52.6"
],
[
"17.08170462",
"95.2"
],
[
"17.07475397",
"246.7"
],
[
"17.07472934",
"134.2"
],
[
"17.07471966",
"45.7"
],
[
"17.07471021",
"83.4"
],
[
"17.07377939",
"26.2"
],
[
"17.07369615",
"105.4"
],
[
"17.0736928",
"241.5"
],
[
"17.07366422",
"251.9"
],
[
"17.06781743",
"127.4"
],
[
"17.06780223",
"97.5"
],
[
"17.06779607",
"167.2"
],
[
"17.06776498",
"39.3"
],
[
"17.06770291",
"201.8"
],
[
"17.04380847",
"82.4"
],
[
"17.04182687",
"150.4"
],
[
"17.04176585",
"183.8"
],
[
"17.04174908",
"59.6"
],
[
"17.00270678",
"80.5"
],
[
"16.9937657",
"204.3"
],
[
"16.99376401",
"46.5"
],
[
"16.99375543",
"256.4"
],
[
"16.9927909",
"57"
],
[
"16.99272707",
"49.9"
],
[
"16.99176763",
"89.4"
],
[
"16.9916796",
"153.1"
],
[
"16.98979372",
"85.6"
],
[
"16.98970957",
"36.3"
],
[
"16.98682494",
"27.6"
],
[
"16.98680239",
"233"
],
[
"16.98678826",
"232.3"
],
[
"16.9867844",
"71.3"
],
[
"16.98671764",
"116.7"
],
[
"16.98671682",
"53.1"
],
[
"16.98670737",
"118.8"
],
[
"16.98666918",
"244.6"
],
[
"16.98178697",
"106"
],
[
"16.98082087",
"244.5"
],
[
"16.98079915",
"13.2"
],
[
"16.9796813",
"46.4"
],
[
"16.97275103",
"36.4"
],
[
"16.97273803",
"123.3"
],
[
"16.97267365",
"65.7"
],
[
"16.97266609",
"150.6"
],
[
"16.9708104",
"263.7"
],
[
"16.97076124",
"125.7"
],
[
"16.97071503",
"39.4"
],
[
"16.9688072",
"151"
],
[
"16.96870957",
"205.5"
],
[
"16.96870061",
"201.8"
],
[
"16.96869394",
"86.5"
],
[
"16.96867205",
"37.1"
],
[
"16.96581684",
"72.8"
],
[
"16.96578769",
"148.4"
],
[
"16.96576748",
"109.5"
],
[
"16.96469093",
"281.4"
],
[
"16.96466395",
"84.8"
],
[
"16.95776614",
"289.7"
],
[
"16.95774432",
"275"
],
[
"16.95769845",
"234.4"
],
[
"16.95082048",
"103.4"
],
[
"16.95082048",
"222.5"
],
[
"16.95081028",
"8.1"
],
[
"16.95075803",
"264"
],
[
"16.95074486",
"222"
],
[
"16.95072505",
"29"
],
[
"16.95072477",
"28.1"
],
[
"16.95071855",
"286.1"
],
[
"16.950718",
"159.4"
],
[
"16.94981327",
"230.3"
],
[
"16.9497865",
"213.8"
],
[
"16.94969012",
"301.1"
],
[
"16.92881552",
"178.7"
],
[
"16.92881233",
"275.7"
],
[
"16.92876289",
"158.9"
],
[
"16.92875972",
"120.5"
],
[
"16.9286876",
"112.4"
],
[
"16.92578319",
"112.3"
],
[
"16.92575751",
"245"
],
[
"16.92569636",
"6.3"
],
[
"16.92566332",
"117.9"
],
[
"16.92282694",
"85.6"
],
[
"16.92282274",
"61.2"
],
[
"16.92275998",
"138.2"
],
[
"16.92273305",
"29.7"
],
[
"16.92267051",
"229.7"
],
[
"16.92169033",
"295.1"
],
[
"16.92076715",
"178.2"
],
[
"16.92074907",
"139.9"
],
[
"16.92071614",
"263.1"
],
[
"16.92069278",
"191.7"
],
[
"16.91880231",
"74.3"
],
[
"16.91876237",
"253.1"
],
[
"16.91876026",
"77.1"
],
[
"16.91868291",
"114.9"
],
[
"16.91768726",
"80.9"
],
[
"16.91577906",
"101.8"
],
[
"16.91575223",
"31.5"
],
[
"16.91574118",
"107.1"
],
[
"16.91568878",
"302.6"
],
[
"16.91566631",
"29.7"
],
[
"16.91478185",
"296.1"
],
[
"16.91467392",
"151.5"
],
[
"16.91077349",
"104.3"
],
[
"16.91076861",
"48.5"
],
[
"16.9106718",
"238.6"
],
[
"16.91066943",
"46.3"
],
[
"16.90881402",
"124.9"
],
[
"16.90881142",
"292.4"
],
[
"16.90877954",
"134"
],
[
"16.90866435",
"127.1"
],
[
"16.90677474",
"67.6"
],
[
"16.90676886",
"10.8"
],
[
"16.90669787",
"252.8"
],
[
"16.90667754",
"40.8"
],
[
"16.9047555",
"203.2"
],
[
"16.90468689",
"203.4"
],
[
"16.90373803",
"101.5"
],
[
"16.90370714",
"89"
],
[
"16.90171404",
"251.8"
],
[
"16.90169903",
"174"
],
[
"16.90169415",
"226.3"
],
[
"16.89980126",
"298.8"
],
[
"16.89970633",
"211.8"
],
[
"16.89967886",
"169.7"
],
[
"16.89778012",
"161.3"
],
[
"16.89777931",
"219.8"
],
[
"16.89777017",
"205.1"
],
[
"16.89767316",
"155.4"
],
[
"16.89481805",
"287.2"
],
[
"16.89481327",
"98.1"
],
[
"16.89478716",
"95.5"
],
[
"16.89471566",
"288.2"
],
[
"16.89467027",
"156.6"
],
[
"16.88979455",
"116.4"
],
[
"16.88976552",
"18.1"
],
[
"16.88975508",
"96.7"
],
[
"16.88878698",
"181.3"
],
[
"16.88878257",
"87.3"
],
[
"16.88875794",
"187.1"
],
[
"16.88875544",
"80.9"
],
[
"16.88872588",
"219.9"
],
[
"16.88872049",
"137.5"
],
[
"16.88381761",
"285.2"
],
[
"16.88379983",
"157.1"
],
[
"16.88379176",
"141.7"
],
[
"16.88378368",
"287.8"
],
[
"16.87880197",
"157"
],
[
"16.87876643",
"84.1"
],
[
"16.87782312",
"259.8"
],
[
"16.87781271",
"189.1"
],
[
"16.87767262",
"116.7"
],
[
"16.87281849",
"190.5"
],
[
"16.87280824",
"172.7"
],
[
"16.87278698",
"257.6"
],
[
"16.87273779",
"226"
],
[
"16.87267855",
"211.9"
],
[
"16.87267075",
"57.9"
],
[
"16.86977578",
"231.5"
],
[
"16.86971931",
"86.6"
],
[
"16.86968937",
"164.3"
],
[
"16.86868765",
"282.6"
],
[
"16.86867463",
"91.2"
],
[
"16.86381747",
"140.7"
],
[
"16.86371817",
"235.3"
],
[
"16.86182214",
"29"
],
[
"16.86181274",
"227.5"
],
[
"16.8617402",
"63.7"
],
[
"16.86167586",
"221.6"
],
[
"16.85974692",
"114"
],
[
"16.85967137",
"229.7"
],
[
"16.85782582",
"136.8"
],
[
"16.8577334",
"107"
],
[
"16.85773093",
"135.2"
],
[
"16.85772717",
"46.7"
],
[
"16.85581489",
"231.3"
],
[
"16.85576391",
"157.5"
],
[
"16.85571584",
"35.8"
],
[
"16.85569583",
"70"
],
[
"16.85568101",
"9.4"
],
[
"16.85476288",
"129.7"
],
[
"16.84483072",
"128.8"
],
[
"16.84481741",
"162.1"
],
[
"16.84471928",
"89.6"
],
[
"16.8428306",
"77.5"
],
[
"16.84275869",
"238.3"
],
[
"16.84266582",
"80.3"
],
[
"16.83782328",
"88"
],
[
"16.83781561",
"292.3"
],
[
"16.83781282",
"59.4"
],
[
"16.83780308",
"248.6"
],
[
"16.83779194",
"193.2"
],
[
"16.83777472",
"21.3"
],
[
"16.83771612",
"278.1"
],
[
"16.83676825",
"119.1"
],
[
"16.83674587",
"192.7"
],
[
"16.83674239",
"151.9"
],
[
"16.83673072",
"72.6"
],
[
"16.83671715",
"169.9"
],
[
"16.83671691",
"115.2"
],
[
"16.83482692",
"21.9"
],
[
"16.83474935",
"7.1"
],
[
"16.83473141",
"287.9"
],
[
"16.83472705",
"108.8"
],
[
"16.82573417",
"10.4"
],
[
"16.82380587",
"93"
],
[
"16.82374488",
"297.5"
],
[
"16.81679572",
"282.7"
],
[
"16.81678798",
"58.8"
],
[
"16.81672063",
"3.2"
],
[
"16.81667633",
"261.3"
],
[
"16.81666899",
"240.2"
],
[
"16.81580485",
"265.6"
],
[
"16.8157755",
"276.3"
],
[
"16.81574155",
"145.1"
],
[
"16.81566911",
"170.9"
],
[
"16.80679114",
"284.9"
],
[
"16.80674379",
"303.8"
],
[
"16.80670099",
"253.8"
],
[
"16.80669483",
"245.6"
],
[
"16.80583022",
"187.8"
],
[
"16.80578127",
"177.3"
],
[
"16.80569025",
"137.9"
],
[
"16.80476526",
"274.3"
],
[
"16.80474149",
"75.9"
],
[
"16.80467325",
"214.4"
],
[
"16.80376828",
"44"
],
[
"16.80375684",
"190.1"
],
[
"16.80370066",
"110.9"
],
[
"16.80368689",
"177.1"
],
[
"16.79280855",
"171.3"
],
[
"16.79273071",
"178.3"
],
[
"16.78373876",
"89.3"
],
[
"16.78368805",
"232.6"
],
[
"16.78180549",
"154.5"
],
[
"16.78176951",
"0.9"
],
[
"16.78176627",
"164.9"
],
[
"16.78176389",
"98.9"
],
[
"16.78174367",
"12.8"
],
[
"16.77277272",
"42.4"
],
[
"16.7727133",
"134"
],
[
"16.7727114",
"17.8"
],
[
"16.76782779",
"246.6"
],
[
"16.76777751",
"0.8"
],
[
"16.7677501",
"46.4"
],
[
"16.76774057",
"87.6"
],
[
"16.76375295",
"62.6"
],
[
"16.76372739",
"99.9"
],
[
"16.76372609",
"263.9"
],
[
"16.75582933",
"238.3"
],
[
"16.75576594",
"172.8"
],
[
"16.75567494",
"302.5"
],
[
"16.75273934",
"130"
],
[
"16.75272326",
"153.8"
],
[
"16.75269371",
"46.2"
]
],
"asks": [
[
"17.28217397",
"181.5"
],
[
"17.28221072",
"158.4"
],
[
"17.28223989",
"255.5"
],
[
"17.28226273",
"139.2"
],
[
"17.28228582",
"195.1"
],
[
"17.30023722",
"173.7"
],
[
"17.3052689",
"108.4"
],
[
"17.30527509",
"260"
],
[
"17.32817952",
"131.3"
],
[
"17.32821576",
"279.1"
],
[
"17.32821628",
"90.3"
],
[
"17.32822298",
"299.7"
],
[
"17.32823896",
"129.9"
],
[
"17.32824007",
"125.4"
],
[
"17.32825962",
"137.7"
],
[
"17.32826373",
"204.9"
],
[
"17.32826437",
"223.2"
],
[
"17.32829305",
"240.5"
],
[
"17.32834204",
"82.6"
],
[
"17.32918049",
"298.6"
],
[
"17.32922551",
"83"
],
[
"17.32924363",
"3.9"
],
[
"17.32924613",
"285.7"
],
[
"17.32925484",
"101.1"
],
[
"17.32925681",
"67.9"
],
[
"17.32927888",
"98.7"
],
[
"17.32929761",
"229.4"
],
[
"17.32930087",
"137.1"
],
[
"17.32931624",
"102.1"
],
[
"17.32933395",
"248.2"
],
[
"17.33220574",
"231.2"
],
[
"17.33220712",
"74.1"
],
[
"17.33220781",
"192.3"
],
[
"17.33221103",
"85.9"
],
[
"17.33221194",
"218.9"
],
[
"17.33224561",
"244.1"
],
[
"17.33225313",
"154.6"
],
[
"17.33227648",
"72.8"
],
[
"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.33233758",
"80.5"
],
[
"17.33321673",
"242.1"
],
[
"17.33618504",
"266.9"
],
[
"17.33618552",
"88.8"
],
[
"17.33621181",
"94.7"
],
[
"17.33621805",
"122.4"
],
[
"17.33629113",
"178.5"
],
[
"17.33629125",
"189"
],
[
"17.33629588",
"180.6"
],
[
"17.33718504",
"128.8"
],
[
"17.33731937",
"220"
],
[
"17.3373259",
"8.6"
],
[
"17.33733763",
"272.6"
],
[
"17.33817743",
"87.3"
],
[
"17.33819264",
"15.2"
],
[
"17.33819513",
"170.2"
],
[
"17.33819721",
"263"
],
[
"17.33822766",
"18.8"
],
[
"17.33823401",
"226.2"
],
[
"17.33825632",
"6.6"
],
[
"17.338258",
"135.2"
],
[
"17.33826822",
"276.3"
],
[
"17.33832744",
"116.5"
],
[
"17.3383376",
"36.1"
],
[
"17.33834323",
"180"
],
[
"17.33920544",
"123.7"
],
[
"17.33924167",
"278.1"
],
[
"17.3392564",
"0.3"
],
[
"17.33927813",
"225.3"
],
[
"17.33929115",
"200.5"
],
[
"17.34018006",
"71.6"
],
[
"17.34018736",
"254.6"
],
[
"17.34020675",
"3.7"
],
[
"17.34022022",
"240.6"
],
[
"17.34026076",
"134.4"
],
[
"17.34030867",
"184"
],
[
"17.34031302",
"151.9"
],
[
"17.34117408",
"115.9"
],
[
"17.34117851",
"99.3"
],
[
"17.3411892",
"77.4"
],
[
"17.34119172",
"277.3"
],
[
"17.34126455",
"108.5"
],
[
"17.34128969",
"77.9"
],
[
"17.3413103",
"290.5"
],
[
"17.34131233",
"295"
],
[
"17.34131275",
"306.2"
],
[
"17.34132399",
"226.7"
],
[
"17.34132773",
"241.1"
],
[
"17.34133875",
"294"
],
[
"17.34221541",
"224.9"
],
[
"17.34227094",
"281.2"
],
[
"17.34228334",
"87.6"
],
[
"17.34233478",
"177.2"
],
[
"17.34234564",
"268.5"
],
[
"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.34618183",
"261.4"
],
[
"17.3461888",
"204.3"
],
[
"17.3462304",
"268.7"
],
[
"17.34623274",
"48.3"
],
[
"17.34626674",
"196.6"
],
[
"17.34627307",
"147.6"
],
[
"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.34729455",
"200.5"
],
[
"17.34734519",
"209.9"
],
[
"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.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.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.36218844",
"149.2"
],
[
"17.36219682",
"148.9"
],
[
"17.36220345",
"158.9"
],
[
"17.36221358",
"87.8"
],
[
"17.36222979",
"248.9"
],
[
"17.36226187",
"255.3"
],
[
"17.36226569",
"230.2"
],
[
"17.36226603",
"284.1"
],
[
"17.36227183",
"199.7"
],
[
"17.36229239",
"186.7"
],
[
"17.36234486",
"46.3"
],
[
"17.36234704",
"202.4"
],
[
"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.36619322",
"102.5"
],
[
"17.36626918",
"68"
],
[
"17.36723008",
"299.8"
],
[
"17.36723164",
"107.1"
],
[
"17.36732276",
"178.8"
],
[
"17.36917581",
"6.3"
],
[
"17.36917799",
"108"
],
[
"17.36926276",
"64.2"
],
[
"17.36927904",
"36.4"
],
[
"17.36930267",
"39.7"
],
[
"17.36930847",
"274.5"
],
[
"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.38228452",
"197.1"
],
[
"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.38922191",
"188.3"
],
[
"17.38923989",
"202.6"
],
[
"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.39529745",
"259.3"
],
[
"17.39530516",
"96.5"
],
[
"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.41025563",
"23.9"
],
[
"17.41028623",
"156.1"
],
[
"17.41031928",
"203.2"
],
[
"17.41032595",
"181.7"
],
[
"17.41217945",
"39.3"
],
[
"17.41218936",
"190.4"
],
[
"17.41219346",
"286"
],
[
"17.41230043",
"200.9"
],
[
"17.42126881",
"6.6"
],
[
"17.42127044",
"154.4"
],
[
"17.42130673",
"1.2"
],
[
"17.42932263",
"276.9"
],
[
"17.4293227",
"26.3"
]
],
"timestamp": "1762008850",
"ticker_id": "LINKUSDT_PERP"
}

