> ## 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 API 的分步教程——代币研究、风险检查、实时 WebSocket 数据流、钱包分析、PnL、Swap 执行、持有者追踪与发现示例。

Solana Tracker API 各个部分的分步指南。请选择与你正在构建的内容相匹配的章节。

<Info>
  对 PnL、OHLCV、DEX、联合曲线（bonding curve）或 WebSocket 房间等术语不熟悉？请参阅[术语表](/cn/glossary)获取通俗的解释。
</Info>

## 代币数据

<CardGroup cols={2}>
  <Card title="代币发现" icon="wand-magic-sparkles" iconType="duotone" href="/cn/guides/token-discovery">
    发现新上线、热门、正在毕业和表现最佳的代币。
  </Card>

  <Card title="Search 筛选选项" icon="list-filter" iconType="duotone" href="/cn/guides/search-filter-options">
    代币搜索可用的 `market` 与 `launchpad` 取值。
  </Card>

  <Card title="代币研究" icon="magnifying-glass" iconType="duotone" href="/cn/guides/token-research">
    查询任意代币的指标、持有人、交易和市场活动。
  </Card>

  <Card title="获取所有代币持有人" icon="users" iconType="duotone" href="/cn/guides/token-holders">
    获取完整持有人列表——头部钱包、巨鲸集中度、分页导出。
  </Card>

  <Card title="价格与图表" icon="chart-line" iconType="duotone" href="/cn/guides/price-and-charts">
    获取实时价格、历史 K 线数据以及多代币价格快照。
  </Card>

  <Card title="Pump.fun 与联合曲线" icon="fire" iconType="duotone" href="/cn/guides/pumpfun">
    跟踪、分析并交易 Pump.fun 代币的完整生命周期。
  </Card>
</CardGroup>

## 安全与分析

<CardGroup cols={2}>
  <Card title="代币安全与 Rugcheck" icon="shield-check" iconType="duotone" href="/cn/guides/token-safety">
    检查风险评分、冻结权限、铸币权限、打包者标识和内部人员集中度。
  </Card>

  <Card title="狙击者与打包者检测" icon="crosshairs" iconType="duotone" href="/cn/guides/sniper-detection">
    找出首批买家，检测打包式上线，并标记可疑钱包。
  </Card>

  <Card title="KOL 跟踪" icon="star" iconType="duotone" href="/cn/guides/kol-tracking">
    跟踪 KOL 钱包表现、对比影响者，并构建跟单交易信息源。
  </Card>
</CardGroup>

## 钱包与投资组合

<CardGroup cols={2}>
  <Card title="钱包跟踪" icon="wallet" iconType="duotone" href="/cn/guides/wallet-tracking">
    跟踪任意钱包的持仓、交易历史以及投资组合表现。
  </Card>

  <Card title="PnL V2" icon="chart-candlestick" iconType="duotone" href="/cn/guides/pnl-v2/index">
    钱包 PnL、持仓、排行榜以及批量查询。
  </Card>
</CardGroup>

## 实时数据流

<CardGroup cols={2}>
  <Card title="实时价格与图表" icon="signal" iconType="duotone" href="/cn/guides/datastream-prices">
    使用 Datastream WebSocket 流式获取实时价格并构建实时图表。
  </Card>

  <Card title="实时交易流" icon="repeat" iconType="duotone" href="/cn/guides/live-transactions">
    订阅实时兑换——巨鲸警报、狙击者检测、跟单触发器。
  </Card>

  <Card title="实时代币持有人更新" icon="users" iconType="duotone" href="/cn/guides/live-holder-updates">
    实时跟踪持有人数量变化和前 10 名集中度。
  </Card>

  <Card title="代币发现数据流" icon="wand-magic-sparkles" iconType="duotone" href="/cn/guides/datastream-tokens">
    流式获取新代币、毕业代币和联合曲线事件。
  </Card>

  <Card title="安全数据流" icon="shield" iconType="duotone" href="/cn/guides/datastream-safety">
    实时获取狙击者、打包者、内部人员、开发者持仓以及持有人变化。
  </Card>

  <Card title="PnL V2 数据流" icon="chart-candlestick" iconType="duotone" href="/cn/guides/datastream-pnl">
    订阅 Solana 钱包的实时 PnL 更新。
  </Card>
</CardGroup>

## 交易

<CardGroup cols={2}>
  <Card title="兑换代币" icon="bolt" iconType="duotone" href="/cn/guides/swap-api">
    通过 Raptor DEX 聚合器获取报价、构建兑换交易并执行交易。
  </Card>
</CardGroup>
