PreviewFundedOrder returns the prefund economics for a funded limit order without moving funds or placing an order. Use it to show a participant the cost of an order before they commit.
Preview responses are informational. Placement recomputes all economics from the
CreateFundedOrder request — a preview is not a locked quote, and calling preview first is not required.Service definition
Service:polymarket.us.orderfunding.v1.OrderFundingService
RPC: PreviewFundedOrder
Type: Unary (request/response)
Request
PreviewFundedOrderRequest
FundedOrder
The supported order shape for on-demand funded placement. The initial rollout supports limit orders on binary event markets.MoneyAmount
Response
PreviewFundedOrderResponse
CostBreakdown
Example
Errors
Next step
CreateFundedOrder
Fund and place the order in one idempotent call.