Skip to main content

Bitstamp API Client

Project description

Bitstamp API Client

Python package semantic-release: angular License: MIT

Overview

Install

Install from PyPI:

pip install bitstamp-api-client

Getting started

How to use the public client:

from bitstamp_api.clients.public import PublicApiClient
from bitstamp_api.models.tickers import MarketSymbol

public_api_client = PublicApiClient()

market_ticker = public_api_client.get_market_ticker(MarketSymbol.BTCUSD)

How to use the private client:

from bitstamp_api.clients.private import PrivateApiClient

private_api_client = PrivateApiClient(
    key="<bitstamp-api-key>",
    secret="<bitstamp-api-secret>",
    username="<bitstamp-username>",
)

account_balances = private_api_client.get_account_balances()

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

bitstamp_api_client-0.1.1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bitstamp_api_client-0.1.1-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file bitstamp_api_client-0.1.1.tar.gz.

File metadata

  • Download URL: bitstamp_api_client-0.1.1.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for bitstamp_api_client-0.1.1.tar.gz
Algorithm Hash digest
SHA256 854d2c2b431e3d2c647234d8d36e5c8fa744e551bcf2cc2efaf76d71a0f55436
MD5 265623edba346e950a629c79eaef7030
BLAKE2b-256 64890d2b4607fdc6b6b9cf746765421a3cbe29f700369e9114837ca05d78c436

See more details on using hashes here.

File details

Details for the file bitstamp_api_client-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bitstamp_api_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 69613f6cb981a1001598f5cca60251c233eefa671554757122db13794ef41764
MD5 842dba588e979366ca3ac23f0ec0b441
BLAKE2b-256 37ead7307cfcbb3df14fd70f54bd2e60301fe007884e94795dede43e08867222

See more details on using hashes here.

Supported by

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