# EndpointsXRT Currency Exchange Converter

> EndpointsXRT Currency Exchange Converter is a paid API for AI agents from endpointsxrt.vercel.app, paid per call via x402, $0.05793/call, status unknown (last checked 2026-09-14).

Converts a specified amount from one currency (fiat or crypto) to another and returns the converted value

## Facts

- Endpoint: POST https://endpointsxrt.vercel.app/api/exchange-convert
- Price: $0.05793/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/endpointsxrt-currency-exchange-converter-43e56a51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oXp1Y_O7EE_LcCVX3EqLb

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 endpointsxrt-currency-exchange-converter-43e56a51 -d '<json body>'
```

Example prompt: Convert 250 USD to EUR for me — how much would I get in euros?

## When to prefer this

Use this endpoint when you need a quick pay-per-call currency or crypto conversion without managing API keys for dedicated forex services. Best suited for single conversions in automated agent workflows on Base chain using the x402 micropayment protocol.

## Known failure modes

- Unsupported currency code returns an error or empty result
- Invalid or non-numeric amount causes a bad request
- Missing required fields (from, to, or amount) results in a validation error
- Network or upstream provider downtime causes a 500 or timeout
- Crypto pairs may not be available if the underlying price feed is offline

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns the converted currency amount and likely the exchange rate applied, given the source currency, target currency, and input amount. The response schema is a generic object that may include the converted value and rate details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "to": {
   "type": "string"
  },
  "from": {
   "type": "string"
  },
  "amount": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/endpointsxrt-currency-exchange-converter-43e56a51/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from endpointsxrt.vercel.app](https://www.zero.xyz/host/endpointsxrt.vercel.app/llms.txt)
