Retrieves NFTs owned by a specific address, organized by collection. Useful for displaying an address’s NFT portfolio grouped by project.
API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
Address hash in the path
^0x([A-Fa-f0-9]{40})$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:
Example: ERC-721,ERC-1155 to show both NFT and multi-token transfers
0Number of items returned per page
1 <= x <= 50Token contract address hash for paging
^0x([A-Fa-f0-9]{40})$Token type for paging
ERC-20, ERC-721, ERC-1155, ERC-404, ERC-7984