🔐API Troubleshooting

Kraken:

Please setup your API key like this:

Common Errors

"error": "An error occurred: kraken {\"error\":[\"EAccount:Invalid permissions:USDT trading restricted for ________\"]}"

Kraken banned USDT in some countries

"error": "An error occurred: kraken {\"error\":[\"EGeneral:Permission denied\"]}",

Set permissions as shown in above photo.

MEXC

Please setup your API key like this:

IF YOU USE MEXC TO AUTOMATED TRADE, YOUR SELECTED PAIR MUST BE IN HERE

Common Errors

"error": "An error occurred: mexc {\"code\":10004,\"msg\":\"symbol not support api\"}"

MEXC whitelists certain symbols and a lot are not tradable via API.

"error_message": "mexc {\"code\":700006,\"msg\":\"IP [xxxxxxxxxx] not in the ip white list\"}"

Make sure to setup API as above, do not use a whitelist for IPs

Last updated