GET /instrument/{instrument_name}/trade-historyAsk AIget https://api.aevo.xyz/instrument/{instrument_name}/trade-historyReturns the trade history for the given instrument.Path Paramsinstrument_namestringrequiredInstrument name.Query Paramsstart_timeintegerEntries created prior (<) to start time are excluded in UNIX timestamp in nanoseconds. Defaults to 0end_timeintegerEntries created after (>) end time are excluded in UNIX timestamp in nanoseconds. Defaults to current time.Responses 200Instrument trade information. 400Bad request. 429Rate limit exceeded. 500Internal server error.Updated 6 months ago