From b3bbb923586124efe32bcb7ca2c42ff7eea67c39 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Nov 2025 09:08:43 +0100 Subject: [PATCH] docs: slight rewording of hyperliquid subaccount docs --- docs/exchanges.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index 865328a8b..358242fe9 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -407,11 +407,11 @@ To use these with Freqtrade, you will need to use the following configuration pa ``` json "exchange": { "name": "hyperliquid", - "walletAddress": "your_master_wallet_address", // Your master wallet address (not API wallet address and not vault/subaccount address). - "privateKey": "your_api_private_key", // API wallet private key (see https://app.hyperliquid.xyz/API). You'll only need private key, API wallet address is not needed. + "walletAddress": "your_master_wallet_address", // Your master wallet address (not the API wallet address and not the vault/subaccount address). + "privateKey": "your_api_private_key", // API wallet private key (see https://app.hyperliquid.xyz/API). You'll only need the private key. "ccxt_config": { "options": { - "vaultAddress": "your_vault_address", // Optional, only if you want to use a vault OR... + "vaultAddress": "your_vault_address", // Optional, only if you want to use a vault ... "subAccountAddress": "your_subaccount_address" // OR optional, only if you want to use a subaccount } }, @@ -421,6 +421,9 @@ To use these with Freqtrade, you will need to use the following configuration pa Your balance and trades will now be used from your vault / subaccount - and no longer from your main account. +!!! Note + You can only use either a vault or a subaccount - not both at the same time. + ### Historic Hyperliquid data The Hyperliquid API does not provide historic data beyond the single call to fetch current data, so downloading data is not possible, as the downloaded data would not constitute proper historic data.