# BaseBuilder Crypto Token Risk API

> BaseBuilder Crypto Token Risk API is a paid API for AI agents from bb-crypto.vercel.app, paid per call via x402, $0.051703/call, status unknown (last checked 2026-09-15).

Assesses risk profile and safety signals for a given cryptocurrency token

## Facts

- Endpoint: POST https://bb-crypto.vercel.app/api/token-risk
- Price: $0.051703/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-crypto-token-risk-api-6a58cf32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-z8o55-mybxbiEA0R-8tm

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-token-risk-api-6a58cf32 -d '<json body>'
```

Example prompt: Can you check the risk profile for this token at address 0x1234abcd5678efgh on the Base network and tell me if it looks safe or has any red flags like honeypot, rug pull risk, or suspicious contract behavior?

## When to prefer this

Use this endpoint when you need a quick, automated risk signal for a specific token address — especially on EVM-compatible chains like Base — and want structured risk flags rather than raw on-chain data. Prefer over manual contract review when speed matters or when integrating token safety checks into an agent workflow.

## Known failure modes

- Invalid or unrecognized token address returns an error
- Unsupported blockchain network returns a validation error
- Token not yet indexed returns empty or not-found response
- Network timeout if on-chain data is slow to fetch
- Payment not settled results in 402 response before analysis runs

## How this service works

BaseBuilder Crypto API hub - 26 paid endpoints

## Output

Returns a risk assessment for the specified token, including a risk score, identified risk flags (e.g. honeypot, low liquidity, ownership concentration), and overall safety classification to help users decide whether to interact with the token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-crypto-token-risk-api-6a58cf32/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)
