Skip to content

opaolini/python-bitcurex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-bitcurex

Python wrapper for Bitcurex.pl's bitcoin exchange API

Example Usage

import BitcurexAPI

API_KEY ='Your key'
API_SECRET = 'Your secret'

conn = BitcurexAPI.BitcurexAPI(API_KEY, API_SECRET)

conn.getFunds()

About

Python wrapper for Bitcurex.pl's bitcoin exchange API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages