Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 268 Bytes

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()