dorak88783

Results 2 issues of dorak88783

The current implementation of futures endpoints is geared mainly to the USD-M futures [(link)](https://binance-docs.github.io/apidocs/futures/en/#change-log): e.g. https://github.com/wisespace-io/binance-rs/blob/master/src/config.rs#L18 and https://github.com/wisespace-io/binance-rs/blob/master/src/api.rs#L129 all have `fapi` hardcoded, but there is also `dapi` for the COIN-M...

I have a `dependabot.yml` file with ```yaml schedule: interval: daily time: "06:00" ``` The quotes around the `time` value are really needed, as dependabot expects a string here. Dropping the...