Traders
Submit a trader dataset export job
Queues an async export of the trader's full dataset in the requested format (json default, ndjson, or csv) and returns the job. Poll the status route, then follow the download route once status is 'ready'. Quotas are the per-user daily and per-address hourly export caps, keyed on the API key owner so an API key never widens its owner's quota.
post/api/v1/trader/{address}/export
Path parameters
addressstring required
Trader wallet address (0x...), known trader username-style lookup, or trd_-prefixed trader ID emitted by this API.
Query parameters
format'json' | 'ndjson' | 'csv'
Output serialization. json = full envelope document (default); ndjson = full envelope as line 1 then one trade object per line; csv = flat trades rows only.
Response
An in-flight or ready job for this trader+format already exists and was reused