Wallex-python v.0.0.6
Wallex Python SDK
This is an unofficial Python wrapper for the Wallex exchange API v1 <https://api-docs.wallex.ir>
. use at your own risk.
Source code
https://github.com/wallexchange/wallex-python
Documentation
https://api-docs.wallex.ir/
Installation
pip install wallex-python --save
Usage
from wallex.client import Client
client = Client(api_key='YOUR_API_KEY')
License
Contributing
Tests
python -m pytest
Changelog
git log --pretty=format:'%h - %an, %ar : %s' --graph
Contributors
git shortlog -sn