Reference pages are the technical contract layer for 0xArchive. Use them when you need exact REST routes, generated endpoint pages, schema blocks, request and response handling rules, export file contracts, or operational reference material. OpenAPI and the generated endpoint reference are the route-specific contract. Generated schema pages are for browsing request, response, and component shapes derived fromDocumentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
openapi.json. Response examples are teaching artifacts, not the schema contract.
For implementation work, start with the specific route or operation, then move outward only when needed. The route page tells you what the endpoint accepts and returns. The generated schema pages make related components easier to compare across venues. The examples and response pages explain handling patterns such as empty arrays, pagination metadata, decimal-sensitive values, errors, and request IDs.
OpenAPI
Route and schema contract for generated REST reference pages, codegen, and coding-agent route selection.
Generated API Reference
Endpoint-level generated pages from the pinned OpenAPI source.
Playground
Interactive route review and request construction.
Schemas
Shared schema rules and generated schema indexes.
Component Schemas
Generated component schema catalog from OpenAPI.
Operation Schemas
Generated request and response schema catalog for every OpenAPI operation.
Example Responses
Concrete payload examples for parser and test design.
Responses
Success, error, pagination, request ID, and empty-response handling.
Examples
Copyable REST, WebSocket, parser, and agent examples.
Errors
Error envelopes, retry behavior, and request ID discipline.
Data
Data families, venue scope, product/API surfaces, and workflow boundaries.
Data Catalog
File export product model and catalog workflow.
Export Schemas
Parquet dataset schema keys, rough columns, pricing units, and range rules.
Export Checkout
Quote, credits, checkout, return, and dashboard delivery behavior.
Data Quality
Freshness, coverage, incidents, latency, and downstream trust gates.
Status Monitoring
Operational status, freshness, latency, and incident monitoring.
Enterprise Delivery
Enterprise delivery, support, and implementation context.
Use This Layer When
| Job | Start here |
|---|---|
| Generate a client or inspect exact route schemas | OpenAPI and Generated API Reference |
| Browse schema blocks without opening each endpoint page | Schemas, Component Schemas, and Operation Schemas |
| Write parser tests or fixture checks | Example Responses, then Responses |
| Choose an export dataset or manifest shape | Export Schemas and Export Manifests |
| Debug failures or retry behavior | Errors and Responses |