OrderFundingService RPCs — the same FundedOrder you price with PreviewFundedOrder is what you place with CreateFundedOrder, and both return the same CostBreakdown.
FundedOrder
The supported order shape for on-demand funded placement. The initial rollout supports limit orders on binary event markets.MoneyAmount
CostBreakdown
The prefund economics — returned by preview as a quote and by placement as the amounts actually applied. See the cost model for how each component is calculated.Used by
PreviewFundedOrder
Quote the prefund cost breakdown for an order.
CreateFundedOrder
Fund and place the order in one idempotent call.