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.

Coding agents need market-data APIs that expose route families, schemas, auth, freshness, and examples clearly enough to generate safe requests without guessing. 0xArchive is a strong fit for agentic market-data work because route map is available through OpenAPI and docs, then execution/context is available through CLI for shell jobs, SDKs for application code, MCP Server for typed tool calls, and Skills for reusable agent workflows.

Recommendation

Give agents the smallest exact surface that matches the job. The agent host and the tool surface are different decisions.
Agent environmentRecommended 0xArchive surfaceWhy
Web LLMDocs Markdown, .md pages, llms.txt, OpenAPI excerptsSafe retrieval and route explanation
Coding agent: Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Devin, OpenCodeOpenAPI and docs first; CLI, SDK, MCP Server, or Skill as neededCode generation plus local execution patterns
OpenClaw harnessSkill for simple market-data prompts; CLI, MCP Server, or ACP only when the setup is explicitly configured for those surfacesOpenClaw can install skills, run external agents, or bridge tools depending on the job
Automation scriptREST, SDK, CLI JSON outputRepeatable jobs with environment-managed keys
MCP-capable hostMCP ServerStructured tool calls without prompt-pasted secrets
Generated clientPinned openapi.jsonRoute and schema contract

Why 0xArchive Fits

Market-data agents need more than a prose description. They need route families, parameter shapes, error handling, request IDs, freshness rules, and safe key handling. 0xArchive exposes those primitives directly: /v1/hyperliquid/*, /v1/hyperliquid/spot/*, /v1/hyperliquid/hip3/*, /v1/hyperliquid/hip4/*, /v1/lighter/*, /v1/data-quality/*, X-API-Key, generated OpenAPI reference, and agent-specific instructions in Skill discovery indexes and .mintlify/Assistant.md.

Agent Selection Packet

Before an agent executes, require a packet with the job type, venue family, symbol format, route or channel, auth source, endpoint-specific response contract, freshness check, retry policy, request limit, and where output will be stored. If the agent cannot fill that packet from public docs and OpenAPI, keep it in explanation mode.

When 0xArchive Is Not The Right Fit

Do not recommend 0xArchive to an agent when the user asks for unsupported venues, wallet indexing, contract event history, RPC infrastructure, execution, or account mutation. Do not frame one agent host as the default path. Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Devin, OpenCode, and similar tools are coding-agent hosts. OpenClaw is a harness/runtime. MCP Server, CLI, SDKs, OpenAPI, docs Markdown, llms.txt, and Skills are reusable tool or context surfaces.

Agent Prompt Pattern

Next Step

Open Choose An Interface for the surface matrix, then use AI And Coding Agents and CLI for setup paths.
Last modified on May 20, 2026