arc72_get_approved
Check the approved address for an ARC-72 token by providing network, app ID, and token ID. Get the operator currently allowed to transfer that NFT on Algorand or Voi.
Instructions
ARC-72 getApproved(tokenId).
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). |