# GBP/USD Live Forex Rate

> GBP/USD 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 GBP to USD exchange rate with no input parameters required

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/gbp/usd/gbp-usd
- 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-usd-live-forex-rate-7b5a4dd3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PQhZ4V-SNMcaKrmrxmqRD

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-usd-live-forex-rate-7b5a4dd3
```

Example prompt: What's the live GBP to USD exchange rate right now — give me the current rate and when it was last updated.

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time GBP/USD forex spot rate with a simple GET and no query parameters. Prefer this over currency conversion endpoints when you only need the rate itself, not a converted amount. Ideal for lightweight FX lookups in automated pipelines.

## Known failure modes

- Rate feed temporarily unavailable — upstream forex data source outage
- Payment not processed — HTTP 402 if USDC payment header is missing or insufficient
- Rate may be slightly delayed during off-market hours
- No parameters accepted — passing query params may be ignored or cause an error

## How this service works

Live GBP to USD exchange rate (British Pound / US Dollar). Zero-param: GET returns current rate. 英镑兑美元实时汇率。ポンド/米ドル 為替レート。Tipo de cambio libra-dólar. 파운드 달러 환율. gbp usd, gbp-usd, GBP/USD forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency (GBP), quote currency (USD), the current exchange rate as a number, the currency pair identifier, a timestamp indicating when the rate was recorded, 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-usd-live-forex-rate-7b5a4dd3/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)
