Skip to main content
Version: nightly

Hyperliquid

warning

The Hyperliquid integration is still under active development.

Configuration

Data client configuration options

OptionDefaultDescription
base_url_httpNoneOverride for the REST base URL.
base_url_wsNoneOverride for the WebSocket base URL.
testnetFalseConnect to the Hyperliquid testnet when True.
http_timeout_secs10Timeout (seconds) applied to REST calls.

Execution client configuration options

OptionDefaultDescription
private_keyNoneEVM private key; loaded from HYPERLIQUID_PK when omitted.
vault_addressNoneVault address for delegated trading; loaded from HYPERLIQUID_VAULT when omitted.
base_url_httpNoneOverride for the REST base URL.
base_url_wsNoneOverride for the WebSocket base URL.
testnetFalseConnect to the Hyperliquid testnet when True.
max_retriesNoneMaximum retry attempts for order submission/cancel/modify calls.
retry_delay_initial_msNoneInitial delay (milliseconds) between retries.
retry_delay_max_msNoneMaximum delay (milliseconds) between retries.
http_timeout_secs10Timeout (seconds) applied to REST calls.