> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Solana Tracker Docs

> Solana Tracker docs — Data API with 50+ endpoints, Datastream WebSockets, the Raptor DEX aggregator, Yellowstone gRPC, and dedicated Solana RPC nodes.

<div className="home-shell">
  <section className="home-hero-banner" style={{borderRadius: '16px', overflow: 'hidden'}}>
    <img src="https://i.imgur.com/I14B567.png" alt="Solana Tracker — real-time Solana infrastructure" className="home-hero-img" style={{borderRadius: '16px'}} />

    <div className="home-hero-overlay">
      <p className="home-eyebrow">Documentation</p>
      <h1>Build on Solana.<br />Ship faster.</h1>

      <p className="home-sub">
        Built for the fastest chain. Designed for the fastest teams.
      </p>
    </div>
  </section>

  <section className="home-section">
    <h2 className="home-section-title">Core Products</h2>

    <CardGroup cols={2}>
      <Card title="Data API" icon="database" href="/data-api/search/token-search">
        Token prices, holder analytics, chart data, and market intelligence across Solana pools.
      </Card>

      <Card title="Raptor Swap API" icon="zap" href="/raptor/overview">
        Swap routing across decentralized exchanges, plus transaction tracking.
      </Card>

      <Card title="Solana RPC" icon="server" href="/solana-rpc/http/getprogramaccountsv2">
        Standard and custom HTTP/WebSocket methods. Shared and dedicated node infrastructure.
      </Card>

      <Card title="Yellowstone gRPC" icon="signal" href="/yellowstone-grpc/index">
        High-throughput account, transaction, slot, and entry streaming over gRPC.
      </Card>
    </CardGroup>
  </section>

  <section className="home-section">
    <h2 className="home-section-title">Quick Start</h2>

    <CardGroup cols={3}>
      <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
        Get your API key and make your first request in a few minutes.
      </Card>

      <Card title="Datastream" icon="radio" href="/datastream/websockets/latesttokens">
        Real-time WebSocket feeds for new tokens, trades, and price changes.
      </Card>

      <Card title="Glossary" icon="book-open" href="/glossary">
        Plain-language definitions for trading, PnL, RPC, and streaming terms.
      </Card>

      <Card title="AI / LLM Access" icon="cpu" href="/ai">
        Machine-readable docs for LLM agents and RAG pipelines.
      </Card>
    </CardGroup>
  </section>

  <section className="home-section">
    <h2 className="home-section-title">Key Methods</h2>

    <CardGroup cols={2}>
      <Card title="getProgramAccountsV2" icon="search" href="/solana-rpc/http/getprogramaccountsv2">
        Wide account scans with practical server-side filters.
      </Card>

      <Card title="getPriorityFeeEstimate" icon="gauge" href="/solana-rpc/http/getpriorityfeeestimate">
        Dynamic fee estimation for optimal transaction landing.
      </Card>

      <Card title="sendTransaction" icon="send" href="/solana-rpc/http/sendtransaction">
        Broadcast transactions with confirmation tracking.
      </Card>

      <Card title="Transaction Monitoring" icon="activity" href="/yellowstone-grpc/transaction-monitoring">
        Stream and filter transactions in real time over gRPC.
      </Card>
    </CardGroup>
  </section>

  <section className="home-section">
    <h2 className="home-section-title">Resources</h2>

    <CardGroup cols={3}>
      <Card title="Changelog" icon="history" href="/changelog">
        Latest releases and API changes.
      </Card>

      <Card title="Status" icon="signal" href="https://status.solanatracker.io">
        Uptime monitoring and incident history.
      </Card>

      <Card title="Discord" icon="users" href="https://discord.gg/JH2e9rR9fc">
        Community support and implementation help.
      </Card>
    </CardGroup>
  </section>
</div>
