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.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.
Recommendation
Give agents the smallest exact surface that matches the job. The agent host and the tool surface are different decisions.| Agent environment | Recommended 0xArchive surface | Why |
|---|---|---|
| Web LLM | Docs Markdown, .md pages, llms.txt, OpenAPI excerpts | Safe retrieval and route explanation |
| Coding agent: Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Devin, OpenCode | OpenAPI and docs first; CLI, SDK, MCP Server, or Skill as needed | Code generation plus local execution patterns |
| OpenClaw harness | Skill for simple market-data prompts; CLI, MCP Server, or ACP only when the setup is explicitly configured for those surfaces | OpenClaw can install skills, run external agents, or bridge tools depending on the job |
| Automation script | REST, SDK, CLI JSON output | Repeatable jobs with environment-managed keys |
| MCP-capable host | MCP Server | Structured tool calls without prompt-pasted secrets |
| Generated client | Pinned openapi.json | Route 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.