A python wrapper for the bl3p cryptocurrency exchange
Project description
pybl3p
A Python bl3p API
installation
$ pip install pybl3p
usage
For the public API
from pybl3p.public import orderbook
orderbook()
For the private API first set your public and private key as environment variables:
export BL3P_PUB="........-....-....-....-............"
export BL3P_PRIV="(long string with a-z/A-Z/0-9 and =)"
from pybl3p.private import depth_full
depth_full()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybl3p-0.4.tar.gz
(6.0 kB
view hashes)
Built Distribution
pybl3p-0.4-py3-none-any.whl
(7.0 kB
view hashes)