# KiteEndpoints.ai Exchange Rates API

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

Retrieves current foreign exchange rates for currency conversion via KiteEndpoints.ai's mega API hub

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/exchange-rates
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-exchange-rates-api-772db4df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4dt3-BzZRb3LezaYaKbU5

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-rates-api-772db4df -d '<json body>'
```

Example prompt: Can you get me the current exchange rate from USD to EUR using the KiteEndpoints.ai hub?

## When to prefer this

Use this endpoint when you need pay-per-request currency exchange rate lookups via USDC micropayments on Base chain, without a subscription. Good for infrequent or agent-driven forex lookups where a full subscription to a dedicated forex API is not warranted.

## Known failure modes

- Missing or invalid currency codes returns an error or empty result
- Payment of 0.12 USDC not provided or insufficient balance causes 402 Payment Required
- Rate data temporarily unavailable from upstream provider returns an error
- Malformed request body returns a validation 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 an object containing exchange rate data for the queried currency pair or pairs, including the current conversion rate values.

## Request schema (JSON Schema)

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

## 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-rates-api-772db4df/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)
