# Vibes API Hub – Exchange Rates

> Vibes API Hub – Exchange Rates is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.030458/call, status unknown (last checked 2026-09-15).

Returns current currency exchange rates for a given base currency

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/exchange-rates
- Price: $0.030458/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-exchange-rates-853437ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ioHqf-qK5M_xAJGgshhjS

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 vibes-api-hub-exchange-rates-853437ea -d '<json body>'
```

Example prompt: What are the current exchange rates using USD as the base currency?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to current exchange rates without a subscription, especially in agent workflows using the x402 payment protocol on Base chain. Best for lightweight, on-demand forex lookups rather than high-frequency trading data.

## Known failure modes

- Invalid or unsupported base currency code returns an error or empty rates object
- Payment failure via x402 protocol results in 402 Payment Required response
- Downstream forex data provider outage may return stale or missing rates
- Missing 'base' field in request body may return a default base or error

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

A JSON object containing exchange rates relative to the specified base currency, mapping currency codes to their current conversion rates.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "base": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibes-api-hub-exchange-rates-853437ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coral-tau.vercel.app](https://www.zero.xyz/host/vibes-coral-tau.vercel.app/llms.txt)
