Skip to main content

wrapper library for bitflyer api

Project description

bitflyer-python

bitdlyer-python is a wrapper library for bitFlyer's HTTP API

install

Using pip

$ pip install bitflyer-py

usage

# Public API and Private API 
import bitflyer
api = bitflyer.API(api_key=<API_KEY>, api_secret=<API_SECRET>)

# Only Public API
api = bitflyer.API()

Public API does not require API Key, while Private API requires API Key authentication.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bitflyer_py-0.0.3-py3-none-any.whl (8.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