aspernaturet
Version:
A library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs
12 lines (7 loc) • 384 B
Markdown
# CCXT Python Examples
To run Python examples from any folder, type in console:
```shell
python path/to/example.py # substitute for actual filename here
```
Example files starting with `async-` require Python 3.6 with `async`/`await` and async generators support.
