NFT Search

Search for NFT collections and / or specific NFTs by name, symbol or address

Full Documentation >


Network
Network ID
Query
Search query. This can be a collection name, a collection address or a collection symbol.
Limit
The maximum number of items returned
Offset
Offset by this amount
Contract Type
Filter for specific contract type
Type
Desired result type — can be asset or collection
API Request
curl
JSON
axios
Golang
curl -X GET \ 
	/v2/ethereum-mainnet/search \ 
	--header X-API-Key: test \ 
	-d '{
  "query": "bayc"
}'
API Response
🏁 Ready