bbgo
bbgo copied to clipboard
get-order command error
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
Binance api document https://binance-docs.github.io/apidocs/spot/cn/#user_data-20
looks like they changed the API
this is fixed, you can close it, @c9s