Overview
Search for ERC20 tokens, NFTs, Users, Apps, or Gas Tokens.
Protocol
x402
Price
$0.0045
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/nft
Provider
zapper
Source
bazaar
Indexed
2026-03-02 01:01:14
Health
Status
degraded
Latency (p50)
196ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-03-21 07:11:36
Last Healthy
Never
Consecutive Failures
1
Input Schema
{
"bodyFields": {
"categories": {
"default": [
"ERC20_TOKEN"
],
"description": "Filter results by category. Use multiple categories for broader results (e.g., [\"GAS_TOKEN\", \"ERC20_TOKEN\"] for all token types). Defaults to ERC20_TOKEN only.",
"items": {
"enum": [
"ERC20_TOKEN",
"GAS_TOKEN",
"NFT_COLLECTION",
"USER",
"APP"
],
"type": "string"
},
"required": false,
"type": "array"
},
"maxResultsPerCategory": {
"default": 10,
"description": "Limit results per category",
"required": false,
"type": "integer"
},
"search": {
"description": "Search query (e.g., \"Ape\", \"eth\", \"Vitalik\"). Searches for token SYMBOLS, NFT collection names, ENS, and BaseNames.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"data": {
"searchV2": {
"results": {
"description": "Polymorphic list of results. Fields depend on the category.",
"items": {
"description": "A single search result (App, User, Token, or NFT)",
"properties": {
"account": {
"properties": {
"displayName": {
"properties": {
"value": {
"type": "string"
}
},
"type": "object"
},
"farcasterProfile": {
"properties": {
"username": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"address": {
"type": "string"
},
"app": {
"properties": {
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"appId": {
"type": "string"
},
"category": {
"type": "string"
},
"collection": {
"properties": {
"displayName": {
"type": "string"
},
"floorPrice": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"medias": {
"properties": {
"logo": {
"properties": {
"medium": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"decimals": {
"type": "integer"
},
"erc20": {
"properties": {
"decimals": {
"type": "integer"
},
"networkV2": {
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"gasToken": {
"properties": {
"networkV2": {
"properties": {
"name": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"imageUrl": {
"type": "string"
},
"name": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
}
}
}