The address field allows us to retrieve details about address or smart contract from Tron blockchain.
Tron addresses hold TRX balances and may be associated with TRC-20 token contracts. The address API returns balance, annotation, and smart contract metadata when the address is a contract. Use it for wallet lookups, token supply queries, and verifying contract attributes on the Tron network.
Here is an example that demonstrates use address query:
{
tron {
address(address: {is: "TMY19SeunpGTRoxB1yCF1EBeZjcGNy3333"}) {
address
annotation
balance
}
}
}
Filtering options
Address data can be filtered using the following arguments:
address: filter using specific address or list of addresses
address: returns addressannotation: returns annotation of addressbalance: returns balance of the addressbalances: returns token balance history of addressclaimableRewards: returns rewards that a witness or a user has not yet withdrawnsmartContract: returns details is address is smart contract