Search NFTs

Get NFTs that match a given metadata search query.

Query Params
string
enum
Defaults to eth

The chain to query

string
enum
Defaults to decimal

The format of the token ID

Allowed:
string
required
length between 3 and 256

The search string

string
enum
Defaults to global

What fields the search should match on. To look into the entire metadata set the value to 'global'. To have a better response time you can look into a specific field like name

integer
≥ 0

The minimum block number from which to start the search

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
integer
≥ 0

The maximum block number from which to end the search

  • Provide the param 'to_block' or 'to_date'
  • If 'to_date' and 'to_block' are provided, 'to_block' will be used.
string

The date from which to start the search (any format that is accepted by momentjs)

  • Provide the param 'from_block' or 'from_date'
  • If 'from_date' and 'from_block' are provided, 'from_block' will be used.
string

Get search results up until this date (any format that is accepted by momentjs)

  • Provide the param 'to_block' or 'to_date'
  • If 'to_date' and 'to_block' are provided, 'to_block' will be used.
addresses
array of strings
length ≤ 10

The addresses to get metadata for

addresses
string

The cursor returned in the previous response (used for getting the next page).

integer
≥ 0

The desired page size of the result.

Response

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