Metadata
Themetadata endpoint queries address metadata from the TON blockchain indexer. This includes human-readable names, scam flags, icons, and other identifying information for known addresses.
Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
Parameters
address(string, required) — The address to get metadata for.
Response
address(string) — The queried address.name(string) — Human-readable name for the address (if known).is_scam(boolean) — Whether the address is flagged as a scam.icon(string) — URL to the address icon (if available).is_wallet(boolean) — Whether the address is a wallet contract.
Use case
Themetadata endpoint is valuable for improving user experience and security:
- Wallet applications displaying friendly names instead of raw addresses.
- Scam detection by checking addresses before sending funds.
- Block explorers showing rich information about addresses.
- DApps displaying icons for known contracts and tokens.
- Security tools identifying potentially malicious addresses.
Query Parameters
Address to get metadata for