지갑 잔액 가져오기
Solana 지갑 주소의 토큰 잔액 및 SOL 보유량을 가져옵니다.
요청 매개변수
인증
API key passed as query parameter
경로 매개변수
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$쿼리 매개변수
Page number for pagination (1-indexed)
x >= 1Maximum number of tokens per page
1 <= x <= 100Include tokens with zero balance
Include native SOL in results
Include NFTs in results (max 100, first page only)
응답
Wallet balances retrieved successfully
Array of token balances for the current page, including native SOL. When showNative=true, SOL appears as the first element with mint address So11111111111111111111111111111111111111112. Other tokens are sorted by USD value (descending).
Total USD value of balances on this page (not total portfolio value)
217.98
Pagination metadata. Users must manually request additional pages using the page parameter.
Array of NFT holdings (only included if showNfts=true, max 100, first page only)