# BlockRun.AI VC Fund Ranking

> BlockRun.AI VC Fund Ranking is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.00425/call, status unknown (last checked 2026-09-13).

Returns a ranked list of top venture capital funds in the crypto/blockchain space, ordered by a specified metric.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/fund/ranking
- Price: $0.00425/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-7cdf03a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PQ4Jqj6tRD367S1lRKYbG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blockrun-ai-7cdf03a2
```

Example prompt: Show me the top VC funds in crypto ranked by investment volume using BlockRun's fund ranking.

## When to prefer this

Use this endpoint when you need a ranked leaderboard of crypto/blockchain VC funds sorted by a specific performance or activity metric. Prefer this over general web search when you need structured, quantified fund rankings rather than qualitative descriptions.

## Known failure modes

- Missing or invalid 'metric' query parameter returns an error
- Unrecognized metric name returns empty or error response
- Rate limiting if too many calls are made rapidly
- Network timeout for slow data aggregation

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

An ordered list of top venture capital funds with their ranking positions and associated metric values, enabling comparison of VC activity and performance in the crypto/blockchain ecosystem.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "metric": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-7cdf03a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
