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
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$The ID of the blockchain
Query Parameters
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 per page
Required range:
x >= 1Token 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 List NFTs owned by a specific address with optional type filtering
Previous
Get counters for address tabs
Next