Tron intelligence
Tron Address Lookup and Labels
Check a Tron T-address for its account type, presentation entity, and available public labels without an API key.
- Base58Check T-addresses
- Account-based
- No API key
Live lookup
Enter a public Tron addressAddress format
How Tron addresses are represented
The public form accepts the familiar Base58Check representation beginning with T. CryptoLabel validates that address shape before requesting normalized context from the API.
- T...
- The user-facing Base58Check address representation
- EOA
- An externally controlled Tron account
- Contract
- An address associated with deployed contract code
- TRC20
- A token standard, not a separate wallet address type
Response model
TRC20 context without balance-checker claims
A Tron address can interact with TRC20 token contracts, but that does not make the address itself a TRC20 address type. This lookup focuses on address and attribution metadata rather than USDT balances or transfer history.
Explore the labeling API{
"query": {
"chain": "tron",
"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"
},
"address": {
"type": "contract",
"model": "account_based"
},
"entity": {
"name": "WINK",
"category": "unknown"
},
"labels": []
}
Interpretation
What the result does and does not establish
-
01
A known exchange or service entity does not identify the individual customer behind a deposit flow.
-
02
A presentation entity can be available even when no more specific address-role label is known.
-
03
Unknown attribution does not express a safety, compliance, or ownership conclusion.
Questions
Tron lookup, precisely defined
- Can the lookup identify an exchange Tron address?
- It can return a known exchange or service attribution when that information exists in CryptoLabel.
- Is TRC20 an address type?
- No. TRC20 is a token contract standard. Compatible transfers still use normal Tron account addresses.
- Why do user-facing Tron addresses start with T?
- Tron encodes account identifiers into a Base58Check form with a network prefix that is displayed as T.