AsterDEX Order Book
aster.markets.orderbookRetrieve order book depth for any trading pair on AsterDEX. Specify symbol and optional limit to customize the depth results.
Instructions
Get order book depth for a trading pair on AsterDEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g. BTCUSDT) | |
| limit | No | Depth limit (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |