Skip to main content
walletId
String!
Normalized wallet identifier.
tokenId
String!
Token identifier in <tokenAddress>:<networkId> form.
address
String!
Wallet address that the update belongs to.
networkId
Int!
Chain id of the token.
tokenAddress
String!
Contract address of the token whose balance changed.
balance
String!
Raw on-chain balance as a decimal string (no decimal shift applied).
shiftedBalance
Float!
Human-readable balance (balance shifted by the token’s decimals).
balanceUsd
String
USD value of the position at the time of the update. Null when pricing is unavailable.
tokenPriceUsd
String
Unit price of the token in USD at the time of the update. Null when pricing is unavailable.
firstHeldTimestamp
Int
Unix timestamp (seconds) of when this wallet first acquired the token.
token
EnhancedToken
Full token metadata. Only populated when the client selects the token field. See EnhancedToken.
liquidityUsd
String
USD liquidity for the primary pool of the token. Null when liquidity data is unavailable.