Add exchange id for binance Futures

This commit is contained in:
Stefano Ariestasia 2022-04-01 20:48:13 +09:00 committed by GitHub
parent b40c017af5
commit 3c8387ab61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ When trading on Binance Futures market, orderbook must be used because there is
Binance has been split into 2, and users must use the correct ccxt exchange ID for their exchange, otherwise API keys are not recognized.
* [binance.com](https://www.binance.com/) - International users. Use exchange id: `binance`.
* [binance.com](https://www.binance.com/) - International users. Use exchange id: `binance` for spot market, and use `binanceusdm` or `binancecoinm` for Futures market.
* [binance.us](https://www.binance.us/) - US based users. Use exchange id: `binanceus`.
## Kraken