Skip to main content

token

Look up a fungible token (ERC-20) by its contract address. Returns null if the address is not an ERC-20 token contract.

Schema Definition

token(
address: AddressString!
): Token

Arguments

ArgumentTypeDescription
address
AddressString! non-null scalar
The token contract address to look up (0x-prefixed, 42 characters).

Return Type

TypeDescription
Token object
A fungible token contract implementing ERC-20 or a compatible standard. Fungible tokens are interchangeable - each unit is identical to every other unit. Examples: USDC, WETH, UNI, LINK.