Skip to content

The Unofficial Python Wrapper for Changelly Exchange API.

License

Notifications You must be signed in to change notification settings

codingsett/Changelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelly Exchange API Client

License: LGPL v3 PyPI - Python Version PRs Welcome

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.

Contributing

Feel free to contribute to this project.

About

The Unofficial Python Wrapper for Changelly Exchange API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages