Skip to main content

Binance, Bybit API

Project description

Cryptocurrency API Clients for Binance and Bybit

This project provides a comprehensive library for interacting with the APIs of the Binance and Bybit cryptocurrency exchanges. It's designed for developers and analysts who need to access market data, trading information, and statistical insights in real-time.

Features

  • Versatile Market Data Access: Retrieve real-time market data including exchange information, order books, recent trades, and more.
  • Support for Multiple Market Types: Compatible with different market types such as spot, derivatives, futures, and options.
  • Advanced Trading Operations: Facilitates advanced trading operations like historical trades lookup, aggregated trades lists, and K-line (candlestick data) queries.
  • Websocket Support: Integration with Binance and Bybit Websockets for real-time data streaming.
  • Error Handling and Logging: Robust error handling and logging capabilities for reliable application development.

Installation

To install the library, use the following pip command:

pip install UniCryptTradeAPI
from UniCryptTradeAPI import SyncBinancePublic
from UniCryptTradeAPI import SyncBybitPublic

Initialize clients

binance_client = SyncBinancePublic(market_type='spot') bybit_client = SyncBybitPublic(category='spot')

Example usage

exchange_info = binance_client.get_exchange_information() order_book = bybit_client.get_order_book(symbol='BTCUSD')


## Main methods from Bybit
SyncBybitPublic:
- instrument
- symbols_in_trading
- tickers

SyncBybitPrivate:
- wallet-balance
- transaction-log

AsyncBybitPrivate:
- wallet-balance
- transaction-log

SyncBybitWebsocketPublic:
- base class

    





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

unitradeapi-0.124.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

unitradeapi-0.124-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

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