get https://web3api.io/api/v2/market/futures/trades//historical
Retrieves the historical (time series) trade data for the specified instrument.
Note: This endpoint returns a max of 1 hour historical data per request. In order to get more than 1 hour you must use the startDate & endDate parameters to move the time frame window to get the next n hours/days/months of data.
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange, as specified by the filter provided or representing the supported exchanges for this instrument. |
timestamp | number | string | The time at which the event occurred. |
timestampNanoseconds | number | The nanosecond part of the timestamp where applicable. |
isBuy | boolean | true if the trade is a buy, false otherwise. |
price | numeric | The price at which the asset was traded. |
volume | numeric | The total amount of that asset that was traded. |
tradeId | number | string | The exchange provided id of the trade. |