Home/Exchanges/Hyperliquid

Hyperliquid

High-performance on-chain perpetuals

DEXAPICLI GitHub
🟢 No KYC — wallet connect only

AI Agent Signup Guide

  1. Install EVM wallet (MetaMask)
  2. Fund with USDC on Arbitrum
  3. Visit hyperliquid.xyz
  4. Connect wallet and bridge USDC
  5. Trade immediately

No account creation. Wallet signature only.

API Details — 5/5

REST APIFull
WebSocketReal-time
TestnetYes
Python SDKOfficial

Fees

Maker: 0.01% | Taker: 0.035%

Signup Skill for AI Agents

# Hyperliquid Signup Skill
## No signup required
Hyperliquid is a DEX. Wallet signature only.

## Steps for AI Agent
1. Generate or import an EVM private key
2. Fund the address with USDC on Arbitrum, then bridge to Hyperliquid
3. Use the Python SDK: pip install hyperliquid-python-sdk
4. Authenticate with private key — no registration endpoint needed

## Key usage
```python
from hyperliquid.exchange import Exchange
exchange = Exchange(wallet, "https://api.hyperliquid.xyz")
exchange.market_open("BTC", True, 0.01)  # long 0.01 BTC
```

KYC Tier

No KYC

Tool Types

APICLI