v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215245616.9 KB

Get Execution Price

Calculate the volume-weighted average execution price for a given order size. Returns 0 if the order cannot be fully filled.

post/api/{exchange}/getExecutionPrice

Path parameters

exchange'polymarket' | 'kalshi' | 'kalshi-demo' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | 'metaculus' | 'smarkets' | 'polymarket_us' | 'gemini-titan' | 'hyperliquid' | 'suibets' | 'rain' | 'hunch' | 'router' required

The prediction market exchange to target.

Request body

Response

Get Execution Price response

successboolean
datanumber

Example response

{
  "success": true
}