cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/search/project
{ "data": [ { "id": "<string>", "name": "<string>", "chains": [ "<string>" ], "description": "<string>", "logo_url": "<string>", "slug": "<string>", "symbol": "<string>", "tags": [ "<string>" ], "tokens": [ { "id": "<string>", "name": "<string>", "symbol": "<string>", "image": "<string>" } ] } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Search keyword — project name or ticker like uniswap, bitcoin, or ETH
uniswap
bitcoin
ETH
100
"bitcoin"
Results per page
1 <= x <= 100
20
Pagination offset
x >= 0
0
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponseProjectSearchItem.json"