groawr
1
Based on the code, price
is required parameter.
But based on the doc, Binance API Documentation, it says priceMatch
can’t be passed together with price
.
Passing price
together with priceMatch
will also fail, so basically there’s no way to modify priceMatch
(unless I modify the library code directly?)
Any thoughts on this?