1s_erc721_tokens_live
Retrieve all ERC721 token IDs owned by a wallet address from contracts supporting ERC721Enumerable. Specify owner, contract, and network to get live token enumeration.
Instructions
Enumerate ERC721 tokens owned by an address via ERC721Enumerable. Only works for contracts that implement the Enumerable extension. Returns token IDs owned by the address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Wallet address to enumerate tokens for | |
| contract | Yes | ERC721 contract address | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |