# KiteEndpoints.ai Binance API

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

Proxies requests to Binance cryptocurrency exchange data via a pay-per-request USDC gateway

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/binance
- Price: $0.15/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-binance-api-d2d9c698
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tbFuAZLTrDn8PJ_AxrlF5

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-binance-api-d2d9c698 -d '<json body>'
```

Example prompt: Can you pull the current market data for BTC/USDT from Binance, including the latest price and 24-hour trading volume?

## When to prefer this

Use this endpoint when you need to access Binance cryptocurrency market data (prices, tickers, order books, trading pairs) without a direct Binance API key, paying per-request in USDC on Base chain. Prefer over direct Binance API when you want a simple pay-as-you-go model without managing API credentials.

## Known failure modes

- Missing or invalid request parameters returns generic error
- Binance API downtime or rate limiting causes failure
- Insufficient USDC balance triggers 402 payment required
- Malformed input object returns undefined behavior due to loose schema
- Unknown trading pair or symbol returns empty or error 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 JSON object with a 'result' field containing the Binance API response data, such as price, volume, trading pair info, or other exchange data depending on the query parameters passed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

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