Search NFTs
Get NFTs that match a given metadata search query.
get
/api/nfts/search
Search NFTs
Get NFTs that match a given metadata search query.
Parameters
Query
from_block
integer
The minimum block number from which to start the search
to_block
integer
The maximum block number from which to end the search
chain*
string
The chain to query
format
string
The format of the token ID
q*
string
The search string
filter
string
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
Body
Addresses*
array
The addresses to get metadata for
Responses
200: OK
Successful Response
404: Not Found
ErrorMessage
422: Unprocessable Entity
HTTPValidationError
Last modified 10mo ago