v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-015486519.4 KB
Traders

Download a finished trader export

Redirects (302) to a short-lived presigned URL for the finished export file once the job status is 'ready'. The file is gzip-compressed and served with the format's Content-Type (application/json, application/x-ndjson, or text/csv). Returns 400 while the job is not yet ready (poll the status route first).

get/api/v1/trader/{address}/export/download

Path parameters

addressstring required

Trader wallet address (0x...), known trader username-style lookup, or trd_-prefixed trader ID emitted by this API.

Query parameters

job_idinteger required

Export job id returned by the submit route.