# KiteEndpoints.ai - Realtime Finance API

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

Fetches real-time financial market data including prices, quotes, and related finance information via a pay-per-request hub endpoint.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/realtime-finance
- Price: $0.13/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-realtime-finance-api-9771821a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WzppPAiHMpTtF05y7ZE1A

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-realtime-finance-api-9771821a -d '<json body>'
```

Example prompt: Can you pull the current real-time price and market data for Bitcoin and the S&P 500 right now using the KiteEndpoints finance hub?

## When to prefer this

Choose this endpoint when you need live, real-time financial market data (prices, quotes) and are already using the KiteEndpoints hub for other API calls, or when you want pay-per-request pricing via USDC on Base chain rather than a subscription-based finance data provider.

## Known failure modes

- Missing or invalid query parameters returns an error or empty result
- Insufficient USDC balance triggers a 402 Payment Required response
- Unknown or unsupported ticker/symbol may return empty or null data
- Network or upstream data provider downtime causes 500 or timeout errors
- Malformed request body causes 400 Bad Request

## 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 result object containing real-time financial data such as prices, quotes, or market metrics for the requested asset or symbol. The response is wrapped in a 'result' object with a 'data' field containing the API response payload.

## 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-realtime-finance-api-9771821a/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)
