fetch_tickers
function to (perhaps, unsuprisingly) fetch all tickers from an exchange (if supported by exchange)Ccxtex.OHLCVS.Opts
struct options for fetch_ohlcvs functionCcxtex.Market
struct and response parsing/casting for fetch_markets resultsCcxtex.OHLCV
struct and response parsing/casting for fetch_ohlcvs resultsCcxtex.Ticker
struct and response parsing/casting for fetch_ticker and fetch_tickers results- improved specs for all Ccxtex fns
- package published on hex.pm
- MIT license
- JS bundle
- Switched to JavaScript Ccxt port instead of Python port
- Updated docs to match latest updates
fetch_exchanges()
function renamed toexchanges()