# KiteEndpoints.ai - Exchange Rates API

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

Returns current foreign exchange rates between currencies via a pay-per-request model using USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.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-14d0f7dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jTQ6aPpV2xMdCUiOCl3eW

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-14d0f7dd -d '<json body>'
```

Example prompt: Can you get me the current exchange rate from US dollars to euros so I can figure out the conversion for my invoice?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use forex rate lookup without a subscription, especially in agent workflows that only occasionally need exchange rate data and want to pay micro-amounts in USDC on Base rather than managing API keys.

## Known failure modes

- Invalid or unsupported currency codes return an error response
- Insufficient USDC payment triggers a 402 Payment Required response
- Network or upstream provider outages may result in stale or unavailable rates
- Malformed request body causes 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 the current exchange rate data for the requested currency pair, including rate values and potentially timestamp metadata 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-rates-api-14d0f7dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
