alplabin
alplabin
Hey, The [`NOTIONAL`](https://developers.binance.com/docs/binance-spot-api-docs/filters#notional) filter includes the following parameters: - `minNotional` - `applyMinToMarket` - `maxNotional` - `applyMaxToMarket` - `avgPriceMins` However, there shouldn't be any `Notional` parameters listed under the `NOTIONAL` filter...
Since the [endpoint](https://developers.binance.com/docs/binance-spot-api-docs/rest-api#test-new-order-trade) security type is [`TRADE`](https://developers.binance.com/docs/binance-spot-api-docs/rest-api#order-rate-limits), a signature is required. If you had like to test the function and learn how to add a signature, I recommend checking out...
As mentioned in the [`README`](https://github.com/binance/binance-connector-go/blob/main/README.md?plain=1#L293) file, Futures APIs are not supported by this connector. Therefore, you won't be able to query any futures symbols, such as 1000RATSUSDT, using this library.
This has been fixed in the last release: https://github.com/binance/binance-connector-go/releases/tag/v0.7.0
This has been fixed in the last release: https://github.com/binance/binance-connector-go/releases/tag/v0.7.0
WebSocket for futures is not supported by this connector, so the README does not need to be updated.
It has been added in latest release: https://github.com/binance/binance-spot-connector-rust/releases/tag/v1.2.0
Thank you, the pull request has been included in the latest release.
This issue has been fixed in the latest release.
@oviniciusfeitosa Do you still get the error with the latest version?