Skip to main content
GET
cURL
Read this before you queue a job, so you know how big the file will be and how complete the data is. This route returns metadata only. The dataset itself comes from Submit a trader export, which is a POST on this same path.

Parameters

An OAuth access token needs the export scope on this route. An API key needs nothing extra.

Key response fields

Example

What it does not return

  • The dataset. This GET is metadata. POST to the same path to queue the file.
  • An exact row count. estimated_trade_rows is an estimate, so size your handling with headroom.
  • A 200 for a wallet that does not resolve. That answers 404.
  • A result for a bare integer id in the path. Send a 0x... address, a username, or a trd_ id.
  • An ETag. There is no conditional read on this route.

Authorizations

Authorization
string
header
required

Legacy default or named integration API key, or OAuth 2.1 access token, in the Authorization header as Bearer oxi_sk_live_... or Bearer oxi_at_.... Default keys retain full access; integration keys are limited to their approved read, webhooks, export and usage scopes and expire within 90 days. All credentials share the owner's account limits. Data calls require an active Pro subscription and return live data. A 401 carries WWW-Authenticate: Bearer resource_metadata="https://api.0xinsider.com/.well-known/oauth-protected-resource" (RFC 6750 section 3, RFC 9728).

Headers

X-Query-Validation
enum<string>

Opt into strict query-name validation. The default is compatible: unknown names are ignored and reported in X-Query-Ignored. With strict, an unknown name returns 400 bad_request with error.reason unknown_query_parameter before the handler runs, including when its percent escape is incomplete.

Available options:
strict

Path Parameters

address
string
required

Trader wallet address (0x...), known trader username-style lookup, or trd_-prefixed trader ID emitted by this API. Bare integer database IDs are not accepted.

Response

Trader export snapshot metadata

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