# KiteEndpoints.ai - Exchange Rate Converter

> KiteEndpoints.ai - Exchange Rate Converter is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-13).

Converts a monetary amount from one currency to another using live exchange rates

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/exchangerate-convert
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-exchange-rate-converter-fdbc5a80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NNhFpQQiDjShLNTFTK2OH

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 kiteendpoints-ai-exchange-rate-converter-fdbc5a80 -d '<json body>'
```

Example prompt: Can you convert 250 US dollars to Japanese yen using the current exchange rate?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use currency conversion without managing your own exchange rate API keys. Useful for agents that occasionally need FX conversion within a broader workflow and prefer microtransaction billing over subscriptions. Best for one-off or low-volume conversions where simplicity outweighs cost optimization.

## Known failure modes

- Invalid or unsupported currency code returns an error
- Missing required source or target currency fields cause a 400-style error
- Payment failure (insufficient USDC balance) blocks the request
- Upstream exchange rate provider downtime may return stale or unavailable data
- Malformed amount input may result in a computation error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a converted monetary value and the exchange rate applied for the given currency pair, wrapped in a result object.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-exchange-rate-converter-fdbc5a80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
