get_depth
Retrieve real-time order book depth data (bid/ask prices and quantities) for any security symbol.
Instructions
Get order book (bid/ask depth) for a symbol.
Directly invoke for real-time bid/ask. get_depth(symbol="000001.SZ")
Args: symbol: Security symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |