Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.85 KB

getv1tradessymbolidhistoryrequest.md

File metadata and controls

12 lines (9 loc) · 4.85 KB

GetV1TradesSymbolIDHistoryRequest

Fields

Field Type Required Description
symbol_id str ✔️ Symbol identifier for requested timeseries (from the Metadata -> Symbols)
time_start Optional[str] Starting time in ISO 8601 (required)
time_end Optional[str] Timeseries ending time in ISO 8601 (optional, if not supplied then the data is returned to the end or when result elements count reaches the limit)
limit Optional[int] Amount of items to return (optional, mininum 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 Optional[bool] Information that additional exchange trade identifier should be included in the id_trade parameter of the trade if exchange providing identifiers.