Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
182 stars 113 forks source link

Futures API #120

Open Marvino98 opened 6 months ago

Marvino98 commented 6 months ago

Hi, I am a heavy futures API user. Can there be an implementation to transfer futures assets to spot wallet? For example move USDT in futures wallet to spot wallet.

Marvino98 commented 6 months ago

Also is there a keep alive connection in this crate? @Igosuki

smfx commented 2 months ago

@Marvino98 I use this method for keeping the connection alive. Binance doc advices to ping it every 30 minutes.