# KiteEndpoints.ai - Binance Data API

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

Fetches cryptocurrency market data from Binance via a pay-per-request proxy endpoint

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/binance-data1
- Price: $0.05/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-binance-data-api-dffe01b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L4DC25cpL14Hts4CfigWk

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-data-api-dffe01b7 -d '<json body>'
```

Example prompt: Can you pull the current BTC/USDT price and 24-hour trading stats from Binance for me?

## When to prefer this

Choose this endpoint when you need Binance market data without setting up a direct Binance API key, want pay-per-use crypto pricing with USDC micropayments on Base chain, or are building an agent workflow that needs occasional price lookups without a subscription. Prefer direct Binance API access for high-frequency trading or bulk historical data pulls.

## Known failure modes

- Missing or malformed request parameters return an error in the result object
- Binance API downtime or rate limiting may cause upstream failures
- Payment of 0.05 USDC on Base chain required per call; insufficient funds result in 402 response
- Invalid trading pair or symbol returns empty or error data
- Network latency from the Vercel proxy may introduce occasional timeouts

## 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 Binance market data such as cryptocurrency prices, trading volumes, ticker information, or other exchange data depending on the query parameters provided.

## 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-data-api-dffe01b7/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)
