Get Order Book
get_orderbookRetrieve live order book depth for a Poloniex spot trading pair, showing bid and ask price levels. Specify symbol and optional limit to control depth.
Instructions
Fetch order book depth (bids and asks) for a Poloniex spot symbol. Public — no credentials required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of price levels per side to return (default 10). | |
| scale | No | Optional price aggregation scale (tick grouping). | |
| symbol | Yes | Trading pair in Poloniex format, e.g. "BTC_USDT". |