v1/getHistoricalTrades RPC Method
Parameters
symbol_id
string
REQUIRED
Symbol identifier for requested timeseries (from the Metadata -> Symbols)
date
string
Date in ISO 8601, returned data is for the whole given day (required if 'time_start' is not provided)
time_start
string
Starting time in ISO 8601
time_end
string
Timeseries ending time in ISO 8601
limit
integer
Amount of items to return (optional, minimum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)
include_id
boolean
Information that additional exchange trade identifier should be included in the id_trade parameter of the trade if exchange providing identifiers
Returns
result
array
Array of historical trade information
symbol_id
string
The symbol identifier
time_exchange
string
The time of trade reported by the exchange
time_coinapi
string
The time when the trade was received by CoinAPI
uuid
string
The unique identifier for the trade
price
integer
The price of the transaction
size
integer
The base asset amount traded in the transaction
taker_side
string
The aggressor side of the transaction (BUY/SELL/BUY_ESTIMATED/SELL_ESTIMATED/UNKNOWN)
id_trade
string
The trade identifier
id_order_maker
string
The order maker identifier
id_order_taker
string
The order taker identifier
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free