# BaseBuilder Crypto Gov Vote Results

> BaseBuilder Crypto Gov Vote Results is a paid API for AI agents from bb-crypto.vercel.app, paid per call via x402, $0.056956/call, status unknown (last checked 2026-09-14).

Retrieves on-chain governance vote results for crypto protocols via a paid API endpoint

## Facts

- Endpoint: POST https://bb-crypto.vercel.app/api/gov/vote-results
- Price: $0.056956/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-crypto-gov-vote-results-923dfef7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hQW9XZgmJ0hHVsO-dLAZs

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 basebuilder-crypto-gov-vote-results-923dfef7 -d '<json body>'
```

Example prompt: Can you pull the vote results for the latest Compound governance proposal and tell me whether it passed or failed and what the final vote tally was?

## When to prefer this

Use this endpoint when you need to look up specific on-chain governance vote results for crypto protocols, especially when building on Base or working within the BaseBuilder ecosystem. Prefer this when you need structured vote outcome data with a pay-per-call model rather than maintaining a full blockchain indexer.

## Known failure modes

- Invalid or unknown proposal ID returns 404 or empty result
- Missing required parameters returns 400 bad request
- Payment not included or insufficient returns 402 payment required
- Protocol not supported returns error or empty data
- Network congestion may cause delayed or stale data

## How this service works

BaseBuilder Crypto API hub - 26 paid endpoints

## Output

Returns governance vote results for a specified on-chain proposal, including vote counts (for/against/abstain), outcome status (passed/failed/pending), and related governance metadata for the queried crypto protocol.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-crypto-gov-vote-results-923dfef7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-crypto.vercel.app](https://www.zero.xyz/host/bb-crypto.vercel.app/llms.txt)
