Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.5 KB

File metadata and controls

34 lines (23 loc) · 1.5 KB

Coinbase

https://img.shields.io/pypi/v/pycoinbaseapi?style=plastic https://img.shields.io/pypi/wheel/pycoinbaseapi?style=plastic https://img.shields.io/pypi/pyversions/pycoinbaseapi?style=plastic https://img.shields.io/pypi/l/pycoinbaseapi?style=plastic https://img.shields.io/github/contributors/GauthamramRavichandran/coinbase-python?style=plastic

The fork of official Python library for the Coinbase API.

Features

  • Near-100% test coverage.
  • Support for both API Key + Secret and OAuth 2 authentication.
  • Convenient methods for making calls to the API - packs JSON for you!
  • Automatic parsing of API responses into relevant Python objects.
  • All objects have tab-completable methods and attributes when using IPython.

For more information, please visit the Github repository.

Credits to the original creator, Original Github repository.