get_orderbook
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
L2 ORDER-BOOK DEPTH — the live bid/ask ladder for any crypto pair, normalized across Coinbase, Binance.US and Kraken (auto-fallback, or pick a source). Returns bids/asks to your depth plus the analytics that matter: mid, spread (absolute + bps), book liquidity per side, and slippage estimates for $1k/$10k/$100k market orders both directions. Deterministic, no keys, ~1.5s cache. ?pair=BTC-USD&depth=50&source=auto ($0.05 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"pair"
],
"properties": {
"pair": {
"type": "string",
"description": "BASE-QUOTE, e.g. BTC-USD, ETH-USD, SOL-USD"
},
"depth": {
"type": "number",
"description": "price levels per side, 1-200 (default 50)"
},
"source": {
"type": "string",
"description": "auto (default), coinbase, binance, kraken"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries