# KiteEndpoints.ai - Chain Check

> KiteEndpoints.ai - Chain Check is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Checks blockchain chain/network status or validates a chain identifier via the KiteEndpoints mega API hub

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/chaincheck
- Price: $0.14/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-chain-check-26af4b3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3XrmWValZrNTtVqw4SYox

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-chain-check-26af4b3f -d '<json body>'
```

Example prompt: Can you check the status of the Base blockchain chain right now — is it active and what network details are available for it?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request chain status or validation check without managing your own blockchain RPC infrastructure. Particularly useful for agents handling multi-chain crypto workflows that need to verify network health or chain IDs on demand via USDC micropayment on Base.

## Known failure modes

- Invalid or unrecognized chain identifier returns an error or empty result
- Network timeout if the underlying blockchain RPC is unresponsive
- Missing required input fields returns a malformed request error
- Payment failure (insufficient USDC balance) results in 402 response
- Chain data temporarily unavailable due to upstream provider outage

## 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 chain status data, network metadata, and validation details for the queried blockchain — typically including whether the chain is active, its identifier, and associated network properties.

## 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-chain-check-26af4b3f/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)
