token
Query the network to find a token's data
token(
address: Address!
): Token
Arguments
token.address
● Address!
non-null scalar
Type
Token
object
[token] represents a token metadata. It includes:
- genesis: Genesis address to the token
- name: Name of the token
- symbol: Symbol of the token
- supply: Supply of the token
- type: Type of the token
- decimals: Number of decimals of the token
- properties: Properties of the token (if any)
- collection: List of properties for a collection (if any)
- ownerships: authorization/delegations containing list of secrets and their authorized public keys to proof the ownership
- id: Unique identification of the token on the chain