arc72_token_uri
Retrieve the ARC-72 token URI by specifying the network, app ID, and token ID. Returns the NFT metadata URI as a UTF-8 string without null bytes.
Instructions
ARC-72 tokenURI(tokenId) as UTF-8 string (null bytes stripped by ulujs).
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 | Yes | ARC-72 token id as decimal string (may exceed Number.MAX_SAFE_INTEGER). |