Skip to main content
BETA — SUBJECT TO CHANGE. This API is in beta and may change without notice.
These message shapes are shared by both 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.
FOK orders and residual cash. A TIME_IN_FORCE_FILL_OR_KILL order can be durably accepted and then cancel with zero fill — past the automatic-reversal boundary. Its prefund stays in the participant account until you sweep it back.

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.