getNFTsForCollection
Retrieve NFTs from a collection by contract address or OpenSea slug, with optional metadata and pagination.
Instructions
Get all NFTs in a collection by contract address or OpenSea slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | No | Contract address for the NFT collection. | |
| collectionSlug | No | OpenSea slug 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. |