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

# ランキング

> 継続的に再計算されるキュレーション済みトークンリスト — ホット、新規、移行、最終段階、株式ライク。

**Rankings** データプロダクトは意見のある、継続的に再計算されるトークンリスト群です。背後のロジックが公開されており、用途に合うかを自分で判断できます。

## 主なリスト

| リスト                          | 内容                          | 更新   |
| :--------------------------- | :-------------------------- | :--- |
| `hot`                        | 直近 1h/24h のユニーク買い手と出来高急増    | 1 分  |
| `new`                        | 最低流動性・保有者検査を通過した新規トークン      | ブロック |
| `migrated`                   | launchpad から完全 DEX に移行したばかり | 1 分  |
| `final-stretch`              | 移行しきい値に近い launchpad トークン    | 1 分  |
| `stock-like`                 | 株式に近いプロファイル (低ボラ・安定蓄積)      | 1 時間 |
| `top-gainers` / `top-losers` | 1h/24h/7d の価格変動             | 5 分  |

## アクセス

<CardGroup cols={2}>
  <Card title="REST" icon="database" href="/jp/api-reference/endpoint/data/ranking/v2/ranking-chain-hottokens-duration-get">
    `rankings/{list}?chain=&window=`
  </Card>

  <Card title="WebSocket" icon="bolt" href="/jp/api-reference/endpoint/websocket/api">
    `dex-ranking-list:{chain}_{ranking_type}` でメンバーシップ、`dex-ranking-token-stats-list:{chain}_{channelType}` でトークン別統計。SDK: `client.stream.subscribeRankingTokensList` / `subscribeRankingTokensStats`。
  </Card>

  <Card title="MCP" icon="robot" href="/jp/docs/ai-agents/mcp-server/introduction">
    `rankings_get` — ディスカバリ系エージェントの定番。
  </Card>

  <Card title="CLI" icon="terminal" href="/jp/docs/access-methods/cli">
    `chainstream rankings hot --chain solana`
  </Card>
</CardGroup>

## 次へ

<CardGroup cols={2}>
  <Card title="Tokens" icon="coins" href="/jp/docs/data-products/tokens">
    ランクインしたトークンの完全メタデータ。
  </Card>

  <Card title="価格アラートボット チュートリアル" icon="graduation-cap" href="/jp/docs/tutorials/build-price-alert-bot">
    Rankings + WebSocket のエンドツーエンド例。
  </Card>
</CardGroup>
