# GGWP API Hub – Exchange Rate API

> GGWP API Hub – Exchange Rate API is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.057068/call, status unknown (last checked 2026-09-15).

Fetches current currency exchange rates via a pay-per-call x402 endpoint on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/exchangerate-api
- Price: $0.057068/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-exchange-rate-api-12d65baf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RflXRzOsEWoqsc69hflES

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 ggwp-api-hub-exchange-rate-api-12d65baf -d '<json body>'
```

Example prompt: Can you look up the current exchange rate from USD to EUR using the GGWP exchange rate API?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call exchange rate lookup without committing to a subscription, especially in agentic workflows on Base chain using the x402 payment protocol. Best for low-frequency or on-demand currency conversion needs where per-call micropayment billing is acceptable.

## Known failure modes

- Invalid or unsupported currency code returns an error in the result object
- Payment failure on Base chain prevents API access
- Missing required currency parameters may return empty or malformed result
- Rate-limiting or quota exhaustion on the underlying ExchangeRate-API service

## 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

Returns an object containing exchange rate data for the requested currency pair, including the conversion rate and potentially converted amounts or timestamps, wrapped in a result field.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-exchange-rate-api-12d65baf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
