Binance Spot Order Book Snapshot
x402/binance-spot-order-book-snapshotCurrent order book snapshot for any Binance spot trading pair with top bids and asks. Returns price levels, quantities, total bid depth, total ask depth, and order book imbalance ratio. Perfect for AI trading bots detecting market pressure, MEV bots identifying arbitrage, price impact calculators, and market microstructure analysis. Real-time from Binance public. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"binance_spot_order_book_snapshot": {
"url": "https://proxy.suverse.io/v1/data/suverse-binance-orderbook",
"transport": "http"
}
}
}