hyperliquid

Reference Hyperliquid L1 endpoints for HyperEVM, Info API, gRPC, and orderbook streaming.

4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/dwellir-public/hyperliquid-skills --skill hyperliquid-dwellir-public
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/dwellir-public/hyperliquid-skills/tree/main
Command: npx skills add https://github.com/dwellir-public/hyperliquid-skills --skill hyperliquid-dwellir-public

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AI agents often need reliable, up-to-date knowledge of Hyperliquid's L1 infrastructure. This skill provides a structured reference to Dwellir endpoints (HyperEVM JSON-RPC, Info API proxy, gRPC gateway, and orderbook WebSocket) to accelerate research, integration, and automated task execution.

Core Features & Use Cases

  • HyperEVM JSON-RPC access for EVM state, blocks, and contracts.
  • Info API proxy reference for market data and user state queries.
  • L1 gRPC streaming for blocks, fills, and orderbook snapshots.
  • Real-time order book data via the Orderbook WebSocket.
  • Guidance on trading metadata, dedicated nodes, and end-to-end workflows.
  • Ready-to-reference material for building agents that discover URLs, test connections, and stream data.

Quick Start

Install the skill and let your agent load Hyperliquid endpoint references on activation.

Frequently Asked Questions about hyperliquid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What endpoints are available for Hyperliquid L1 infrastructure access?

Hyperliquid L1 endpoints include HyperEVM JSON-RPC for EVM state, Info API proxy for market data, gRPC gateway for blocks and fills, and orderbook WebSocket for real-time streaming.

How do I stream real-time orderbook data from Hyperliquid L1?

Stream real-time orderbook data from Hyperliquid L1 by connecting to the orderbook WebSocket endpoint, which provides live updates for market snapshots across dedicated nodes.

Can I query HyperEVM JSON-RPC for contract state and blocks?

Yes, the HyperEVM JSON-RPC endpoint allows querying EVM state, retrieving blocks, and interacting with deployed contracts on the Hyperliquid L1 network.

How do I get Hyperliquid market data and user state via the Info API?

Retrieve Hyperliquid market data and user state by sending queries through the Info API proxy, which structures responses for integration and automated research tasks.

What's the best way to integrate Hyperliquid L1 gRPC streaming into an agent?

Integrate Hyperliquid L1 gRPC streaming by loading the endpoint reference into your agent during activation, enabling it to discover URLs, test connections, and process block or fill data.