Requirements:
- Python >= 3
Install using:
pip install --upgrade coinapi_rest_v1
Import this way
from coinapi_rest_v1.restapi import CoinAPIv1
To run examples:
git clone https://github.com/coinapi/coinapi-sdk/
cd coinapi-sdk/data-api/python-rest/coinapi_rest_v1
# edit examples.py, fill your API key inside of it
python examples.py YOUR_API_KEY