get_orderbook
Retrieve real-time order book data for Buda.com markets to analyze current buy and sell orders, including price levels and order sizes.
Instructions
Returns the current order book for a Buda.com market as typed objects with float price and amount fields. Bids are sorted highest-price first; asks lowest-price first. Prices are in the quote currency; amounts are in the base currency. Example: 'What are the top 5 buy and sell orders for BTC-CLP right now?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market ID (e.g. 'BTC-CLP', 'ETH-BTC'). | |
| limit | No | Maximum number of levels to return per side (default: all). |