Changelly Exchange API client
Project description
## Changelly Exchange API Client
[](https://www.gnu.org/licenses/lgpl-3.0)

[](http://makeapullrequest.com)
This module helps you to interact with changelly api easily from your Python3 applications.
## Installation
Use pip to install the module:
```
pip install changelly
```
## Basic Usage
Initialize changelly client object
```
from Changelly.changelly import ChangellyApi
client = ChangellyApi('apikey','apisecret')
params={
"from": "eth",
"to": "btc",
"amount": "1"
}
x=client.getExchangeAmount('1',**params)
print(x)
```
## Documentation
* The Official API documentation can be found [here](https://api-docs.changelly.com/).
## Contributing
Feel free to contribute to this project.
[](https://www.gnu.org/licenses/lgpl-3.0)

[](http://makeapullrequest.com)
This module helps you to interact with changelly api easily from your Python3 applications.
## Installation
Use pip to install the module:
```
pip install changelly
```
## Basic Usage
Initialize changelly client object
```
from Changelly.changelly import ChangellyApi
client = ChangellyApi('apikey','apisecret')
params={
"from": "eth",
"to": "btc",
"amount": "1"
}
x=client.getExchangeAmount('1',**params)
print(x)
```
## Documentation
* The Official API documentation can be found [here](https://api-docs.changelly.com/).
## Contributing
Feel free to contribute to this project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
changelly-0.11.tar.gz
(15.8 kB
view hashes)
Built Distribution
Close
Hashes for changelly-0.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd4e77f88ce757d7a9b70ceb5afbd6d08c5094cb16b99a04c6af9d19a8bb8935 |
|
MD5 | 5f214c12249ee5ad1af68aac28ffa568 |
|
BLAKE2b-256 | 0b4e37f0930d33abb4415bd7c5096d81d9c73b0e639666443ec1e8a5de62ce12 |