Skip to main content

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)

Uploaded Source

Built Distribution

pybl3p-0.4-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page