cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/search/fund
{ "data": [ { "id": "<string>", "invested_projects_count": 123, "name": "<string>", "tier": 123, "top_projects": [ { "is_lead": true, "project_id": "<string>", "project_name": "<string>", "invested_at": 123, "project_logo": "<string>", "project_slug": "<string>", "recent_raise": 123, "total_raise": 123 } ], "image": "<string>", "type": "<string>" } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Search keyword — fund name like a16z, paradigm, or coinbase ventures
a16z
paradigm
coinbase ventures
100
"a16z"
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/DataResponseFundSearchItem.json"