Trades
Latest data by symbol_id
Get latest trades executed up to 1 minute ago. Latest data is always returned in time descending order.
get/v1/trades/{symbol_id}/latest
Path parameters
symbol_idstring required
Symbol identifier for requested timeseries (from the Metadata -> Symbols)
Query parameters
limitinteger
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_idboolean
Information that additional exchange trade identifier should be included in the id_trade parameter of the trade if exchange providing identifiers.
Response
successful operation