Search
{
"search_query": "AAVE",
"result_type": "token",
"chain": "ethereum"
}API key for authentication
Request model for general search endpoint.
This endpoint searches for tokens and entities by name, symbol, or address.
Search query - token name, symbol, contract address, or entity name.
AAVEType filter - 'token' for tokens only, 'entity' for entities only, 'any' for both.
anyPossible values: Optional chain filter to narrow down token results (e.g., 'ethereum', 'solana', 'base').
ethereumMaximum number of results to return (default: 25, max: 50).
25Search results with tokens and entities
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
{
"search_query": "vitalik"
}{
"data": [
{"entity_name": "Vitalik Buterin"},
{"entity_name": "Vitalik Buterin: Charity"}
]
}API key for authentication
Request model for entity name search endpoint.
This endpoint helps users find the correct entity_name to use in other v1 endpoints that accept entity_name as a parameter.
Search query for entity names (minimum 2 characters). Search is case-insensitive and matches anywhere in the entity name.
vitalikList of matching entity names
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
{
"data": [
{"sector": "AI Agents"},
{"sector": "Artificial Intelligence"},
{"sector": "DeFi Lending (Money Markets)"},
{"sector": "GameFi"},
{"sector": "Memecoin"}
]
}API key for authentication
List of available token sectors
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?