getContractNFTs
Retrieve NFT metadata and details for a specific contract address, with options to normalize data, include media, and fetch sale prices. Automatically initiates indexing for new contracts.
Instructions
Get NFTs for a given contract address, including metadata for all NFTs (where available).
- Results are limited to 100 per page by default
- Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the NFT contract | |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
format | No | The format of the token ID | |
include_prices | No | Should NFT last sale prices be included in the result? | |
limit | No | The desired page size of the result. | |
media_items | No | Should preview media data be returned? | |
normalizeMetadata | No | Should normalized metadata be returned? | |
range | No | The desired subrange to query | |
totalRanges | No | The number of subranges to split the results into |