CCXT
Python Examples

Minimal 2 Lines

Minimal 2 Lines — CCXT Python code example.

import ccxt
print(ccxt.bitfinex().fetch_ticker('BTC/USDT'))