Collectibles
Retrieve EVM compatiable NFTs (ERC721 and ERC1155) that include token identifiers, token standard, chain information, balance, and basic token attributes.
The Collectibles API provides information about NFTs (ERC721 and ERC1155 tokens) owned by a specific address on supported EVM blockchains.
Authorizations
API key for authenticating requests.
Path Parameters
The wallet address to get collectibles for.
Query Parameters
A comma-separated list of chain IDs (e.g., ?chain_ids=1,137
) or chain names (e.g., ?chain_ids=ethereum,polygon
) to filter collectibles by. If not provided, collectibles from all default
chains for the address are returned. See Supported Chains for more information.
The pagination cursor from the next_offset
field of a previous response to fetch the next page of results. Omit this parameter to fetch the first page.
Maximum number of collectible entries to return per page.
1 <= x <= 500
Response
A list of collectibles for the specified address.
The response is of type object
.