# KiteEndpoints.ai - Crypto List

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

Returns a list of cryptocurrency data via KiteEndpoints.ai Mega API Hub, paid per request with USDC on Base chain.

## Facts

- Endpoint: POST https://kite-solana.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-39faf534
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dnXIUbGc-vSCiL7jyW8g_

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

Example prompt: Can you pull me the current list of cryptocurrencies from the KiteEndpoints crypto API?

## When to prefer this

Use this endpoint when you need a quick, pay-per-request lookup of cryptocurrency listings without maintaining a subscription, and you are already operating in a USDC/Base chain payment context via x402 protocol.

## Known failure modes

- Payment not authorized or insufficient USDC balance — returns payment required error
- Invalid or missing POST body parameters — returns 400 bad request
- API gateway timeout — returns 504 or timeout error
- Upstream crypto data provider unavailable — returns 503 or empty result

## 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 structured object containing cryptocurrency data, likely including coin names, symbols, and related metadata in a result.data field.

## 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-39faf534/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
