Add NFT asset search to your application
You can now add NFT asset search to your application with Center:
Demonstrating asset search for Azuki #424
Our default search result will now include assets and collections. As part of this update, we added a number of new features to our search endpoint to support asset search:
Optional query parameters
contractType
: Filter for specific contract types (ERC721 vs. ERC1155) before queryingtype
: Filter for specific result types (asset or collection)New response fields
contractType
: The contract type for the NFT or collection (ERC721 or ERC1155)type
: The type of result (asset or collection)