Get Metadata
TON node API
metadata | TON v3
The metadata endpoint queries address metadata from the TON blockchain indexer. Available on TON v3 via Chainstack JSON-RPC nodes.
GET
Get Metadata
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 your 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 billing: full (1 RU)This method is always billed as full. See Request units — TON method scope.
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
Last modified on June 4, 2026