Skip to content

joeselway/api-client-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BTC Markets python client

A client implementation of [BTC Markets trading and account management API] (https://github.com/BTCMarkets/API) in python.

Expects keys.json containing two json key/value pairs:

{ "key" : "your-public-api-key", "secret" : "your-private-api-key" }

Example Usage:

client = BTCMarkets ('api key', 'private key') 
print client.account_balance()

TO DO List:

  • error handling for http request, input parameter and json encoding of response
  • support for http get query string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%