# minia2a x402-forex

> minia2a x402-forex is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns foreign exchange (forex) rate data for currency pairs via a pay-per-call x402 API

## Facts

- Endpoint: GET https://minia2a.uk/x402/forex
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-forex-c5913679
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_46guNCDJfIDwE3-uO8Qub

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 minia2a-x402-forex-c5913679
```

Example prompt: What's the current exchange rate from USD to EUR? Fetch it using the forex lookup service.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call forex rate lookup without a subscription, especially in agentic workflows that require on-demand currency data with x402 micropayment support.

## Known failure modes

- Invalid or unsupported currency pair returns an error
- Missing required query parameters results in a bad request response
- Payment failure (x402) if USDC is not provided or insufficient
- Rate data temporarily unavailable due to upstream provider outage

## How this service works

minia2a service: x402-forex

## Output

Returns current foreign exchange rate data for the requested currency pair, including the rate value and potentially metadata such as timestamp or data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-forex-c5913679/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
