# KiteEndpoints.ai Mega API Hub

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

A multi-category API hub exposing 400+ endpoints across social media, AI, crypto, finance, weather, and ecommerce, billed per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.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-5749f155
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_shnzma9nIMpiToRfRiLV9

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-5749f155 -d '<json body>'
```

Example prompt: Use the KiteEndpoints Mega API Hub to fetch the latest Bitcoin price — I want to pay per request in USDC and get the result back as structured data.

## When to prefer this

Choose this endpoint when you need flexible, pay-per-request access to a broad range of API categories (social, AI, crypto, finance, weather, ecommerce) without committing to individual service subscriptions, and when micropayment settlement in USDC on Base chain is acceptable. Avoid if you need guaranteed SLAs, detailed per-endpoint schemas, or bulk/batch processing at scale.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Unknown or malformed endpoint selector returns an error result
- Upstream third-party API unavailability causes proxy failure
- Rate limiting from underlying provider propagates as an error
- Ambiguous or missing input parameters result in incomplete or empty result data

## 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 the API response data from whichever of the 400+ sub-endpoints was invoked, structured as a generic JSON result 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-mega-api-hub-5749f155/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)
