List NFTs owned by an address grouped by collection/project
addresses
List NFTs owned by an address grouped by collection/project
Retrieves NFTs owned by a specific address, organized by collection. Useful for displaying an address’s NFT portfolio grouped by project.
GET
List NFTs owned by an address grouped by collection/project
Documentation Index
Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Filter by token type. Comma-separated list of:
- ERC-721 - Non-fungible tokens
- ERC-1155 - Multi-token standard
- ERC-404 - Hybrid fungible/non-fungible tokens
Example: ERC-721,ERC-1155 to show both NFT and multi-token transfers
Required string length:
0Number of items returned per page
Required range:
1 <= x <= 50Token contract address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Token type for paging
Available options:
ERC-20, ERC-721, ERC-1155, ERC-404, ERC-7984