Skip to content

Commit ba6d210

Browse files
authored
Merge pull request freqtrade#12811 from stash86/main-stash
Add note about different pair naming for HIP-3
2 parents aff46ac + fea13d1 commit ba6d210

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/exchanges.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Kucoin supports [time_in_force](configuration.md#understand-order_time_in_force)
239239

240240
### Kucoin Blacklists
241241

242-
For Kucoin, it is suggested to add `"KCS/<STAKE>"` to your blacklist to avoid issues, unless you are willing to maintain enough extra `KCS` on the account or unless you're willing to disable using `KCS` for fees.
242+
For Kucoin, it is suggested to add `"KCS/<STAKE>"` to your blacklist to avoid issues, unless you are willing to maintain enough extra `KCS` on the account or unless you're willing to disable using `KCS` for fees.
243243
Kucoin accounts may use `KCS` for fees, and if a trade happens to be on `KCS`, further trades may consume this position and make the initial `KCS` trade unsellable as the expected amount is not there anymore.
244244

245245
## HTX
@@ -319,7 +319,6 @@ API Keys for live futures trading must have the following permissions:
319319

320320
We do strongly recommend to limit all API keys to the IP you're going to use it from.
321321

322-
323322
## Bitmart
324323

325324
Bitmart requires the API key Memo (the name you give the API key) to go along with the exchange key and secret.
@@ -458,6 +457,8 @@ Replace `"dex_name_1"` and `"dex_name_2"` with the actual names of the HIP-3 DEX
458457
!!! Note
459458
HIP-3 DEXes share the same wallet and free amount of collateral as your main Hyperliquid account. Trades on different DEXes will affect your overall account balance and margin.
460459

460+
The pair name for HIP-3 pairs will be slightly different than non HIP-3 pairs. Please use `list-pairs` subcommand to get the correct pair naming for all pairs for the specified dexes.
461+
461462
## Bitvavo
462463

463464
If your account is required to use an operatorId, you can set it in the configuration file as follows:
@@ -521,5 +522,5 @@ For example, to test the order type `FOK` with Kraken, and modify candle limit t
521522

522523
!!! Warning
523524
Please make sure to fully understand the impacts of these settings before modifying them.
524-
Using `_ft_has_params` overrides may lead to unexpected behavior, and may even break your bot.
525+
Using `_ft_has_params` overrides may lead to unexpected behavior, and may even break your bot.
525526
We will not be able to provide support for issues caused by custom settings in `_ft_has_params`.

0 commit comments

Comments
 (0)