Skip to main content
POST
Get quote
Get the expected cost, shares, and fees for a potential trade without committing to it. Provide X-Public-Key to include profit estimates based on your existing position.

Authentication

Public — no authentication required. Provide X-Public-Key for personalized profit estimates.

Path parameters

string
required
UUID of the event.
string
required
UUID of the market.

Request body

string
required
BUY or SELL.
string
required
UUID of the outcome. Use the Get Event endpoint to find outcome IDs.
number
required
Amount to spend (buy) or receive (sell), in the specified currency.
string
USD (default) or NGN.

Example request

Response

number
Average price per share for this trade (0.00–1.00).
number
Current market price before this trade executes.
number
Number of shares you will receive.
number
Total amount spent (including fee).
number
Cost of shares before fee.
number
Trading fee charged.
number
How much this trade moves the market price.
number
Estimated profit percentage if the outcome wins.
number
Multiplier applied to convert prices to the requested currency (1 for USD, 100 for NGN).
boolean
Whether the full amount can be filled at the quoted price (relevant for CLOB markets).
boolean
Whether this trade exceeds maximum liability limits.
Always get a quote before placing an order to confirm the expected cost and shares. The quoted price is indicative — the actual fill price may differ slightly in fast-moving markets.