Skip to main content

TokenBalance

An address's balance of a specific ERC-20 token. Represents a single token holding with formatted amount information.

Schema Definition

type TokenBalance {
token: Token!
value: TokenAmount!
}

Fields

FieldTypeDescription
token
Token! non-null object
The ERC-20 token contract.
value
TokenAmount! non-null object
Amount of tokens held, including raw (base unit) and formatted values.

Member Of

TokenBalanceList object