Hyperliquid
đ Connector Info¶
- Exchange Type: Decentralized Exchange (DEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Notes |
---|---|---|
đ Spot Connector | Not available | |
đ Perp Connector | â | Supports testnet |
đ¯ Spot Candles Feed | Not available | |
đ¯ Perp Candles Feed | Not available | |
đ Connector Guide | â |
âšī¸ Exchange Info¶
- Website: https://app.hyperliquid.xyz/
- CoinMarketCap: https://coinmarketcap.com/exchanges/hyperliquid/
- CoinGecko: https://www.coingecko.com/en/exchanges/hyperliquid
- API Docs: https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api
- Fees: https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees
- Supported Countries: Not available
đ How to Connect¶
Tip
See the Hyperliquid Vault Guide for more details on how to use Hyperliquid VauLts.
Add Keys to Hummingbot¶
From inside the Hummingbot client, run connect hyperliquid_perpetual
in Hummingbot in order to connect your wallet:
If connection is successful:
đ Perp Connector¶
Integration to perpetual futures markets API endpoints
- ID:
hyperliquid_perpetual
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/derivative/hyperliquid_perpetual
Order Types¶
This connector supports the following OrderType
constants:
LIMIT
LIMIT_MAKER
MARKET
Position Modes¶
This connector supports the following position modes:
- One-way
Paper Trading¶
This perp exchange offers a paper trading mode: https://app.hyperliquid-testnet.xyz/trade
Afer you create an account and create the API keys, you can enter them by using the connect hyperliquid_perpetual_testnet
command within the Hummingbot client. Once connected, you should be able to use the testnet with the available perpetual strategies / scripts.