# SGD/USD Live Forex Rate

> SGD/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 SGD to USD exchange rate as a real-time forex quote with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/sgd/usd/sgd-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/sgd-usd-live-forex-rate-7794e35d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dj3uaWltoR03N8U605aJx

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 sgd-usd-live-forex-rate-7794e35d
```

Example prompt: What's the current SGD to USD exchange rate? I need the live forex quote for the Singapore Dollar against the US Dollar.

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the live SGD/USD exchange rate. Prefer this over general-purpose currency converter APIs when you specifically need Singapore Dollar to US Dollar and want a minimal, low-latency response with a clear timestamp and source attribution.

## Known failure modes

- Rate feed unavailable — upstream forex data source is down or delayed
- Payment not completed — x402 payment of $0.004 USDC required before data is returned
- Network timeout — API server unreachable
- Stale rate — 'as_of' timestamp may lag real market by seconds to minutes

## How this service works

Live SGD to USD exchange rate (Singapore Dollar / US Dollar). Zero-param: GET returns current rate. 新加坡元兑美元实时汇率。シンガポールドル/米ドル 為替レート。Tipo de cambio dólar de Singapur-dólar. 싱가포르 달러 달러 환율. sgd usd, sgd-usd, SGD/USD forex quote.

## Output

Returns a JSON object with the currency pair (e.g. 'SGD/USD'), the numeric exchange rate, the base and quote currency codes, a timestamp indicating when the rate was captured, 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/sgd-usd-live-forex-rate-7794e35d/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)
