DeepBookV3 Indexer
DeepBookV3 Indexer provides streamlined, real-time access to order book and trading data from the DeepBookV3 protocol. It acts as a centralized service to aggregate and expose critical data points for developers, traders, and analysts who interact with DeepBookV3.
DeepBookV3 Indexer simplifies data retrieval by offering endpoints that enable:
- Viewing pool information: Retrieve detailed metadata about all available trading pools, including base and quote assets, tick sizes, and lot sizes.
- Historical volume analysis: Fetch volume metrics for specific pools or balance managers over custom time ranges, with support for interval-based breakdowns.
- User-specific volume tracking: Provide insights into individual trader activities by querying their balance manager-specific volumes.
- OHLCV candlestick data: Access candlestick chart data for technical analysis with configurable intervals.
- DeepBook Margin data: Query margin trading events including loans, liquidations, and margin pool operations.
You can either use a publicly available indexer or spin up your own service. The choice you make depends on a few factors.
Use the public service if:
- You have standard data needs.
- Latency and availability provided by the public endpoint meet your requirements.
- You want to avoid the operational overhead of running your own service.
Run your own indexer if:
- You require guaranteed uptime and low latency.
- You have specific customization needs.
- Your application depends on proprietary features or extended data sets.
Public DeepBookV3 Indexer
Mysten Labs provides public indexers for DeepBookV3.