Skip to main content

bitget python wrapper with rest API, websocket API.

Project description

Python bitget API Library

License python-bitget Version python-bitget Python Versions python-bitget Downloads Per Day python-bitget Downloads Per Week python-bitget Downloads Per Month

bitget is a cryptocurrency derivatives exchange.

This is a wrapper around the Bitget API as described on Bitget, including all features the API provides using clear and readable objects, both for the REST as the websocket API.

I am in no way affiliated with Bitget, use at your own risk.

If you think something is broken, something is missing or have any questions, please open an Issue

Get Started and Documentation

If you're new to Bitget, use the following link to save 10% on all of your trade fees, and can get rewards up to $5005.

Install

pip install python-bitget

Usage

Change your API KEY and your SECRET KEY.

Restful Api Sample Code

from pybitget import Client

api_key = "your-api-key"
api_secret = "your-secret-key"
api_passphrase = "your-api-passphrase"

client = Client(api_key, api_secret, passphrase=api_passphrase)
result = client.mix_get_accounts(productType='UMCBL')
print(result)

Websocket Sample Code

from pybitget.stream import BitgetWsClient, SubscribeReq, handel_error

from pybitget.enums import *
from pybitget import logger

api_key = "your-api-key"
api_secret = "your-secret-key"
api_passphrase = "your-api-passphrase"

def on_message(message):
    logger.info(message)


# Auth subscribe
client = BitgetWsClient(api_key=api_key,
                        api_secret=api_secret,
                        passphrase=api_passphrase,
                        verbose=True) \
    .error_listener(handel_error) \
    .build()

# multi subscribe  - Public Channels
channels = [SubscribeReq("mc", "ticker", "BTCUSD"), SubscribeReq("SP", "candle1W", "BTCUSDT")]
client.subscribe(channels, on_message)

# single subscribe -     # multi subscribe  Public Channels
channels = [SubscribeReq("mc", "ticker", "BTCUSD")]
client.subscribe(channels, on_message)

# single subscribe - Order Channel - Private Channels
channels = [SubscribeReq(WS_CHANNEL_INSTTYPE, WS_PRIVATE_ORDERS_CHANNEL, WS_CHANNEL_INSTID)]
client.subscribe(channels, on_message)

Donate / Sponsor

I develop and maintain this package on my own for free in my spare time. Donations are greatly appreciated. If you prefer to donate any other currency please contact me.

  • BTC: 3LrqgdMbToh1mAD3sjhbv3oaEppXY7hkae

  • BTC: 0x329a9F2b01aDA25F15eAE4C633d3bed8442c7BC6 (BSC)

  • USDT: 0x329a9F2b01aDA25F15eAE4C633d3bed8442c7BC6 (BSC)

  • BGB: 0x3ee4ca7cc911ad4e423dec2ae8f2846e9a6a0a77 (ERC-20)

Communities

Release Notes

The release notes can be found here.

Contribution

  • Fork this repository.
  • Make pull requests with proper commit message.

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

python-bitget-1.0.4.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

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

python_bitget-1.0.4-py2.py3-none-any.whl (19.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-bitget-1.0.4.tar.gz.

File metadata

  • Download URL: python-bitget-1.0.4.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.6

File hashes

Hashes for python-bitget-1.0.4.tar.gz
Algorithm Hash digest
SHA256 e3a80f39b7531ba7b4190be65b7400a035974ad4312be5d87513efed47b54284
MD5 eaadd7643b535aa532534f1c8ae83a18
BLAKE2b-256 873a17b52d7f698abe5fd5392bb8a715a0eafbec7bbb6f265f6391ef530110b9

See more details on using hashes here.

File details

Details for the file python_bitget-1.0.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_bitget-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1b324fd05bc9b62c90bdea55c1daf36fe70e329b1fc1bd8fb93d23287dc3fbb3
MD5 750c77da83bb2fd66c6302861f7fa8a2
BLAKE2b-256 d956d679befaf5e2708ed6bd2ac7f3ffa6b38f5689197ee8fe29d898ad26bd35

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