wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues creating stop-limit orders

milewski opened this issue · 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...