bbgo icon indicating copy to clipboard operation
bbgo copied to clipboard

get-order command error

Open liaochy opened this issue 3 years ago • 2 comments

executing get-ordercommand ../bin/bbgo-slim get-order --order-id 16863344284 --session=binance --symbol=BTCUSDT --dotenv .env.binance.btcusdt

Result FATAL cannot execute command error=<APIError> code=-1105, msg=Parameter 'symbol' was empty.

cmd/orders.go service.QueryOrder should add symbol to Parameter list

liaochy avatar Dec 30 '22 02:12 liaochy

Binance api document https://binance-docs.github.io/apidocs/spot/cn/#user_data-20

liaochy avatar Dec 30 '22 02:12 liaochy

looks like they changed the API

c9s avatar Dec 30 '22 11:12 c9s

this is fixed, you can close it, @c9s

lanphan avatar Mar 28 '24 06:03 lanphan