arc72_get_metadata
Retrieve aggregated metadata for an ARC-72 NFT: total supply, owner, token URI, and approval status. Optionally check interface support using a 4-byte selector.
Instructions
Aggregate ARC-72 facts: totalSupply; if tokenId set, owner, tokenURI, approved; optional supportsInterface (8-hex selector).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| tokenId | No | ARC-72 token id as decimal string (may exceed Number.MAX_SAFE_INTEGER). | |
| interfaceSelectorHex | No | 4-byte interface id as 8 hex chars (e.g. ERC-721 80ac58cd). |