simulate_order
Simulate cryptocurrency buy or sell orders on Buda.com to estimate fill price, fees, total cost, and slippage before placing real trades.
Instructions
[DEPRECATED: prefer get_real_quotation for server-side accurate quotes] Simulates a buy or sell order on Buda.com using live ticker data — no order is placed. Returns estimated fill price, fee, total cost, and slippage vs mid-price. Omit 'price' for a market order simulation; supply 'price' for a limit order simulation. All outputs are labelled simulation: true — this tool never places a real order. Example: 'How much would it cost to buy 0.01 BTC on BTC-CLP right now?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market ID (e.g. 'BTC-CLP', 'ETH-BTC'). | |
| side | Yes | 'buy' or 'sell'. | |
| amount | Yes | Order size in base currency (e.g. BTC for BTC-CLP). | |
| price | No | Limit price in quote currency. Omit for a market order simulation. |