# KiteEndpoints.ai - Mega API Hub (ig39)

> KiteEndpoints.ai - Mega API Hub (ig39) is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Calls a specific endpoint (ig39) within KiteEndpoints.ai's 400+ API hub, covering social media, AI, crypto, finance, weather, ecommerce, and tools, paid per request via USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ig39
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-mega-api-hub-ig39-f50c07da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6CurB_JJs_JmuE_Bh9cVa

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-ig39-f50c07da -d '<json body>'
```

Example prompt: Call the ig39 endpoint on KiteEndpoints.ai's mega API hub and give me back the result — I'll pay the $0.09 USDC per-request fee via Base chain.

## When to prefer this

Use this endpoint when you need to access the KiteEndpoints.ai hub's ig39-specific API via a pay-per-request USDC micropayment on Base chain, particularly when you want to avoid subscription-based API plans and prefer crypto-native per-call billing.

## Known failure modes

- Insufficient USDC balance on Base chain — payment fails, request not processed
- ig39 endpoint mapping unknown or deprecated — returns empty or error result
- Invalid or malformed input payload — API returns error
- Upstream provider for ig39 is down — propagated error in result object
- Rate limiting or quota exceeded on underlying provider

## 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 JSON object with a 'result' key containing the API response data from the ig39 endpoint; exact structure depends on what ig39 maps to within KiteEndpoints' 400+ endpoint catalog.

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