# whatchuneed Crypto Utility API

> whatchuneed Crypto Utility API is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Processes natural-language crypto-related utility requests and returns structured results via a pay-per-call endpoint

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/crypto
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-crypto-utility-api-39cb3420
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ncc5JFkvtK78SuUDRa6Wz

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 whatchuneed-crypto-utility-api-39cb3420 -d '<json body>'
```

Example prompt: What is the current price of Bitcoin in USD, and can you also pull the 24-hour trading volume for it?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call crypto data lookup without managing API keys for dedicated crypto data providers like CoinGecko or CoinMarketCap. It is especially useful for AI agents that need lightweight, on-demand crypto utility queries billed at $0.01 USDC per call via the x402 protocol, and when a single unified API is preferred over integrating multiple specialized crypto services.

## Known failure modes

- Vague or ambiguous input string may return incomplete or incorrect data
- Unknown or unsupported token symbols may yield empty results
- Network or upstream data source outages may cause errors
- Malformed input object missing the required 'input' field returns a validation error
- Rate limits or payment failures via x402 protocol may block the call

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a JSON object with a 'result' field containing structured crypto data (e.g. price, market data, blockchain info) and a 'status' field indicating success or failure of the request

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-crypto-utility-api-39cb3420/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
