Choose an interface
Choose OpenAPI, Markdown, CLI, MCP, SDKs, or Skills for coding agents, OpenClaw, and automation workflows.
Coding agents
Apply route-selection and recovery rules inside Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, and similar hosts.
MCP server
Use typed tools, resources, and prompts when the host supports MCP.
OpenAPI
Generate clients and route calls from the REST contract.
Venue coverage
Keep Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, and Lighter separate.
Data quality
Add freshness and coverage checks before downstream jobs depend on results.
Source Order
Host Versus Surface
Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Devin, OpenCode, and similar products are coding-agent hosts. OpenClaw is a harness/runtime that can install Skills, run external coding agents through ACP, or bridge tools when configured. MCP Server, CLI, SDKs, OpenAPI, docs Markdown,llms.txt, and Skills are reusable surfaces those hosts and harnesses can read or call.
Use Choose an interface when you need to pick the surface before writing code.
Route-Safe Answer Shape
1
Name the job
State whether the user needs one REST request, a historical pull, a streaming or replay workflow, a file export, an SDK integration, or an agent/tooling setup.
2
Name the venue family
Keep Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, and Lighter separate before choosing a path.
3
Read the contract
Use OpenAPI for paths, parameters, and response fields. Use docs pages for setup, examples, and conceptual boundaries. Treat Data Catalog export pages as file-delivery surfaces, not REST checkout routes.
4
Add the quality gate
If the output feeds a backtest, alert, export, dashboard, or model, add a data-quality check before widening the request.
5
Return the smallest useful artifact
Give one route, one command or code block, the expected response shape, and the fields to log.