Multi-chain NFT search

Searches NFTs across multiple chains using a text query, specifically the name and description fields from the metadata. You can think of it like performing a search on Google. It's designed to help you find the one or the most closest NFT results you're looking for.

Ethereum and Polygon are supported, including multi-chain search.

Useful for:

  • Finding NFTs by their name and/or description.
  • Quickly integrating NFT search to your application.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Search query.

string
enum
required
Defaults to all

Blockchains from which to query NFTs.

Allowed:
integer
≥ 1
Defaults to 1

The page number of the results to return. The first page is 1.

integer
1 to 50
Defaults to 50

The number of results returned per page. Limit can range between 1 and 50, and the default is 50.

string
enum
Defaults to relevance

Results ordering criteria. Deafult ordering criteria is search relevance.

Allowed:
string
enum
Defaults to desc

Results will be sorted in this order (ascending/descending).

Allowed:
string

Results will only include NFTs from this contract address.

Response

nfts property that contains an array of up to page_size NFTs. Each entry in the array is a separate NFT. If no more NFTs are available, the resulting array will be empty.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json