Add NFT asset search to your application

You can easily add asset search to your app with Center.


You can now add NFT asset search to your application with Center:

Demonstrating asset search for Azuki #424

What's new?

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

  1. contractType: Filter for specific contract types (ERC721 vs. ERC1155) before querying
  2. type: Filter for specific result types (asset or collection)

New response fields

  1. contractType: The contract type for the NFT or collection (ERC721 or ERC1155)
  2. type: The type of result (asset or collection)