adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 664 forks source link

Include API errors in CreateBatchOrdersResponse #536

Closed H3Cki closed 5 months ago

H3Cki commented 6 months ago

Currently API errors are completly lost when creating multiple orders in a batch. I attempted to fix it by including errors in the response in a separate field so it's backwards-compatible.