Skip to main content
walletId
String!
The ID of the wallet (walletAddress:networkId).
tokenId
String!
The ID of the token (tokenAddress:networkId).
address
String!
The wallet address.
networkId
Int!
The wallet network.
tokenAddress
String!
The contract address of the token.
balance
String!
The balance held by the wallet.
shiftedBalance
Float!
The balance held by the wallet, adjusted by the number of decimals in the token.
uiBalance
Float
The wallet balance expressed for UI display. Defaults to shiftedBalance. When uiAmountMode is RAW, Token-2022 balances are divided by the active UI amount multiplier when available.
balanceUsd
String
The balance held by the wallet in USD.
tokenPriceUsd
String
The token price in USD.
firstHeldTimestamp
Int
The time that this address first held a token.
token
EnhancedToken
Metadata for the token. See EnhancedToken
liquidityUsd
String
The liquidity of the token in USD.
tokenLastTradedTimestamp
Int
Unix timestamp (seconds) of the token’s most recent trade/market event across all pools we track. Token-level (not specific to this wallet). Useful for filtering out dead/worthless tokens, e.g. no activity in months.
wallet
Wallet
Identity and profile metadata for the wallet holding this balance. Not always available. See Wallet

Used By

Returned by
  • balances: Returns list of token balances that a wallet has.
  • holders: Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.
  • onBalanceUpdated: Live-streamed balance updates for a given wallet.
  • onHoldersUpdated: Live-streamed list of wallets that hold a given token. Also has the unique count of holders for that token.
  • refreshBalances: Force refreshes the balance for a token in a wallet. EVM only.