Search
{
"search_query": "AAVE",
"result_type": "token",
"chain": "ethereum"
}Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for general search endpoint.
This endpoint searches for tokens and entities by name, symbol, or address.
search_querystring · min: 1 · max: 200RequiredExample:
Search query - token name, symbol, contract address, or entity name.
AAVEresult_typestring · enumOptionalDefault:
Type filter - 'token' for tokens only, 'entity' for entities only, 'any' for both.
anyPossible values: chainany ofOptionalExample:
Optional chain filter to narrow down token results (e.g., 'ethereum', 'solana', 'base').
ethereumstringOptional
limitinteger · min: 1 · max: 50OptionalDefault:
Maximum number of results to return (default: 25, max: 50).
25Responses
200
Search results with tokens and entities
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/search/generalLast updated
Was this helpful?