pro_get_order_book
Get the order book for any trading pair to analyze current buy and sell orders, assess market liquidity, and set optimal order prices.
Instructions
Gets the order book (market depth) for a market showing current buy and sell orders. Requires trading pair (e.g., BTC-USD). Returns bids (buy orders) and asks (sell orders) with prices and amounts. Useful for analyzing market liquidity and determining optimal order prices. Response is a single object. [PUBLIC]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Trading pair in BASE-QUOTE format (e.g., BTC-USD, ETH-EUR) |