hyperliquid

Execute Hyperliquid perpetual futures orders and stream data via REST and WebSocket APIs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0xinit/cryptoskills --skill hyperliquid-0xinit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/0xinit/cryptoskills/tree/main/skills/hyperliquid
Command: npx skills add https://github.com/0xinit/cryptoskills --skill hyperliquid-0xinit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hyperliquid-python-sdk, eth-account, websocket-client, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Order Placement: Execute market, limit, trigger, and TWAP orders.
  • Position Management: Adjust leverage, manage margin, and close positions.
  • Data Streaming: Subscribe to real-time trades, order book updates, and user fills via WebSocket.
  • Use Case: Build a high-frequency trading bot that monitors order book depth and executes arbitrage strategies, or create a risk management tool that automatically adjusts leverage based on market volatility.

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 build a trading bot for the Hyperliquid perpetual futures DEX?

You can build an automated trading bot for the Hyperliquid DEX using Python SDK examples that support order execution, position management, and real-time WebSocket data streams.

What types of orders can I execute programmatically on Hyperliquid?

Programmatic trading on Hyperliquid supports executing market, limit, trigger, and TWAP orders through its REST API for automated perpetual futures strategies.

How do I stream real-time order book data from a decentralized exchange?

You can stream real-time trades, order book updates, and user fills from a DEX by subscribing to WebSocket API channels provided by the exchange infrastructure.

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

Yes, executing authenticated actions and placing orders on the Hyperliquid DEX requires EIP-712 signing to securely authorize transactions from your wallet.

Can I manage leverage and margin automatically for perpetual futures positions?

Yes, you can programmatically adjust leverage, manage margin, and close positions on the Hyperliquid DEX to automate risk management for perpetual futures.

What Python libraries are needed to interact with the Hyperliquid API?

Interacting with the Hyperliquid API requires Python libraries including the hyperliquid-python-sdk, eth-account for signing, websocket-client for streams, and requests for REST calls.