# USD to GBP Live Forex Rate

> USD to 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 live exchange rate for US Dollar to British Pound Sterling (USD/GBP).

## Facts

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

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 usd-to-gbp-live-forex-rate-a0c4e016
```

Example prompt: What's the current exchange rate from US dollars to British pounds right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant live USD/GBP forex rate with no authentication overhead beyond a micropayment — ideal for lightweight currency conversion lookups, pricing widgets, or financial agent tasks that need the current dollar-to-pound rate without building a full forex integration.

## Known failure modes

- Rate data feed unavailable — upstream forex provider outage returns error
- Payment not received — x402 payment required before data is returned
- Stale rate if source feed is delayed — as_of timestamp may lag real-time by seconds/minutes
- Network timeout if API is overloaded

## How this service works

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

## Output

Returns a JSON object with the base currency (USD), quote currency (GBP), the currency pair identifier (usd-gbp), the live exchange rate as a number, a timestamp of when the rate was fetched (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/usd-to-gbp-live-forex-rate-a0c4e016/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)
