getExecutionPriceDetailed
Calculate detailed execution price with partial fill data from order books to assess trade costs before executing.
Instructions
Calculate detailed execution price information including partial fill data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| orderBook | Yes | Order book with bids and asks arrays. Each level has price and size. | |
| side | Yes | ||
| amount | Yes | ||
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |