Closed ndphuong closed 3 years ago
I see official binance api describe: GET /api/v3/orderList
But our code is: https://github.com/JKorf/Binance.Net/blob/7387bba4731b49e826742efa0649a0a50e02791b/Binance.Net/SubClients/Spot/BinanceClientSpotOrders.cs#L632-L634
It should replace listClientOrderId by origClientOrderId right?
You're right, it's fixed in the latest version.
I see official binance api describe: GET /api/v3/orderList
But our code is: https://github.com/JKorf/Binance.Net/blob/7387bba4731b49e826742efa0649a0a50e02791b/Binance.Net/SubClients/Spot/BinanceClientSpotOrders.cs#L632-L634
It should replace listClientOrderId by origClientOrderId right?