Skip to content

xchen20170101/LocalBitcoins-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

LocalBitcoins API

LocalBitcoins documentation: https://localbitcoins.com/api-docs/

Do you like this project? Support it by donating

  • Paypal Paypal: Donate
  • btc Bitcoin: 1DCEpC9wYXeUGXS58qSsqKzyy7HLTTXNYe

Examples

import LocalBitcoin

lc = LocalBitcoin.LocalBitcoin(hmac_auth_key, hmac_auth_secret, False)
lc.getMyself()

To generate hmac_auth_key (key) and hmac_auth_secret (secret), go to: https://localbitcoins.com/accounts/api/

If you want debug enabled, change False to True

MIT License

About

LocalBitcoins Python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%