# GBP to EUR Live Forex Rate

> GBP to EUR 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 live exchange rate for British Pound (GBP) to Euro (EUR) with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/gbp/eur/gbp-eur
- 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/gbp-to-eur-live-forex-rate-1deb83b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OiVDXZKMY43tV9GFXT6cw

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 gbp-to-eur-live-forex-rate-1deb83b1
```

Example prompt: What's the current live exchange rate from British pounds to euros? Just give me the GBP/EUR rate right now.

## When to prefer this

Use this endpoint when you need a real-time, zero-parameter GBP to EUR exchange rate with a simple GET call. Ideal for agents needing a current forex quote for sterling-to-euro conversion without constructing complex queries. Best when you need the rate instantly and don't require historical data or multi-currency baskets.

## Known failure modes

- Rate feed unavailable: upstream forex data source may be temporarily down
- Payment failure: x402 payment of $0.004 USDC not processed correctly
- Network timeout: real-time rate feed may be slow to respond
- Stale rate: 'as_of' timestamp may lag if upstream data is delayed

## How this service works

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

## Output

Returns a JSON object with the currency pair (e.g. 'gbp-eur'), base currency ('gbp'), quote currency ('eur'), the current exchange rate as a number, a timestamp indicating when the rate was last updated, 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/gbp-to-eur-live-forex-rate-1deb83b1/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)
