Appearance
import ccxt exchange = ccxt.binance() btc = exchange.fetch_ticker('BTC/USDT') print(btc['last'])