Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 167 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 167 Bytes

BitFinex-Python-API

WIP BitFinex Python API wrapper

Example:

from bitfinex.bitfinex import BitFinex

bf = BitFinex('key', 'secret')

print(bf.do_deposit())