cdp-market-depth
ActiveTool of The Stall
Real-time Coinbase order book depth and market microstructure for any crypto trading pair (BTC-USD, ETH-USD, SOL-USD, etc.). Returns best bid/ask spread, 24h price stats (high, low, volume, % change), top-N bids and asks with cumulative notional, order pressure ratio (bid vs ask volume), and the last 5 executed trades. Sourced direct from Coinbase Advanced Trade API — exchange-native, not CoinGecko aggregator delay. Ideal for pre-execution analysis, spread-cost estimation, and market timing.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"depth": {
"type": "integer",
"description": "Number of order book levels to return on each side (bids + asks). 3, 5, or 10. Default 5."
},
"product_id": {
"type": "string",
"description": "Coinbase product ID in BASE-QUOTE format, e.g. BTC-USD, ETH-USD, SOL-USD, ETH-BTC, CBBTC-USDC. Case-insensitive."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries