wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Binance.US support

gmale opened this issue · comments

Can this library be modified to make it easier to use with Binance.US? In most cases, this involves using endpoints like api.binance.us instead of api.binance.com. As far as I'm aware, the APIs are identical.

In most places, static constants seem to be used for defining hosts, particularly when it comes to websockets. It might be nice to create an Enum of supported hosts and then allow that to be passed into the Binance::new and WebSockets::connect functions.

This can be added to the scope of issue #61; there's a proposal there how to implement this.

@gmale We just released a new version which supports this. Please check https://github.com/wisespace-io/binance-rs#testnet-and-api-clusters
Kudos to @dorak88783