# Whatchuneed Portfolio API

> Whatchuneed Portfolio API is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Routes a natural-language input string to one of 320+ specialized API endpoints covering accommodation, LLM, code execution, crypto, medical, finance, and more via a single pay-per-call interface

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/alpha/portfolio
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-portfolio-api-af0f060c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C0QKwQ4tVO72S5r9Ub3w9

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-portfolio-api-af0f060c -d '<json body>'
```

Example prompt: Use the Whatchuneed portfolio endpoint to get the current Bitcoin price — just send my question as the input string and it'll route to the right service for $0.20 USDC.

## When to prefer this

Prefer this endpoint when you need to access multiple diverse API categories (crypto, medical, finance, accommodation, LLM, code execution) without managing separate API keys or subscriptions, and when pay-per-call pricing via x402 is acceptable. Avoid it when you need guaranteed schema consistency across calls or when you require SLA-backed reliability from a dedicated single-purpose provider.

## Known failure modes

- Ambiguous input string may route to the wrong internal endpoint, returning irrelevant data
- Input query outside the supported domain categories returns an error or empty result
- Payment failure via x402 protocol prevents the call from completing
- Service temporarily unavailable for a specific downstream provider returns a partial or error status
- Vague or malformed input string may result in a generic or null response

## 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 the structured response from the matched underlying service, and a 'status' field indicating success or failure. The shape of 'result' varies depending on which of the 320+ internal endpoints handled 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-portfolio-api-af0f060c/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)
