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

# API Reference

> ChainStream이 제공하는 모든 프로그래밍 표면 — REST, WebSocket, Kafka, CLI, MCP 도구.

이 섹션은 엔드포인트, 도구, 채널의 공식 목록입니다. 처음이라면 [Quickstart](/ko/docs/quickstart) 또는 [접근 방식](/ko/docs/access-methods/overview)부터, 필드명과 제한값이 필요할 때 이곳으로 돌아오세요.

## 표면 개요

<CardGroup cols={2}>
  <Card title="REST — Data" icon="database" href="/ko/api-reference/endpoint/data/token/v2/token-search-get">
    tokens, trades, wallets, pools, smart money, search 전체 엔드포인트.
  </Card>

  <Card title="REST — DeFi" icon="right-left" href="/ko/api-reference/endpoint/defi/dex/v2/dex-chain-quote-get">
    DEX 애그리게이터: quote, route, simulate, swap, 상태.
  </Card>

  <Card title="WebSocket" icon="bolt" href="/ko/api-reference/endpoint/websocket/api">
    실시간 구독 채널.
  </Card>

  <Card title="Kafka Topics" icon="tower-broadcast" href="/ko/api-reference/kafka-topics/evm">
    체인별 토픽과 Protobuf 스키마.
  </Card>

  <Card title="CLI Commands" icon="terminal" href="/ko/api-reference/cli-commands/overview">
    `chainstream` CLI 전체 레퍼런스.
  </Card>

  <Card title="MCP Tools" icon="robot" href="/ko/api-reference/mcp-tools/overview">
    MCP Server가 노출하는 모든 도구.
  </Card>
</CardGroup>

## 인증

모든 REST / WebSocket 요청에는 API Key, OAuth, 지갑 인증, 또는 [x402 / MPP](/ko/docs/platform/billing-payments/x402-payments) 결제 헤더가 필요합니다. 자세한 내용은 [Authentication](/ko/api-reference/authentication/authenticate).

## 다음 단계

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/ko/docs/quickstart">
    첫 번째 인증 요청.
  </Card>

  <Card title="SDK" icon="box" href="/ko/sdks/overview">
    TypeScript / Python / Go / Rust 타입 래퍼.
  </Card>
</CardGroup>
