get_order_book
Retrieve the current order book, including bids and asks, for any trading pair on BitOasis. Specify limits to control the number of entries returned.
Instructions
Get the order book (bids and asks) for a trading pair.
Args: pair: Trading pair, e.g. "BTC-AED". bids_limit: Max number of bid entries to return. asks_limit: Max number of ask entries to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | ||
| bids_limit | No | ||
| asks_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |