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
| Field | Type | Description |
|---|---|---|
token | The ERC-20 token contract. | |
value | Amount of tokens held, including raw (base unit) and formatted values. |
Member Of
TokenBalanceList object