hyperliquid

Place orders and manage positions on Hyperliquid via REST and WebSocket APIs.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/adsepuri35/hyperliquid-state-anchor --skill hyperliquid-adsepuri35
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/adsepuri35/hyperliquid-state-anchor/tree/main/.codex/skills/hyperliquid
Command: npx skills add https://github.com/adsepuri35/hyperliquid-state-anchor --skill hyperliquid-adsepuri35

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides programmatic access to the Hyperliquid perpetual futures decentralized exchange, enabling automated trading and data retrieval.

Core Features & Use Cases

  • Order Placement: Execute market, limit, and TWAP orders.
  • Position Management: Adjust leverage, margin, and close positions.
  • Data Retrieval: Access real-time market data, order books, and user states.
  • Use Case: Automate your trading strategy by placing limit orders on ETH/USD based on real-time price feeds and managing your leverage dynamically.

Quick Start

Use the hyperliquid skill to place a limit buy order for 0.1 ETH at a price of 3000.0.

Frequently Asked Questions about hyperliquid

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

FAQPage Schema
How do I automate trading perpetual futures on Hyperliquid DEX?

Automate trading perpetual futures on Hyperliquid DEX by using this Skill to programmatically place market, limit, and TWAP orders via REST and WebSocket APIs. It enables automated execution strategies based on real-time data.

How do I manage leverage and margin for Hyperliquid perpetual positions?

Manage leverage and margin for Hyperliquid perpetual positions by using this Skill to programmatically adjust leverage settings, modify margin levels, and close active positions through the DEX's REST API endpoints.

Does the Hyperliquid API require EIP-712 wallet signing for order placement?

Yes, the Hyperliquid API requires EIP-712 wallet signing for authentication. This Skill supports EIP-712 signing to securely execute order placement, position management, and data retrieval operations.

Can I retrieve real-time market data and order books from Hyperliquid?

Yes, you can retrieve real-time market data and order books from Hyperliquid using this Skill's WebSocket API subscriptions. It supports accessing live market feeds, order book snapshots, and user states for real-time monitoring.

What's the best way to execute TWAP orders on a decentralized exchange?

Execute TWAP orders on a decentralized exchange by leveraging this Skill's built-in TWAP execution feature. It interacts directly with the Hyperliquid DEX API to split and schedule orders over time programmatically.

How do I subscribe to real-time WebSocket feeds for Hyperliquid perpetual futures?

Subscribe to real-time WebSocket feeds for Hyperliquid perpetual futures by utilizing this Skill's WebSocket API integration. It handles the connection protocol to stream live market data, order books, and user state updates.