Retrieves NFTs owned by a specific address, organized by collection. Useful for displaying an address’s NFT portfolio grouped by project.
API key passed as query parameter (format proapi_xxxxxxxx)
Address hash to query Address hash with 0x prefix
"0x1234567890123456789012345678901234567890"
API key for rate limiting or for sensitive endpoints
"proapi_xxxxxxxx"
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
"ERC-721,ERC-1155"
Number of items returned per page
1 <= x <= 50Token contract address hash for pagination cursor Address hash with 0x prefix
"0x1234567890123456789012345678901234567890"
Token type for pagination cursor Token standard type:
ERC-20, ERC-721, ERC-1155, ERC-404