order_preview
Preview a FAK order without execution. Estimate fees and check top-of-book price for buy (USD) or sell (shares) limit orders.
Instructions
Read-only top-of-book FAK preview. For BUY, amount is USD and
price_limit is the highest acceptable price. For SELL, amount is
shares and price_limit is the lowest acceptable price. It never creates
an executor, sends an order, or reserves budget. Fees are an estimate
using the documented crypto-table rate until the exchange confirms a fill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| amount | Yes | ||
| token_id | Yes | ||
| price_limit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||