Skip to main content

Bitstamp API python implementation

Project description

https://badge.fury.io/py/BitstampClient.svg

bitstamp-python-client

Python package to communicate with the bitstamp.net API (v1 and v2).

Compatible with Python 2.7+ and Python 3.3+

Overview

There are two classes. One for the public part of API and a second for the trading part.

Public class doesn’t need user credentials, because API commands which this class implements are not bound to bitstamp user account.

Description of API: https://www.bitstamp.net/api/

Install

Install from PyPi:

pip install BitstampClient

Install from git:

pip install git+git://github.com/kmadac/bitstamp-python-client.git

Usage

Here’s a quick example of usage:

>>> import bitstamp.client

>>> public_client = bitstamp.client.Public()
>>> print(public_client.ticker()['volume'])
8700.01208078

>>> trading_client = bitstamp.client.Trading(
...     username='999999', key='xxx', secret='xxx')
>>> print(trading_client.account_balance()['fee'])
0.5000
>>> print(trading_client.ticker()['volume'])   # Can access public methods
8700.01208078

How to activate a new API key

  1. Login your Bitstamp account

  2. Click on Security -> Api Access

  3. Select permissions which you want to have for you access key (if you don’t check any box, you will get error message ‘No permission found’ after each API call)

  4. Click the ‘Generate key’ button and don’t forget to write down your Secret!

  5. Click ‘Activate’

  6. Goto your Inbox and click on link sent by Bitstamp to activate this API key

Class diagram

Class diagram

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

BitstampClient-2.2.10.tar.gz (7.8 kB view details)

Uploaded Source

File details

Details for the file BitstampClient-2.2.10.tar.gz.

File metadata

  • Download URL: BitstampClient-2.2.10.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for BitstampClient-2.2.10.tar.gz
Algorithm Hash digest
SHA256 4224d2ed75dac2892f498436874e5d2cf72a054731a4e9ae48e1bfc79842c5c9
MD5 daeadb6e1002d4a1d7901db83a8d8759
BLAKE2b-256 76612272f9c55a8cb734530e80975685e1354f7c9d234e5faac4b8ff215dcd9d

See more details on using hashes here.

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