# GBP/JPY Live Forex Rate

> GBP/JPY 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 British Pound to Japanese Yen exchange rate as a zero-parameter GET request

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/gbp/jpy/gbp-jpy
- 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-jpy-live-forex-rate-e4732404
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9YCVQ-rTPQ8-juD1AKX6-

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-jpy-live-forex-rate-e4732404
```

Example prompt: What is the current British pound to Japanese yen exchange rate? I need the live GBP/JPY rate right now.

## When to prefer this

Use this endpoint when you need a fast, zero-parameter real-time GBP/JPY exchange rate with a well-defined JSON response schema including timestamp and source. Ideal for agents that need a single current forex quote without constructing complex query parameters. Prefer this over general-purpose FX aggregators when you specifically need the GBP/JPY pair and are already operating within the x402 micropayment ecosystem.

## Known failure modes

- Rate feed unavailable — upstream forex data source down, returns error
- Payment failure — x402 micropayment of $0.004 USDC not completed, returns 402
- Rate data stale — as_of timestamp may lag real market by seconds to minutes
- Network timeout — API server unreachable

## How this service works

Live GBP to JPY exchange rate (British Pound / Japanese Yen). Zero-param: GET returns current rate. 英镑兑日元实时汇率。ポンド/円 為替レート。Tipo de cambio libra-yen. 파운드 엔 환율. gbp jpy, gbp-jpy, GBP/JPY forex quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the base currency (GBP), quote currency (JPY), the live exchange rate as a number, the currency pair label (gbp-jpy), the data source, and a timestamp (as_of) indicating when the rate was last updated.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gbp-jpy-live-forex-rate-e4732404/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)
