# Binance Order Book MCP

> Binance Order Book MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches and processes Binance exchange order book data, returning bid/ask depth and market microstructure information for cryptocurrency trading pairs.

## Facts

- Endpoint: POST https://api.m2mcent.com/binance-orderbook-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/binance-order-book-mcp-37bbd387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O1B7FrqKk7M1W143yr5uk

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 binance-order-book-mcp-37bbd387 -d '<json body>'
```

Example prompt: Pull the current Binance order book for BTC/USDT and show me the top bid and ask price levels with their quantities.

## When to prefer this

Choose this endpoint when you need real-time Binance order book data specifically — particularly for pre-trade analysis, spread monitoring, or liquidity assessment on Binance-listed pairs. Prefer this over generic market data APIs when you need live bid/ask depth from Binance's matching engine rather than aggregated or delayed data.

## Known failure modes

- Invalid or unsupported trading pair symbol returns an error
- Binance API rate limits or downtime may cause failures
- Malformed input data string results in a processing error
- Network timeouts during high-volatility periods
- Payment of 0.1 USDC per call required via x402 protocol; unpaid requests are rejected

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a structured snapshot of the Binance order book for the requested trading pair, including arrays of bid price/quantity pairs, ask price/quantity pairs, and market depth information at various price levels.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/binance-order-book-mcp-37bbd387/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
