Export trade history for a market as CSV or TSV.Documentation Index
Fetch the complete documentation index at: https://docs.adj.news/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique market identifier.
File format:
csv or tsv.Query Parameters
Maximum number of trades (1-10,000).
Response
Returns a file download withContent-Disposition: attachment. Max 10,000 rows.
Columns: trade_id, timestamp, price, count, side, volume
Examples
Errors
| Status | Description |
|---|---|
| 400 | Invalid format |
| 401 | Missing or invalid authorization |
| 404 | Market not found |
