Skip to main content

Helper library to store current best bid from crypto exchanges APIs

Project description

topbid

Helper library to store current best bid from crypto exchanges APIs

Installation

pip install topbid

Usage

>>> from topbid.orderbook import OrderBook

>>> orderbook = OrderBook("cryptocompare-api-key", ["binance", "kucoin"])
2023-01-01 13:37:00,000 - topbid_orderbook - INFO - Saved mappings from CryptoCompare API for exchange binance
2023-01-01 13:37:00,000 - topbid_orderbook - INFO - Saved mappings from CryptoCompare API for exchange kucoin

>>> orderbook.update("binance", ["BTC/USDT"])

>>> o.get_orderbook_bid_by_trade({"pair": "BTC/USDT", "exchange": "binance"})
(23130.41, 0.05)

Build

python -m build

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

topbid-0.2.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

topbid-0.2.0-py3-none-any.whl (4.6 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