# Magnum.ai Binance Data Endpoint

> Magnum.ai Binance Data Endpoint is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Retrieves Binance cryptocurrency market data via a pay-per-call API endpoint on Base chain

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/binance-data1
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-binance-data-endpoint-7c53799f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E5pH-d9Q6FJsAFUxkzrf1

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 magnum-ai-binance-data-endpoint-7c53799f -d '<json body>'
```

Example prompt: Fetch me the latest Binance market data for BTC/USDT so I can see the current price and trading volume.

## When to prefer this

Use this endpoint when you need Binance-specific cryptocurrency market data and are operating in an x402 micropayment-enabled environment on Base chain. Prefer this over free alternatives when you need reliable pay-per-use access without API key management, or when integrating into an agent workflow that already supports x402 payments.

## Known failure modes

- Payment not received — returns 402 if x402 USDC payment on Base is not included
- Invalid or missing query parameters — returns error if required Binance data parameters are absent
- Binance API unavailability — upstream Binance service errors propagate as failures
- Rate limiting — excessive calls may be throttled
- Malformed request body — non-JSON or schema-mismatched input rejected

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing Binance market data such as cryptocurrency prices, trading volumes, or other exchange statistics depending on the query parameters passed.

## 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/magnum-ai-binance-data-endpoint-7c53799f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
