{"uid":"cap_QmAEazRuC3JXHS76MVl-2","slug":"bizintel-api-binance-order-book-56c637cf","name":"BizIntel API – Binance Order Book","description":"Retrieves bid/ask levels from the Binance public API for a crypto symbol.","url":"https://bizintel-api.hahavoid0.workers.dev/finance/binance-orderbook","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["symbol"],"properties":{"symbol":{"type":"string","description":"Trading symbol pair (e.g. BTCUSDT)"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"result":{"asks":[["65010","1.2"]],"bids":[["65000","0.5"]]},"warnings":[],"supported":true,"confidence":"high","data_as_of":"2026-06","disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_4om1Frcw7x6-u6LGST7Y-","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches the current bid and ask order book for a given Binance trading symbol pair in real time","exampleAgentPrompt":"What are the current bids and asks on Binance for BTCUSDT right now? Pull the live order book so I can see the market depth.","exampleUseCases":[{"title":"Crypto arbitrage spread detection","prompt":"Check the Binance order book for ETHUSDT and tell me the best bid and ask prices so I can calculate the current spread."},{"title":"Trading bot market depth check","prompt":"Before placing my order, fetch the live Binance order book for SOLUSDT so I can see how much liquidity is available at the top price levels."},{"title":"Real-time crypto price monitoring","prompt":"I want to monitor BTCUSDT on Binance — can you pull the current order book and show me the top bids and asks?"}],"resultDescription":"Returns a structured JSON object with arrays of current ask price-quantity pairs and bid price-quantity pairs for the requested trading symbol, along with a confidence rating, data timestamp, and an informational disclaimer. Example: {result: {asks: [['65010','1.2']], bids: [['65000','0.5']]}, confidence: 'high', supported: true}","failureModes":["Invalid or unsupported trading symbol returns an error or supported:false","Network timeout if Binance API is temporarily unavailable","Malformed symbol string (e.g. missing pair suffix like USDT) results in empty or error response","Payment failure via x402/USDC prevents the call from executing"],"whenToPreferThis":"Use this endpoint when you need live Binance order book data (bids and asks) for a specific crypto trading pair, without managing API keys or Binance credentials. Best for AI agents that need on-demand, pay-per-call market depth data for trading decisions, spread analysis, or liquidity checks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:57:57.535Z","isFirstParty":false}