Skip to main content
GET
/
api
/
v1
/
trader
/
{address}
/
export
Trader export snapshot metadata
curl --request GET \
  --url https://api.0xinsider.com/api/v1/trader/{address}/export \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": {
    "address": "<string>",
    "generated_at": "2023-11-07T05:31:56Z",
    "source_range": {
      "first_pnl_date": "2023-12-25",
      "last_pnl_date": "2023-12-25",
      "latest_trade_at": "2023-11-07T05:31:56Z",
      "latest_market_activity_at": "2023-11-07T05:31:56Z"
    },
    "completeness": {
      "status": "complete",
      "reason": "<string>",
      "sync_coverage": 1
    },
    "reconciliation": {
      "exported_activity_volume": 123,
      "exported_market_cost_basis": 123,
      "provider_lifetime_volume": 123,
      "provider_activity_volume_gap": 123,
      "activity_volume_coverage": 123
    },
    "counts": {
      "pnl_days": 123,
      "exported_markets": 123,
      "estimated_trade_rows": 123,
      "estimated_size_mb": 123
    },
    "large_export_policy": {
      "mode": "<string>",
      "current_internal_route": "<string>",
      "direct_streaming": {},
      "async_job": {},
      "rate_limit": {}
    }
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

Path Parameters

address
string
required

Trader wallet address (0x...) or known trader username-style lookup accepted by the export read model.

Response

Trader export snapshot metadata

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