market_pulse_orderbook
Retrieve a crypto order book snapshot showing best bid/ask, spread in basis points, and bid/ask volume imbalance over a chosen depth. Use it to gauge liquidity and market pressure before trading.
Instructions
Get an order book snapshot for a crypto asset from Coinbase: best bid
and ask, spread in basis points, and a bid/ask volume imbalance metric
computed over the top depth levels.
Args:
symbol: Base ticker, e.g. "BTC", "ETH", "SOL".
depth: Number of price levels per side to aggregate over (max 50).
include_levels: Return the raw price/size ladder as well. Off by
default because the ladder is depth pairs per side and the
summary fields above answer most questions; turn it on only to
walk the book or size an order against real resting liquidity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| symbol | Yes | ||
| include_levels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||