How to add a search bar to your app
You can add a search bar to your app in minutes with Center.
After you've integrated with the Center API, you can outsource all of the search calculations to us:
- Provide the query you are interested in to the Center API as a query parameter in our NFT Collection Search endpoint
- URL:
https://api.center.dev/v2/{network}/search?query={query}
- URL:
- Make a GET request
- Receive all collection search results in an easy-to-use array, including collection metadata, media and trading volume for each result
- You can now render the full set of search results in your app, including media thumbnails
Updated about 2 years ago