Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.26 KB

exchangebalances

A collection of python3 scripts to check your balance/positions on crypto exchanges

These scripts gets your account banace and positions
bbinance.py - Binance (requires python-binance pip3 library)
bbitfinex.py - Bitfinex (requires bitfinex-api-py pip3 library)
bbitmex.py - Bitmex (requires bitmex pip3 library)
bbittrex.py - Bittrex (requires python-bittrex pip3 library)
bbybit.py - ByBit (requires bybit pip3 library)
bcoinbase.py - Coinbase (requires coinbase pip3 library)
bcoinex.py - Coinex
bcoinexfutures.py - Coinex Perpetuals (requires coinex_perpetual_api github)
bftx.py - FTX (requires client.py from the FTX github)
bftxus.py - FTX.US (requires client.py from FTX github except rename to client2.py and more changes below*
bhitbtc.py - HitBTC
bqtrade.py - qTrade.io (requires qtrade-py-client github)
cmc.py - Coinmarketcap's Top 10
cmcprice.py - Get price from Coinmarketcap
dydxbalances.py - dydx spot/margin
dydxl2.py - dydx layer 2 perpetuals (requires dydx-v3-python pip3 library)

*For FTX.US: The following is a diff of changes made to client.py. Rename to client2.py. image