# KiteEndpoints.ai Mega API Hub - Coinbase Endpoint

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

Routes a paid API request through KiteEndpoints.ai's Coinbase-integrated hub, billing $0.19 USDC per call via the x402 payment protocol on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/coinbase
- Price: $0.19/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-coinbase-endpoint-b2e54406
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkO3bzP1hAlmmxWQ_ckQP

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-coinbase-endpoint-b2e54406 -d '<json body>'
```

Example prompt: Use KiteEndpoints.ai's Mega API Hub to make a pay-per-request API call through the Coinbase endpoint, charging $0.19 USDC on Base chain, and return the result data.

## When to prefer this

Choose this endpoint when you need pay-per-request access to one of 400+ APIs without a subscription, want to pay in USDC on Base chain via the x402 protocol, and need Coinbase-native payment integration. Prefer it over traditional API subscriptions when usage is sporadic or you want crypto-native billing.

## Known failure modes

- Insufficient USDC balance causes payment failure and no response
- Ambiguous or missing request body results in an empty or error result
- Underlying third-party API downtime causes null or error data in result
- x402 payment protocol misconfiguration causes 402 rejection
- Rate limiting or quota exhaustion on the underlying proxied API

## 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 proxied endpoint. The exact shape of the nested data object depends on which underlying API was routed through 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-coinbase-endpoint-b2e54406/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)
