You're viewing a demo portfolio

Join the waitlist
PRSM

get_orderbook

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
get_orderbook — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP