Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt

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

Source OpenAPI: 0xArchive API 1.5.0; 116 paths; 90 component schemas. Check API health status. No authentication required.

Route Metadata

FieldValue
MethodGET
Path/health
operationIdhealthCheck
TagSystem
FamilySystem
Deprecated or legacyno

Response Contracts

Status 200

API is healthy

application/json

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "healthCheck response 200",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "ok"
    }
  }
}
Last modified on May 18, 2026