# KiteEndpoints.ai - Exchange Rate Currency Converter

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

Converts an amount from one currency to another using live exchange rates

## Facts

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

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-currency-converter-7a384e66 -d '<json body>'
```

Example prompt: Convert 250 US dollars to Japanese yen using the current live exchange rate.

## When to prefer this

Use this endpoint when an AI agent needs to perform a live currency conversion between two currencies as part of a financial workflow, travel cost estimation, or cross-border payment calculation, and the agent is operating in an x402 micropayment-enabled environment on Base chain.

## Known failure modes

- Unsupported or invalid currency code returns an error
- Missing required currency pair or amount causes a 400-level error
- Downstream exchange rate provider unavailable returns a service error
- Payment of 0.14 USDC not fulfilled results in 402 Payment Required

## 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 the converted monetary amount in the target currency along with the exchange rate applied for the conversion, 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-currency-converter-7a384e66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
