Source: python-coinbase-advanced-py Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-doc-privacy, dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-backoff , python3-cryptography , python3-jwt , python3-pytest , python3-requests , python3-requests-mock , python3-sphinx , python3-sphinx-rtd-theme , python3-websockets , Standards-Version: 4.7.4 Homepage: https://github.com/coinbase/coinbase-advanced-py Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-coinbase-advanced-py Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-coinbase-advanced-py.git Testsuite: autopkgtest-pkg-pybuild Package: python3-coinbase-advanced-py Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Coinbase Advanced Trade API client This library provides client classes for the Coinbase Advanced Trade REST and WebSocket APIs. . It supports authenticated requests using Coinbase Developer Platform (CDP) API keys, including JWT creation, as well as public REST endpoints and public WebSocket market data channels that do not require credentials. . The REST client covers common account, product, order, portfolio, and market data operations, with support for generic API requests. The WebSocket client can subscribe to selected channels and product IDs, dispatch received messages to callbacks, and reconnect with resubscription after lost connections.