wisespace-io / binance-rs

Rust Library for the Binance API
Other
669 stars 300 forks source link

Issues creating stop-limit orders #202

Open milewski opened 1 year ago

milewski commented 1 year ago

When I create a stop-limit buy order, the order goes through successfully but I get an error variant back:

Error(ReqError(reqwest::Error { kind: Decode, source: Error("missing field `price`", line: 1, column: 129) }), State { next_error: None, backtrace: InternalBacktrace })

But looking at Binance order book directly I can see it is there.. no issue...