# EUR/GBP Live Forex Rate

> EUR/GBP Live Forex Rate is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current Euro to British Pound exchange rate with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/eur/gbp/eur-gbp
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eur-gbp-live-forex-rate-5513a572
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_10Ar-IYQuM-bEarFqPEyW

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 eur-gbp-live-forex-rate-5513a572
```

Example prompt: What's the current euro to British pound exchange rate? I need the live EUR/GBP rate right now.

## When to prefer this

Use this endpoint when you need a zero-parameter, instant EUR/GBP exchange rate lookup with a structured JSON response including timestamp and source metadata. Ideal for agents that need quick, programmatic access to the live euro-pound rate without building currency conversion logic.

## Known failure modes

- Service unavailable or rate data feed down — 5xx error
- Payment not processed correctly — 402 Payment Required
- Rate feed may be slightly delayed depending on source freshness

## How this service works

Live EUR to GBP exchange rate (Euro / British Pound). Zero-param: GET returns current rate. 欧元兑英镑实时汇率。ユーロ/ポンド 為替レート。Tipo de cambio euro-libra. 유로 파운드 환율. eur gbp, eur-gbp, EUR/GBP forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the currency pair (EUR/GBP), base currency, quote currency, the current exchange rate as a number, a timestamp (as_of), and the data source.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eur-gbp-live-forex-rate-5513a572/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
