Skip to content

api-evangelist/hyperliquid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperliquid (hyperliquid)

Hyperliquid is a high-performance Layer 1 blockchain (HyperBFT consensus, HyperCore + HyperEVM execution) best known for its native perpetual futures and spot DEX with capacity for hundreds of thousands of orders per second. Developers and traders interact with Hyperliquid through a public REST and WebSocket API at api.hyperliquid.xyz for trading, order management, market data, and account state. Official Python and Rust SDKs wrap the API, and the node, order-book server, and HyperEVM tooling are open-sourced under the hyperliquid-dex GitHub organization.

APIs.json: https://raw.githubusercontent.com/api-evangelist/hyperliquid/refs/heads/main/apis.yml

Tags

  • DeFi
  • Perpetuals
  • DEX
  • Layer 1
  • Trading
  • Order Book
  • HyperEVM

Timestamps

  • Created: 2026-05-23
  • Modified: 2026-05-29

APIs

Hyperliquid REST API

Public REST API for the Hyperliquid exchange. Read endpoints expose market metadata, order books, candles, trades, funding rates, user state, open orders, fills, and historical data. Write endpoints (under /exchange) accept signed actions for placing, cancelling, and modifying orders, transferring USDC, adjusting leverage, and managing sub-accounts and vaults.

Tags

  • REST
  • Trading
  • Market Data
  • Perpetuals

Properties

Hyperliquid WebSocket API

Real-time WebSocket feed delivering order-book deltas, trades, candles, BBO, user fills, user funding, user-events, and active asset context. Also supports WebSocket-based POST actions for low-latency order management.

Tags

  • WebSocket
  • Streaming
  • Order Book
  • Real-Time

Properties

Hyperliquid Python SDK

Official Python SDK for the Hyperliquid REST and WebSocket APIs. Handles EIP-712 signing, action serialization, websocket subscription management, and typed wrappers for market and trading endpoints.

Tags

  • SDK
  • Python
  • Trading

Properties

Hyperliquid Rust SDK

Official Rust SDK for the Hyperliquid REST and WebSocket APIs, suited for high-performance market-making and trading clients.

Tags

  • SDK
  • Rust
  • Trading

Properties

Hyperliquid Node

Open-source Hyperliquid validator / non-validating node distribution used to participate in the HyperBFT consensus network and serve HyperCore + HyperEVM state.

Tags

  • Node
  • Validator
  • Infrastructure

Properties

HyperEVM JSON-RPC

EVM-compatible JSON-RPC endpoint exposed by Hyperliquid for deploying and interacting with smart contracts on HyperEVM (chain ID 999), executed alongside HyperCore.

Tags

  • JSON-RPC
  • EVM
  • HyperEVM
  • Smart Contracts

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Hyperliquid — high-performance L1 + DEX for perps trading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors