From 3f41910eb4628af4bdf400cf45daf01ba5d50a50 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 Dec 2024 12:10:22 +0100 Subject: [PATCH] docs: add myokx special case documentation --- docs/exchanges.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/exchanges.md b/docs/exchanges.md index 34a2e4d14..c513c5646 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -236,6 +236,9 @@ OKX requires a passphrase for each api key, you will therefore need to add this } ``` +If you've registered with OKX on the host my.okx.com (OKX EAA)- you will need to use `"myokx"` as the exchange name. +Using the wrong exchange will result in the error "OKX Error 50119: API key doesn't exist" - as the 2 are separate entities. + !!! Warning OKX only provides 100 candles per api call. Therefore, the strategy will only have a pretty low amount of data available in backtesting mode.