-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get-order command error #1037
Labels
bug
Something isn't working
Comments
Binance api document https://binance-docs.github.io/apidocs/spot/cn/#user_data-20 |
looks like they changed the API |
lanphan
added a commit
to lanphan/bbgo
that referenced
this issue
Mar 27, 2024
lanphan
added a commit
to lanphan/bbgo
that referenced
this issue
Mar 27, 2024
lanphan
added a commit
to lanphan/bbgo
that referenced
this issue
Mar 28, 2024
c9s
added a commit
that referenced
this issue
Mar 28, 2024
FIX: issue #1037, get-order command error
this is fixed, you can close it, @c9s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: