# Our Products

**🔌 Prebuilt High-Speed APIs (Sub-Second Latency)**

Harness ultra-low latency on-chain data streams for your most demanding trading workflows.

* **Dex Pools API**\
  Real-time liquidity pool updates from major DEXs like Orca and Raydium.
* **OHLCV API**\
  Candlestick data for trading pairs across customizable intervals.
* **Token Price & Volume API**\
  Real-time token prices and trading volumes with WebSocket support for live feeds.
* **Pump Fun API**\
  Parsed, human-readable events from Pump.fun contracts for easy integration.
* **Profitable Wallets API**\
  Discover the top-performing wallets ranked by PnL over various timeframes.
* **Wallet PnL API**\
  Retrieve wallet-level trading metrics including PnL, win rate, trade count, and volume.
* **Top 100 Token Holders API**\
  Get the latest top 100 holders of any SPL token based on wallet balances.
* **Token Price API**\
  Fetch real-time prices for SOL and any SPL token.
* **Token Price (Historical) API**\
  Retrieve historical price data for SOL and SPL tokens over customizable time ranges.

***

#### **⚙️ Custom Data Indexing Pipelines**

Build and configure your own indexing infrastructure using our modular components.

* **Custom Program Indexer**\
  Create tailored program indexers with optional external API enrichment.
* **Transaction Indexer**\
  Ingest and index raw Solana transactions into hot storage for faster, cost-effective querying compared to standard RPCs.
* **Custom Account Indexes**\
  Leverage high-speed bulk account indexing to bypass limitations of repeated `getProgramAccounts` and `getMultipleAccounts` calls.

***

#### **📊 Account Indexer**

Comprehensive account-level data indexing across the Solana network.

* **Historical Portfolio Values**\
  Track users’ portfolio value over time with EOD, EOM, and EOY granularity.
* **Trade History**\
  DEX-level swap activity for each account with powerful filtering options.
* **PnL Data**\
  Realized and unrealized PnL metrics, including daily and cumulative tracking.
* **Related Wallets**\
  Discover top wallets frequently interacting with a given account.

***

#### **📦 Bulk Historical Data Dumps**

Skip API rate limits and polling—get complete historical datasets on demand for analytics and machine learning.

* **Bulk Portfolio Indexer**\
  Full historical balance and transaction records for specified wallets.
* **DEX Trades Archive**\
  Prepackaged CSV or Parquet dumps of historical DEX trade data by pool or token.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://astralane.gitbook.io/docs/data-pipelines/our-products.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
