Multi-chain contract search

Search collections across multiple chains using a text query, within the name, description, and symbol fields of the collection. You can think of it like performing a search on Google.

Supported chains are Ethereum, Polygon.
Please note this endpoint uses the Ethereum naming convention.

We support advanced search, similar to Google:

  • unquoted text searches all the keywords in no particular order.
  • "quoted text" searches the exact phrase.
  • or searches one or another keyword.
  • - searches and returns results without the keyword with the dash.
  • You can also combine the options. For example, the search query -stoner "ape club" returns all collections with the name "ape club" (not "ape yacht club") and excludes results that contain the word "stoner" (excludes "stoner ape club").

Useful for:

  • Integrating contract search to your application.
  • Finding contracts by their name, description, or symbol.

Related:

Query Params
string
required

Search query.

chain
array of objects
Defaults to ethereum,polygon

Blockchains from which to query contracts. The default chains are Ethereum and Polygon. Choose only one chain for faster response.

chain
integer
1 to 50
Defaults to 10

The number of results returned per page. Limit can range between 1 and 50.

Response

contracts property that contains an array of up to page_size contracts. Each entry in the array is a separate contract.

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