New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coinbase

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinbase

Coinbase API client library

2.1.0
PyPI
Maintainers
1

Coinbase

.. image:: https://img.shields.io/pypi/v/coinbase.svg :target: https://pypi.python.org/pypi/coinbase

.. image:: https://img.shields.io/travis/coinbase/coinbase-python/master.svg :target: https://travis-ci.org/coinbase/coinbase-python

.. image:: https://img.shields.io/pypi/dm/coinbase.svg :target: https://pypi.python.org/pypi/coinbase/

.. image:: https://img.shields.io/pypi/wheel/coinbase.svg :target: https://pypi.python.org/pypi/coinbase/

.. image:: https://img.shields.io/pypi/pyversions/coinbase.svg :target: https://pypi.python.org/pypi/coinbase/

.. image:: https://img.shields.io/pypi/l/coinbase.svg :target: https://pypi.python.org/pypi/coinbase/

The official Python library for the Coinbase API <https://developers.coinbase.com/api>_.

Features

  • Near-100% test coverage.
  • Support for both API Key + Secret <https://developers.coinbase.com/api/v2/#api-key>_ and OAuth 2 <https://developers.coinbase.com/api/v2/#oauth2-coinbase-connect>_ 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 <http://ipython.org>_.

For more information, please visit the Github repository <https://github.com/coinbase/coinbase-python>_.

Note: this package name used to refer to the unofficial coinbase_python library maintained by George Sibble <http://onepercentbreadsticks.com/>_ . George graciously allowed us to use the name for this package instead. You can still find that package on Github <https://github.com/sibblegp/coinbase_python>_ . Thanks, George.

Keywords

api

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts