binance-api-node
binance-api-node copied to clipboard
Delivery APIs are all missing in the latest version (0.12.9) ?
I can't find any delivery APIs in the latest version (0.12.9). For example, deliveryExchangeInfo does not exist in the code. How can I use delivery APIs? Thanks
Yes, that's right. This binance-api-node still doesn’t support delivery APIs even in the latest version. So the best move is to just use it for spot and USDT futures, and then mix in raw HTTP calls for the delivery stuff.
Added a bunch of methods recently. Can you guys point me to the specific delivery API docs you are mentioning? I'll take a look
Added a bunch of methods recently. Can you guys point me to the specific delivery API docs you are mentioning? I'll take a look
As I mentioned above, all delivery APIs are missing, none of them are implemented in the binance-api-node npm source code.