Hyperliquid Market Data Connector
Hyperliquid Data Connector based on WebSocket/REST.
Configuration
Data Connector Parameters
| Parameter | Default Value | Description |
|---|---|---|
| WebSocket URL | wss://api.hyperliquid.xyz/ws | WebSocket root URL. |
| REST URL | https://api.hyperliquid.xyz/ | REST root URL. |
| Read Timeout | 15000 | Read timeout in milliseconds. |
| Reconnect Timeout | 15000 | Reconnect timeout in milliseconds. |
| Exchange Name | HYPERLIQD | Exchange name for this session. |
| Output Book Size | 20 | Size of the output book. |
Symbology
Supported instrument types: the current version supports SPOT and PERP.
Supported symbol notations:
| Symbol Notation | Examples |
|---|---|
| COIN (upper case) (PERP) | BTC ETH |
| CRYPTO/PAIR (upper case) (SPOT) | PURR/USDC |
| @index (SPOT) | @1 @2 |
Full symbol list: TBD