bitcoinvsalts / node-binance-trader

💰 Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. 🤖
https://bitcoinvsalts.com
MIT License
1.16k stars 381 forks source link

Get Cross Margin Market Pairs #117

Open PostmanSpat opened 2 years ago

PostmanSpat commented 2 years ago

The current API call to get market data from Binance does not differentiate between cross margin and isolated margin. Some trading pairs (e.g. ZRX/USDT) are only allowed on isolated margin. Need to use a different API call for more accuracy.

https://github.com/ccxt/ccxt/issues/8695