Spot quote
spot_quoteGet a live spot market quote with execution price, estimated cost, and available balance before placing an order. Paper trading only; never mutates state.
Instructions
Read-only spot MARKET quote: live execution price, estimated cost (price x quantity), your available balance for the side, and whether the fill is eligible (with blockReasons). Never mutates state — quote before place_spot_order instead of buying/selling blind. Price age is informational only (a market order fills regardless). coinId is a UCID, NOT a ticker — use resolve_symbol first. Paper trading only — virtual funds (50,000 mUSD). Not financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coinId | Yes | Coin UCID (e.g. '1' = BTC). | |
| side | Yes | ||
| quantity | Yes | Amount of the base coin (> 0). |