# KiteEndpoints.ai Mega API Hub

> KiteEndpoints.ai Mega API Hub 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).

Routes POST requests to one of 400+ paid API endpoints spanning social media, AI, crypto, finance, weather, and ecommerce, billed per call in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/apiton
- 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-mega-api-hub-d17cfff8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F5pvsEmcr96Z2DpK_iim0

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-mega-api-hub-d17cfff8 -d '<json body>'
```

Example prompt: Use KiteEndpoints.ai's Mega API Hub to fetch me the latest crypto price data for Bitcoin — pay per request with USDC on Base chain.

## When to prefer this

Choose this endpoint when you need pay-per-request access to one of 400+ APIs across diverse domains (social, AI, crypto, finance, weather, ecommerce) without managing individual API keys, and when paying in USDC on Base chain is acceptable or preferred. It is especially useful for agents that need to access multiple different data categories through a single gateway with crypto-native micropayments.

## Known failure modes

- Insufficient USDC balance causes payment failure and request rejection
- Ambiguous or missing API selector causes routing failure or wrong endpoint dispatch
- Underlying third-party API is unavailable, returning error within the result object
- Malformed input payload causes a 400-level error from the hub
- Rate limiting by the hub or underlying provider returns a 429 response

## 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

A JSON response object containing a 'result' field with the data returned by whichever underlying API was dispatched — format and content vary by the specific API called within the hub

## 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-mega-api-hub-d17cfff8/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)
