Metadata-Version: 2.4
Name: openbb-deribit
Version: 1.1.1
Summary: Deribit is a crypto-native derivatives exchange.
License: AGPL-3.0-only
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: async-lru (>=2.0.4,<3.0.0)
Requires-Dist: openbb-core (>=1.5.7,<2.0.0)
Description-Content-Type: text/markdown

# OpenBB Deribit Provider Extension

## Coverage

- obb.derivatives.options.chains
  - Support for symbols:
    - BTC
    - ETH
    - XRP
    - SOL
    - BNB
    - PAXG
- obb.derivatives.futures.curve
  - Support for symbols:
    - BTC
    - ETH
    - PAXG
- obb.derivatives.futures.historical
  - Support for symbols (Perpetual Futures):
    - ADAUSDC
    - ALGOUSDC
    - AVAXUSDC
    - BCHUSDC
    - BNBUSDC
    - BTC
    - BTCUSDC
    - BTCUSDT
    - DOGEUSDC
    - DOTUSDC
    - ETH
    - ETHUSDC
    - ETHUSDT
    - LINKUSDC
    - LTCUSDC
    - NEARUSDC
    - PAXGUSDC
    - SOLUSDC
    - TRXUSDC
    - UNIUSDC
    - XRPUSDC
  - Additional symbols include all Deribit instrument names of current open contracts for BTC, ETH, and PAXG futures.
- obb.derivatives.futures.instruments
  - Reference data for all current futures instruments.
- obb.derivatives.futures.info
  - Key stats by symbol (multiple items allowed).

