tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
734 stars 265 forks source link

[COIN-M] coin margined futures support? #152

Open waterdrop01 opened 2 years ago

waterdrop01 commented 2 years ago

Hello, Opening this issue to track the status of support for coin margined (COIN-M) futures on Binance in the API! Thanks!

tiagosiebler commented 2 years ago

I've wanted to add it but not yet had the bandwidth. It should be relatively easy to clone the usdm client into a coinm client, then it's just updating any usdm references to coinm and checking all the API endpoints. I'll gladly review a pull request if you have the bandwidth to even start parts of it. Thanks!

eugeneglova commented 1 year ago

@tiagosiebler please review https://github.com/tiagosiebler/binance/pull/305