A compact, desk-ready Hyperliquid API reference for safely reading market data, signing trading actions, handling WebSockets, and diagnosing API errors.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hypergrok-hyperliquid-api-reference
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hypergrok-hyperliquid-api-reference using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hyperliquid API Reference is a verified technical guide for developers and AI agents integrating with Hyperliquid perpetuals, spot markets, HIP-3 deployments, HIP-4 outcomes, and HyperEVM. It consolidates REST endpoints, WebSocket subscriptions, request and response envelopes, asset identifiers, tick and lot rules, rate limits, order states, signing schemes, and official documentation links.
As part of Openclaw Skills, this reference helps an agent look up exact fields, request types, limits, signing requirements, and error causes before generating or reviewing a Hyperliquid API call. It distinguishes API-wallet actions from main-wallet actions so automation can remain within the desk's authorization boundaries.
No package installation is required: this skill is a compact API reference used by an AI coding agent or developer during Hyperliquid integration work.
.md to a documentation URL when current details need verification.export HYPERLIQUID_REST_URL=https://api.hyperliquid.xyz
export HYPERLIQUID_WS_URL=wss://api.hyperliquid.xyz/ws
export HYPERLIQUID_EVM_RPC_URL=https://rpc.hyperliquid.xyz/evm
For testnet, use https://api.hyperliquid-testnet.xyz, wss://api.hyperliquid-testnet.xyz/ws, and https://rpc.hyperliquid-testnet.xyz/evm with chain 998 instead of mainnet chain 999.
curl -X POST "$HYPERLIQUID_REST_URL/info" \
-H "Content-Type: application/json" \
-d '{"type":"allMids"}'
/info before constructing orders; do not hardcode asset IDs, decimals, leverage, or tick rules.https://app.hyperliquid-testnet.xyz/drip and account for its eligibility requirements.| Field | Value |
|---|---|
| Skill name | hyperliquid-api-reference |
| Version | 1.0.0 |
| License | MIT |
| Author | Galleon Labs |
| Primary documentation | Hyperliquid developer API documentation |
| Verification note | Verified against the official docs on 2026-08-16 |
/info for unsigned reads and /exchange for signed actions./info requests use a type field with request-specific parameters and return the bare payload./exchange requests contain an action, millisecond nonce, signature, and optional vault or expiration fields; responses use ok or err status.meta, spotMeta, perpDexs, allPerpMetas, and asset context responses.allMids, l2Book, recentTrades, candleSnapshot, funding history, and predicted funding.meta, spot IDs beginning at 10000, HIP-3 IDs using dex offsets, and HIP-4 outcome encodings.Historical time-ranged ledger and funding queries return up to 500 items per response; continue pagination with the last returned time. Many list-style reads cap responses at 2,000 items, while candles return only the most recent 5,000 snapshots.
/info request catalog, including market data, derivatives metadata, spot metadata, account state, portfolio, funding, fees, referrals, vaults, delegations, borrowing, and asset deployment information.Loading
A disciplined Hyperliquid risk manager that converts user-defined limits and live account data into safe trade sizes, book checks, and exact PASS or REJECT tickets.

A controlled Hyperliquid execution skill for advanced orders, account addressing, signing safeguards, and explicitly approved trading tickets.

A read-only market intelligence skill for querying live Hyperliquid prices, liquidity, funding, metadata, and historical datasets without API keys.

A Nano Banana Pro workflow that converts Midjourney prompts and image references into controllable, production-ready visuals without Discord or a Midjourney account.

Desk Strategy Lab turns a user's trading idea into explicit rules, honest historical tests, and controlled Hyperliquid testnet paper trading.

SynapCores Memory gives an OpenClaw agent private, self-hosted long-term memory that persists across restarts and retrieves facts by meaning.








































