Skip to content

7013145/python-1fox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license

python-1fox

A python implementation of the 1Fox API.

usage

onefox_client = OneFox('APIKEY')

user_btc = onefox_client.user_get() # BTC by default
user_bch = onefox_client.user_get('BCH') # explicitly BCH 

user_overview_btc = onefox_client.user_overview(currency='BTC')
user_overview_bch = onefox_client.user_overview(currency='BCH')

user_dead_man_switch = onefox_client.user_dead_man_switch(['BTCUSD', 'ETHUSD'], stop=False)

See official documentation for full list of methods, and explanations of parameters.

found it useful?

BTC : 392Hhbq82th5cNFLbNmX1RwUQDTPyfGYbt

BCH : bitcoincash:qq5wyu87ysypp7qxhq7qxqufkd3tdhud5vldjszw3q

BCH*: 14jBJ6ZsKyhcN2SbwZxbyRYq68sw889NMD

* translated address

About

A python implementation of the 1Fox API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages