binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

Delivery APIs are all missing in the latest version (0.12.9) ?

Open incredible-devguy opened this issue 7 months ago • 3 comments

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

incredible-devguy avatar Apr 17 '25 12:04 incredible-devguy

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.

GobilINC avatar Apr 17 '25 20:04 GobilINC

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

balthazar avatar Apr 18 '25 00:04 balthazar

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.

incredible-devguy avatar Apr 20 '25 22:04 incredible-devguy