get_real_quotation
Obtain accurate price quotations for buying or selling cryptocurrencies on Buda.com. Calculate fill estimates including fees based on live market data without placing orders.
Instructions
Gets a server-side price quotation for a buy or sell on Buda.com. Calls the Buda quotation API to compute an accurate fill estimate including fees, based on live order book state. Prefer this over simulate_order for accurate fee-tier-aware quotes. This is a POST (not idempotent) but does not place an order. Public endpoint — no API key required. Parameters: market_id, type ('Bid'|'Ask'), amount, optional limit price. Example: 'Get an accurate quote to sell 0.05 BTC on BTC-CLP.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market ID (e.g. 'BTC-CLP', 'ETH-BTC'). | |
| type | Yes | 'Bid' to buy base currency, 'Ask' to sell base currency. | |
| amount | Yes | Order size (positive number). | |
| limit | No | Optional limit price in quote currency. |