과거 토큰 잔액 가져오기
특정 토큰 또는 기본 SOL의 잔액을 과거의 타임스탬프, 날짜-시간, 슬롯에서 가져옵니다.
요청 매개변수
So11111111111111111111111111111111111111111를 사용합니다.time, datetime, slot 중 하나만 제공합니다.2025-01-10 (UTC 자정), 2025-01-10 19:20:00,
2025-01-10T19:20:00 (초 선택 사항), 또는 명시적 시간대와 함께 (2025-01-10T19:20:00Z, ...+02:00). 명시적 시간대가 포함되지 않으면 UTC로 해석됩니다. time, datetime, slot 중 하나만 제공합니다.time, datetime, slot 중 하나만 제공합니다.인증
API key passed as query parameter
경로 매개변수
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$쿼리 매개변수
Token mint address. For native SOL, use So11111111111111111111111111111111111111111.
Unix timestamp in seconds. Returns the balance as of this time. Provide exactly one of time, datetime, or slot.
x >= 0Datetime string. Accepted formats: 2025-01-10 (UTC midnight), 2025-01-10 19:20:00,
2025-01-10T19:20:00 (seconds optional), or with an explicit timezone
(2025-01-10T19:20:00Z, ...+02:00). Interpreted as UTC unless an explicit
timezone is included. Provide exactly one of time, datetime, or slot.
Slot number. Returns the balance as of this slot. Exact and deterministic. Provide exactly one of time, datetime, or slot.
x >= 0응답
Historical balance retrieved successfully
Echo of the queried wallet address
"5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9"
Echo of the queried mint (the SOL pseudo-mint when native)
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Whether the result is native SOL
false
Human-readable amount as a decimal string (not a number, so large balances don't lose precision). Trailing zeros are trimmed.
"284961463.392936"
Exact amount in the smallest unit (lamports for SOL), as a string
"284961463392936"
Token decimals (9 for SOL)
6
Echo of the query. When datetime is used, time is also populated with the resolved epoch seconds so the UTC interpretation is visible.
The transaction the balance was read from. null when the wallet had no matching transaction at or before the requested point — meaning the balance is genuinely 0 (the wallet had not held the token by then), not an error.