# WhatChuNeed Macro Interest Rates

> WhatChuNeed Macro Interest Rates 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-13).

Retrieves current or historical macro interest rate data for financial analysis and research

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/macro/interest-rates
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-macro-interest-rates-6242fbcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0POdxQAaWNGYh82C9R0cO

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-macro-interest-rates-6242fbcb -d '<json body>'
```

Example prompt: What are the current macro interest rates? I need the latest central bank benchmark rates — fetch the current Fed funds rate and any other major central bank rates available right now.

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to macro interest rate data without maintaining a subscription to a financial data provider. Ideal for AI agents that infrequently need rate data and want to pay only when queried, using USDC via the x402 protocol. Best suited for lookups of current or recent central bank rates rather than deep historical time-series analysis.

## Known failure modes

- Vague or unrecognized query string may return incomplete or irrelevant rate data
- Payment failure via x402 protocol results in 402 response and no data returned
- Upstream data source unavailability may cause delayed or stale rate information
- Malformed input object missing the required 'input' field returns a validation error

## 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 result object containing current or recent macro interest rate data, likely including central bank policy rates, benchmark rates, and related macroeconomic indicators, along with a status field confirming the request outcome.

## 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-macro-interest-rates-6242fbcb/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)
