Data Field Data Type Description amount string quote units traded price string trade price total string total trade coin (amount * price) exchanged string already exchanged amount date_time string time the record was pushed
Last revised: Oct 14th 22 2:34:24 pm
Data Field | Data Type | Description |
---|---|---|
amount | string | quote units traded |
price | string | trade price |
total | string | total trade coin (amount * price) |
exchanged | string | already exchanged amount |
date_time | string | time the record was pushed |
Request Parameter | Data Type | Required | Description |
---|---|---|---|
symbol | string | true | coin pair like BTC_USDT,LTC_USDT,ETH_USDT,USDT_BTC etc |
limit | Integer | false | maximum number of records returned |
Data Field | Data Type | Description |
---|---|---|
amount | string | quote units traded |
price | string | trade price |
last_price | string | market last traded price |
price_order_type | string | taker's trade side (BUY, SELL) |
total | string | total trade coin |
time | string | time the record was pushed |
Request Parameter | Data Type | Required | Description |
---|---|---|---|
symbol | string | true | coin pair like BTC_USDT,LTC_USDT,ETH_USDT,USDT_BTC etc |
start_time | long | false | filters by time. The default value is 0. |
end_time | long | false | filters by time. The default value is the current time |
interval | Integer | false | 5 = 5minData, 15= 15 min Data, 30 = 30 min Data, 120 = 2 hour Data, 240 = 4 hour data, 1440 = 1 day data |
Data Field | Data Type | Description |
---|---|---|
time | long | time the record was pushed |
low | string | the lowest price over the interval |
high | string | the highest price over the interval |
open | string | price at the start time |
close | string | price at the end time |
volume | string | base units traded over the interval |