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
- Host: GitHub
- URL: https://github.com/mackeee-orange/pycoincheck
- Owner: mackeee-orange
- License: mit
- Created: 2017-01-25T16:29:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T23:59:23.000Z (over 9 years ago)
- Last Synced: 2026-05-05T16:08:13.474Z (about 1 month ago)
- Topics: python-wrapper
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"