getNFTsForContract
Retrieve all NFTs from a specific contract address, with options for metadata, pagination, and network selection.
Instructions
Get all NFTs in a specific contract or collection with optional metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | Yes | Contract address for the NFT collection. | |
| withMetadata | No | If true, returns NFT metadata. | |
| startToken | No | Token ID offset for pagination. | |
| limit | No | Number of NFTs to return. Defaults to 100. | |
| tokenUriTimeoutInMs | No | Timeout in ms for metadata URI resolution. |