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.
Base URL
Authentication
All endpoints (except/api/v1/health) require a Bearer token:
Response format
Every response follows a consistent envelope:Prefixed IDs
Every entity has a type-prefixed ID for easy identification:| Entity | Prefix | Example |
|---|---|---|
| Trader | trd_ | trd_0xabc123def456 |
| Market | mkt_ | mkt_0x789condition |
| Whale trade | wt_ | wt_12345 |
| Radar flag | rf_ | rf_67890 |
| Request | req_ | req_550e8400 |
Rate limits
100 requests per minute per user (sliding window). Check response headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Max requests per window |
X-RateLimit-Remaining | Requests remaining |
X-RateLimit-Reset | Unix timestamp when window resets |
Retry-After | Seconds to wait (only on 429) |
X-Request-Cost and X-Batch-RateLimit-*
headers. A batch item costs one item unit, so a 25-item batch reserves 25
batch units before execution.
Trust metadata
Newer builder endpoints document source, freshness, reconciliation, and completeness metadata for values that can be cached, stale, partial, computed, or provider-unavailable. Do not convert unavailable provider-owned values into0, empty arrays, or
empty objects. Treat explicit unavailable or partial metadata as part of the
result.