nardew / cryptoxlib-aio

cryptoxlib-aio - asynchronous python client for various crypto exchanges with full REST API and websocket support. Supported exchanges: AAX, Bibox, BiboxEurope, Binance (spot, margin, USDS-M futures, COIN-M futures, BLVT, BSwap), Bitforex, BitpandaPro, Bitvavo, BTSE, Coinmate, Eterbase, HitBTC, Liquid.
https://pypi.org/project/cryptoxlib-aio/
MIT License
133 stars 37 forks source link

[Feature] Binance symbol handling for /exchangeInfo #75

Closed nkrsic closed 3 years ago

nkrsic commented 3 years ago
nkrsic commented 3 years ago

Hi, I made a comment in the other PR about this approach, which removes the if-based handling altogether. This incorporates your request to use Pair instead of flat strings for symbols.

nkrsic commented 3 years ago

Hi @nardew this is my alternate take on that /exchangeInfo endpoint, with different functions. I may keep this branch around on my fork for reference, it's okay to delete this PR if you don't want it.

nardew commented 3 years ago

Hi @nkrsic, having merged your #74 I will close this one. Thank you!