Indexer: List NFT contract addresses by owner
getNFTContractsRetrieve all NFT contract addresses owned by a given address using the VeWorld Indexer. Supports pagination and filtering to exclude specific collections.
Instructions
Get all NFT contract addresses for a given owner using VeWorld Indexer. Endpoint: /api/v1/nfts/contracts. Accepts address and pagination (page/size/direction or cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page number (0 is the first page) | |
| size | No | Results per page (1..150); API default is typically 20 | |
| owner | No | The address of the NFTs owner | |
| cursor | No | Opaque cursor for fetching the next page when provided by the API | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) | |
| excludeCollections | No | Optional list of NFT collection addresses to exclude (max 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |