Skip to main content
POST
cURL
Queues an asynchronous full-dataset export for one trader. Choose json, ndjson, or csv; JSON is the default.
The response contains the job ID. Poll its status, then use the download endpoint after the job reaches ready. Quotas are enforced per API-key owner and trader address.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Insider subscription and return live data.

Path Parameters

address
string
required

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

Query Parameters

format
enum<string>
default:json

Output serialization. json = full envelope document (default); ndjson = full envelope as line 1 then one trade object per line; csv = flat trades rows only.

Available options:
json,
ndjson,
csv

Response

An in-flight or ready job for this trader+format already exists and was reused

object
string
required
Allowed value: "trader_export_job"
data
object
required
meta
object
required