Skip to content

A python client for wex.nz cryptocurrency exchange API

License

Notifications You must be signed in to change notification settings

qweeze/wex-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wex.nz API client

A python client for wex.nz cryptocurrency exchange API.
Public API docs
Trade API docs
Tested with python 2.7.13 and 3.6

Installation
$ pip install wex-api
Usage example
from wex import Client
client = Client('your-API-key', 'your-API-secret')
# if key and secret not provided, only public API methods are available
market_info = client.info()
my_orders = client.active_orders('btc_usd')

About

A python client for wex.nz cryptocurrency exchange API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages