# KiteEndpoints.ai Crypto List

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

Returns a list of cryptocurrency assets, symbols, or market data via KiteEndpoints.ai's pay-per-request mega API hub.

## Facts

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

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

Example prompt: Can you pull me a list of all available cryptocurrencies from KiteEndpoints.ai so I can see what coins and tokens are supported?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request lookup of available cryptocurrency assets without committing to a full subscription-based data provider. Suitable for lightweight agent workflows that occasionally need a crypto asset directory.

## Known failure modes

- Invalid or malformed request body returns an error
- Payment not processed (insufficient USDC) results in 402 response
- API hub downtime or cold-start delay on Vercel may cause timeout
- Empty or null result if no crypto data is currently available
- Rate limiting if too many requests are made in quick succession

## 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 a list of cryptocurrencies, likely including asset names, symbols, and potentially basic metadata about each supported digital currency.

## 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-7b46876d/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)
