Skip to main content

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 address
  • annotation: returns annotation of address
  • balance: returns balance of the address
  • balances: returns token balance history of address
  • claimableRewards: returns rewards that a witness or a user has not yet withdrawn
  • smartContract: returns details is address is smart contract