binance-api-node
binance-api-node copied to clipboard
Can we Buy and sell futures with this library? or any recommendation?
Can we Buy and sell futures with this library? or any recommendation?
Same question.
https://www.npmjs.com/package/binance-api-node#order
but instead of client.order(), use client.futuresOrder()
https://www.npmjs.com/package/binance-api-node#order
but instead of client.order(), use client.futuresOrder()
does futures have the same client.orderTest function like the spot? can we use client.futuresOrderTest()