arc72_owner_of
Retrieves the owner of an ARC-72 non-fungible token by its token ID on Algorand or Voi mainnets.
Instructions
ARC-72 ownerOf(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). |