# KiteEndpoints.ai Crypto List

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

Retrieves a list of cryptocurrencies with associated data via KiteEndpoints.ai's mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/crypto-list
- Price: $0.11/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-crypto-list-af43b197
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gXCjVikPmIh87CAionRmQ

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-crypto-list-af43b197 -d '<json body>'
```

Example prompt: Can you pull up the full list of cryptocurrencies available through KiteEndpoints.ai so I can see what coins and tokens are supported?

## When to prefer this

Use this endpoint when you need a broad listing of supported cryptocurrencies from a pay-per-request hub that accepts USDC on Base chain, and you want to avoid managing a long-term API subscription. Useful for agents that need on-demand crypto discovery without committing to a dedicated crypto data provider.

## Known failure modes

- Payment failure if USDC balance is insufficient (402 response)
- Empty or malformed request body may cause errors
- Service downtime on the Vercel-hosted hub
- Rate limiting if too many requests are made rapidly
- Incomplete schema documentation may lead to unexpected response shapes

## 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 cryptocurrency listing data, likely including coin names, symbols, and related metadata for supported digital assets.

## 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-crypto-list-af43b197/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)
