binance-rs icon indicating copy to clipboard operation
binance-rs copied to clipboard

Issues creating stop-limit orders

Open milewski opened this issue 1 year ago • 0 comments

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...

milewski avatar Mar 05 '23 04:03 milewski