Skip to content

Commit 25ffc76

Browse files
committed
docs(hyperliquid): documentation for hyperliquid vault / subaccount
closes freqtrade#11500
1 parent 15b1cff commit 25ffc76

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/exchanges.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,27 @@ Hyperliquid handles deposits and withdrawals on the Arbitrum One chain, a Layer
363363
* Create a different software wallet, only transfer the funds you want to trade with to that wallet, and use that wallet to trade on Hyperliquid.
364364
* If you have funds you don't want to use for trading (after making a profit for example), transfer them back to your hardware wallet.
365365

366+
### Hyperliquid Vault / Subaccount
367+
368+
Hyperliquid allows you to create either a vault or a subaccount.
369+
To use these with Freqtrade, you will need to use the following configuration pattern:
370+
371+
``` json
372+
"exchange": {
373+
"name": "hyperliquid",
374+
"walletAddress": "your_vault_address", // Vault or subaccount address
375+
"privateKey": "your_api_private_key",
376+
"ccxt_config": {
377+
"options": {
378+
"vaultAddress": "your_vault_address" // Optional, only if you want to use a vault or subaccount
379+
}
380+
},
381+
// ...
382+
}
383+
```
384+
385+
Your balance and trades will now be used from your vault / subaccount - and no longer from your main account.
386+
366387
### Historic Hyperliquid data
367388

368389
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.

0 commit comments

Comments
 (0)