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 details)
Built Distribution
File details
Details for the file changelly-0.11.tar.gz
.
File metadata
- Download URL: changelly-0.11.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8be9079e6b168c4cde18e97266456faa94aba3c8ad1ce333a829ca730a95f247
|
|
MD5 |
1fe80885bc546d00897359701a322dc3
|
|
BLAKE2b-256 |
766e4440cbbbcb29814ee4f8effd505ad45796b328004c0b7f914e2eed58ec7a
|
File details
Details for the file changelly-0.11-py2.py3-none-any.whl
.
File metadata
- Download URL: changelly-0.11-py2.py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cd4e77f88ce757d7a9b70ceb5afbd6d08c5094cb16b99a04c6af9d19a8bb8935
|
|
MD5 |
5f214c12249ee5ad1af68aac28ffa568
|
|
BLAKE2b-256 |
0b4e37f0930d33abb4415bd7c5096d81d9c73b0e639666443ec1e8a5de62ce12
|