> ## 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.

# Guides

> Step-by-step tutorials for the Solana Tracker API — token research, risk checks, live WebSocket streaming, wallet analytics, PnL, and swap execution.

Step-by-step guides for every part of the Solana Tracker API. Pick the section that matches what you're building.

<Info>
  New to terms like PnL, OHLCV, DEX, bonding curve, or WebSocket room? See the [Glossary](/glossary) for plain-language definitions.
</Info>

## Token Data

<CardGroup cols={2}>
  <Card title="Token Discovery" icon="wand-magic-sparkles" iconType="duotone" href="/guides/token-discovery">
    Find new, trending, graduating, and top-performing tokens.
  </Card>

  <Card title="Search Filter Options" icon="list-filter" iconType="duotone" href="/guides/search-filter-options">
    Valid `market` and `launchpad` values for token search.
  </Card>

  <Card title="Search: Coin Communities" icon="comments" iconType="duotone" href="/guides/search-coin-communities">
    Filter and sort search results by Coin Communities live message activity.
  </Card>

  <Card title="Token Research" icon="magnifying-glass" iconType="duotone" href="/guides/token-research">
    Look up any token's stats, holders, trades, and market activity.
  </Card>

  <Card title="Get All Token Holders" icon="users" iconType="duotone" href="/guides/token-holders">
    Fetch the full holder list — top wallets, whale concentration, paginated exports.
  </Card>

  <Card title="Price & Charts" icon="chart-line" iconType="duotone" href="/guides/price-and-charts">
    Fetch live prices, historical chart candles, and multi-token price snapshots.
  </Card>

  <Card title="Pump.fun & Bonding Curves" icon="fire" iconType="duotone" href="/guides/pumpfun">
    Track, analyze, and trade Pump.fun tokens across their full lifecycle.
  </Card>
</CardGroup>

## Security & Analytics

<CardGroup cols={2}>
  <Card title="Token Safety & Rugcheck" icon="shield-check" iconType="duotone" href="/guides/token-safety">
    Check risk scores, freeze authority, mint authority, bundler flags, and insider concentration.
  </Card>

  <Card title="Sniper & Bundler Detection" icon="crosshairs" iconType="duotone" href="/guides/sniper-detection">
    Find first buyers, detect bundled launches, and flag suspicious wallets.
  </Card>

  <Card title="KOL Tracking" icon="star" iconType="duotone" href="/guides/kol-tracking">
    Track KOL wallet performance, compare influencers, and build copy-trading feeds.
  </Card>
</CardGroup>

## Wallet & Portfolio

<CardGroup cols={2}>
  <Card title="Wallet Tracking" icon="wallet" iconType="duotone" href="/guides/wallet-tracking">
    Track any wallet's holdings, trade history, and portfolio performance.
  </Card>

  <Card title="PnL V2" icon="chart-candlestick" iconType="duotone" href="/guides/pnl-v2/index">
    Wallet PnL, open positions, leaderboards, and batch lookups.
  </Card>
</CardGroup>

## Live Streaming

<CardGroup cols={2}>
  <Card title="Live Prices & Charts" icon="signal" iconType="duotone" href="/guides/datastream-prices">
    Stream real-time prices and build live charts with the Datastream WebSocket.
  </Card>

  <Card title="Stream Live Trades" icon="repeat" iconType="duotone" href="/guides/live-transactions">
    Subscribe to real-time swaps — whale alerts, sniper detection, copy-trading triggers.
  </Card>

  <Card title="Live Token Holder Updates" icon="users" iconType="duotone" href="/guides/live-holder-updates">
    Track holder count changes and top-10 concentration in real time.
  </Card>

  <Card title="Token Discovery Streams" icon="wand-magic-sparkles" iconType="duotone" href="/guides/datastream-tokens">
    Stream new tokens, graduating tokens, and bonding curve events.
  </Card>

  <Card title="Safety Streams" icon="shield" iconType="duotone" href="/guides/datastream-safety">
    Live sniper, bundler, insider, developer holdings, and holder changes.
  </Card>

  <Card title="PnL V2 Stream" icon="chart-candlestick" iconType="duotone" href="/guides/datastream-pnl">
    Subscribe to real-time PnL updates for Solana wallets.
  </Card>
</CardGroup>

## Solana RPC

<CardGroup cols={2}>
  <Card title="Address Lookup Tables" icon="table-list" iconType="duotone" href="/guides/solana-rpc-lookup-tables">
    Find LUTs by authority, account, mint, or account set, and choose tables that reduce transaction size.
  </Card>

  <Card title="SNS Domains" icon="address-card" iconType="duotone" href="/guides/solana-rpc-sns-domains">
    Resolve primary `.sol` domains, batch wallet identity, list owned domains, and resolve names to owners.
  </Card>
</CardGroup>

## Trading

<CardGroup cols={2}>
  <Card title="Swapping Tokens" icon="bolt" iconType="duotone" href="/guides/swap-api">
    Get quotes, build swap transactions, and execute trades with the Raptor DEX aggregator.
  </Card>
</CardGroup>
