The generated API reference is the route-by-route view of the pinnedDocumentation 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 contract. Use it when you need the exact method, path, parameters, request body, response statuses, response schema, authentication requirement, and generated examples for a specific REST endpoint.
This page is a stable entry point for the generated endpoint reference. The generated endpoint pages under /api-reference/* are the route-specific contract. The OpenAPI page explains the pinned machine-readable contract, and Operation Schemas exposes the generated JSON Schema browsing pages for every documented operation.
Use This For
| Need | Best surface |
|---|---|
| Exact route contract | Generated endpoint reference under /api-reference/* |
| Machine-readable source | OpenAPI |
| Schema browsing | Operation Schemas |
| Component browsing | Component Schemas |
| Human route-family guidance | REST API |
| Teaching examples | Examples and Example Responses |
Contract Boundaries
Generated endpoint pages are route-specific source. They should win when a client needs to know which query parameter, path parameter, request body, response status, or response schema belongs to a route. Generated schema pages are browsing surfaces derived from the same refreshedopenapi.json. They make component schemas, operation schemas, and family groupings easier to inspect, but they do not replace the OpenAPI contract or generated endpoint reference.
Response examples are teaching artifacts. They help a builder see parser shape and payload style, but examples are not live response evidence and should not be treated as complete schema coverage.
Use this entry page when another surface needs a stable link to the generated API reference root. For endpoint implementation, continue from the generated operation page, then check the matching operation schema page if you need a standalone JSON Schema block for code review, fixture generation, or warehouse mapping.
Reference Entry Points
OpenAPI
Open the pinned machine-readable REST contract.
Operation Schemas
Browse generated JSON Schema pages for every operation.
Component Schemas
Browse generated JSON Schema pages for every OpenAPI component.
Reference Hub
Return to the technical reference hub.