ERROR main panic: 130: thread 'main' panicked at 'main_core failed gathering data: failed obtaining instruments from exchange

ERROR main panic: 130: thread 'main' panicked at 'main_core failed gathering data: failed obtaining instruments from exchange

Caused by:
missing field symbols at line 4 column 1

Location:
exchange/exchange/crates/binance/src/symbol.rs:130:40': service/user/main.rs:52

Please, post the relevant part of your code.

But I am guessing you're trying to make a request to the Binance API and are getting the error that a symbol is missing.

Basically, the Binance API expects a field symbols in your request which you're currently not sending. Symbols would be currencies like BTC, BTSUSDT,...

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.