An open API service indexing awesome lists of open source software.

https://github.com/mackeee-orange/pycoincheck

Python wrapper of coincheck's REST API
https://github.com/mackeee-orange/pycoincheck

python-wrapper

Last synced: about 1 month ago
JSON representation

Python wrapper of coincheck's REST API

Awesome Lists containing this project

README

          

# pycoincheck

*pycoincheck* is a python wrapper of CoinCheck's REST API.

This is [Document][]

## Install
Using pip
`$ pip install pycoincheck`

## Usage
import pycoincheck
api = pycoincheck.API(api_key="your api_key", api_secret="your api_secret")

[Document]: https://coincheck.com/ja/documents/exchange/api "Document"