Skip to content

Commit c49dc36

Browse files
committed
docs: hyperliquid unified accounts documentation
1 parent 6cf7378 commit c49dc36

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/exchanges.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@ On startup, freqtrade will set the position mode to "One-way Mode" for the whole
368368
!!! Tip "Stoploss on Exchange"
369369
Hyperliquid supports `stoploss_on_exchange` and uses `stop-loss-limit` orders. It provides great advantages, so we recommend to benefit from it.
370370

371+
!!! Warning "Unified accounts"
372+
Hyperliquid unified accounts are supported - though this relies freqtrade's assumption of "owning" the account, and being the only one trading on it (in this case, extended to both spot and futures).
373+
We hence recommend the usage of subaccounts where possible, and to avoid manual trading on the same account while the bot is running.
374+
Freqtrade will attempt to detect the account type on startup - changing the account type mid-trading is not supported and may lead to exceptions and errors.
375+
371376
Hyperliquid is a Decentralized Exchange (DEX). Decentralized exchanges work a bit different compared to normal exchanges. Instead of authenticating private API calls using an API key, private API calls need to be signed with the private key of your wallet (We recommend using an api Wallet for this, generated either on Hyperliquid or in your wallet of choice).
372377
This needs to be configured like this:
373378

@@ -423,6 +428,7 @@ Your balance and trades will now be used from your vault / subaccount - and no l
423428
!!! Note
424429
You can only use either a vault or a subaccount - not both at the same time.
425430

431+
426432
### Historic Hyperliquid data
427433

428434
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)