v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-015486519.4 KB
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

object'trader_export_job' required