Skip to main content

Helper library to fetch current best bid/ask from crypto exchanges orderbook APIs

Project description

topbid

Python 3.8 Code style: black

Helper library to fetch and store current orderbook top bid/ask price and volume from crypto exchanges APIs. Currently supports Binance, Bybit, Gateio, Kraken, Kucoin and OKX.

Some information is currently retrieved from CoinGecko public API. Rate limit is between 10-30 requests/minute, which limits the number of new market pairs that can be added every minute.

Requires Python 3.8+

Installation

pip install topbid

Usage

>>> from topbid.orderbook import OrderBook

# Instanciate OrderBook.
>>> orderbook = OrderBook()

# Add one or more market pairs to be fetched from an exchange REST API.
>>> orderbook.add("binance", "BTC/USDT")
>>> orderbook.add("kucoin", ["BTC/USDT", "ETH/USDT"])

# Start the background thread fetching prices and volume (here, every 2 seconds).
>>> orderbook.start(update_every=2)

# Retrieve the highest bid on the orderbook.
>>> orderbook.get_orderbook_top_bid("binance", "BTC/USDT")
(23130.41, 0.0584)

# Retrieve the lowest ask on the orderbook.
>>> orderbook.get_orderbook_top_ask("binance", "BTC/USDT")
(23130.43, 0.0214)

# Removes a pair from being fetched.
>>> orderbook.delete("binance", "BTC/USDT")

# Stop the background thread and removes all watched pairs.
# It must be called before exiting your own application.
>>> orderbook.stop()

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-2.0.3.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

topbid-2.0.3-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file topbid-2.0.3.tar.gz.

File metadata

  • Download URL: topbid-2.0.3.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for topbid-2.0.3.tar.gz
Algorithm Hash digest
SHA256 3952d49f464a619747508cec015e9498080b572fe637071fecbd752fd32da10f
MD5 12e3f324a322e5dc1210f57577afd7ef
BLAKE2b-256 78784f72c9efecc0c9f443989134de0090b24d5dc0f8c71aa4a004e2b577e4c0

See more details on using hashes here.

File details

Details for the file topbid-2.0.3-py3-none-any.whl.

File metadata

  • Download URL: topbid-2.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for topbid-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 401d61259e5e5650de89b17a9a071807f73ee78f3cbd827ea8726e274fbb0c48
MD5 f72ee0b9b2bc74c4e36babdbe674d295
BLAKE2b-256 16ed8b53d09470832d29f76f7007c8e87fe56070a73e93ebc682ac4a05b707a5

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