adshao / go-binance

A Go SDK for Binance API
MIT License
1.49k stars 661 forks source link

call in sequence #339

Closed gutofurlan closed 4 weeks ago

gutofurlan commented 2 years ago

good night,

I need to call 3 buy and sell orders in sequence, all market orders. Is there a way to do this? I buy one coin, then I buy another, and then I buy another.

How do I guarantee that the order was carried out?

thanks

adshao commented 2 years ago

good night,

I need to call 3 buy and sell orders in sequence, all market orders. Is there a way to do this? I buy one coin, then I buy another, and then I buy another.

How do I guarantee that the order was carried out?

thanks

Do you mean the batch orders? You can use GetOrderService to check order status.

xyq-c-cpp commented 4 weeks ago

No response for a long time, close this issue