1s_nft_owner_live
Retrieve the current owner of any ERC721 NFT by providing the contract address and token ID, using the ownerOf RPC call across Ethereum, Sepolia, or Avalanche networks.
Instructions
Get the current NFT owner via ownerOf(tokenId) RPC call. Only works for ERC721 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | NFT contract address | |
| token_id | Yes | Token ID (numeric string) | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |