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

# 지갑 - 토큰 잔액

> 현재 가격이 포함된 지갑의 토큰 잔액 조회

<Note>
  지갑 주소의 모든 토큰 잔액을 가져옵니다. 토큰 주소, 수량, USD 가치를 반환합니다.
</Note>

**관련**: [GraphQL 잔액](/ko/graphql/examples/balance-holders) | MCP: `wallet_get_balance`


## OpenAPI

````yaml /ko/api-reference/openapi-data-ko.yaml GET /v2/wallet/{chain}/{walletAddress}/tokens-balance
openapi: 3.1.0
info:
  title: Services API
  description: Services API
  contact:
    name: AI
    email: ai@sx.ai
  license:
    name: MIT
  version: '1.0'
servers:
  - url: https://api.chainstream.io
    description: Production
security:
  - bearer_auth: []
  - api_key_auth: []
tags:
  - name: Blockchain
    description: 블록체인 관련 작업
  - name: Token
    description: 토큰 관련 작업
  - name: Trade
    description: 거래 관련 작업
  - name: Wallet
    description: 지갑 관련 작업
  - name: Dex
    description: DEX 관련 작업
  - name: Ranking
    description: 랭킹 관련 작업
  - name: DexPool
    description: DEX 풀 관련 작업
  - name: Watchlist
    description: 워치리스트 관련 작업
  - name: KYT
    description: KYT 관련 작업
  - name: Webhook
    description: Webhook 관련 작업
  - name: RedPacket
    description: 레드패킷 관련 작업
  - name: IPFS
    description: IPFS 관련 작업
  - name: DexScreener
    description: DexScreener 관련 작업
paths:
  /v2/wallet/{chain}/{walletAddress}/tokens-balance:
    get:
      tags:
        - Wallet
      summary: 지갑 - 토큰 잔액
      description: 현재 가격이 포함된 지갑의 토큰 잔액 조회
      operationId: get.tokens.balance
      parameters:
        - name: chain
          in: path
          description: 지원되는 네트워크에 나열된 체인 이름
          required: true
          schema:
            $ref: '#/components/schemas/ChainSymbol'
          example: sol
        - name: walletAddress
          in: path
          description: 지갑 주소
          required: true
          schema:
            type: string
          example: 3xd4LGVWtYXLBspR6X5JWbW49NXmEehfPtX6Kqx98b4w
        - name: cursor
          in: query
          description: 페이지네이션 커서
          required: false
          schema:
            type: string
          example: eyJpZCI6IjEyMyJ9
        - name: limit
          in: query
          description: 페이지당 결과 수
          required: false
          schema:
            type: integer
            format: int64
            default: 20
          example: 20
        - name: direction
          in: query
          description: 페이지네이션 방향 (next 또는 prev)
          required: false
          schema:
            oneOf:
              - $ref: '#/components/schemas/PageDirection'
            default: next
          example: next
      responses:
        '200':
          description: 성공 응답
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PageResponse_NetWorthByTokensItem'
components:
  schemas:
    ChainSymbol:
      type: string
      description: Supported blockchain chains
      enum:
        - sol
        - eth
        - bsc
    PageDirection:
      type: string
      description: Pagination direction
      enum:
        - next
        - prev
    PageResponse_NetWorthByTokensItem:
      type: object
      description: Generic pagination response
      required:
        - data
      properties:
        data:
          type: array
          items:
            type: object
            description: Single token net-worth item (mirrors TS WalletNetWorthItemDTO).
            required:
              - tokenAddress
              - decimals
              - priceInUsd
              - priceInNative
              - amount
              - valueInUsd
              - valueInNative
              - chain
              - name
              - symbol
              - isActive
            properties:
              accuAmount:
                type:
                  - string
                  - 'null'
                description: >-
                  Accumulated net token position in token native units:

                  buy_amount - sell_amount + transfer_in_amount -
                  transfer_out_amount.

                  Mirrors GMGN `accu_amount`. None when all four source fields
                  are absent.
              amount:
                type: string
                description: 토큰 보유 수량
                example: '1000.50'
              avgCostUsd:
                type:
                  - string
                  - 'null'
                description: >-
                  Average cost per token in USD (balance_cost_avg_in_usd; sparse
                  ~0.2% fill rate)
              chain:
                type: string
                description: 블록체인 네트워크 식별자
                example: sol
              decimals:
                type: integer
                format: int32
                description: 토큰 소수점 자릿수
                example: 6
              isActive:
                type: boolean
                description: Whether the wallet currently holds a non-zero balance
              lastActiveAt:
                type:
                  - integer
                  - 'null'
                format: int64
                description: Last active timestamp (ms since epoch)
              logoUri:
                type:
                  - string
                  - 'null'
                description: 토큰 로고 URI
                example: https://s1.chainstream.io/tokens/images/usdc.webp
              name:
                type: string
                description: 토큰 표시 이름
                example: USD Coin
              priceInNative:
                type: string
                description: 네이티브 토큰 기준 토큰 가격
                example: '0.00000667'
              priceInUsd:
                type: string
                description: USD 기준 토큰 가격
                example: '1.0001'
              realizedPnlInUsd:
                type:
                  - string
                  - 'null'
                description: Realized PnL in USD (all-time cumulative)
              symbol:
                type: string
                description: 토큰 티커 심볼
                example: USDC
              tokenAddress:
                type: string
                description: 토큰 컨트랙트 주소
                example: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
              unrealizedPnlInUsd:
                type:
                  - string
                  - 'null'
                description: Unrealized PnL in USD (current open position)
              valueInNative:
                type: string
                description: 네이티브 토큰 기준 보유 가치
                example: '6.67'
              valueInUsd:
                type: string
                description: USD 기준 보유 가치
                example: '1000.60'
              walletTokenTags:
                type: array
                items:
                  type: string
                description: Trader classification tags
          description: Page data
        endCursor:
          type:
            - string
            - 'null'
          description: Cursor for the end of current page
          example: eyJpZCI6ImVuZCJ9
        hasNext:
          type: boolean
          description: Whether there is a next page
          example: false
        hasPrev:
          type: boolean
          description: Whether there is a previous page
          example: false
        startCursor:
          type:
            - string
            - 'null'
          description: Cursor for the start of current page
          example: eyJpZCI6InN0YXJ0In0=
        total:
          type:
            - integer
            - 'null'
          format: int64
          description: >-
            Total number of items matching the query (not just the current
            page).

            When `None`, the caller should treat it as unknown
            (backward-compatible).
          example: 564094
  securitySchemes:
    bearer_auth:
      type: http
      scheme: bearer
      bearerFormat: JWT
    api_key_auth:
      type: apiKey
      in: header
      name: X-API-KEY

````