# Blockbuster.ai Binance Ticker

> Blockbuster.ai Binance Ticker is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches real-time ticker price and market data for a Binance trading pair via x402 micropayment

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/binance-ticker
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-binance-ticker-2896c48f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iJQ6gmgbi8l-QVMadRUvY

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 blockbuster-ai-binance-ticker-2896c48f -d '<json body>'
```

Example prompt: What's the current Binance ticker price for BTC/USDT right now?

## When to prefer this

Choose this endpoint when you need real-time Binance ticker data for a specific cryptocurrency trading pair and are operating in an x402 micropayment environment on the Base chain. Prefer this over manual Binance API integration when you want a simple, pay-per-call interface without managing Binance API keys.

## Known failure modes

- Invalid or unsupported trading pair symbol returns an error
- Payment failure via x402 micropayment results in 402 response
- Binance API downtime may cause upstream errors
- Malformed query string may return a 400 or error response

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with success status and market ticker data from Binance for the requested trading pair, including price and related market statistics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-binance-ticker-2896c48f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
