Skip to main content
POST
Mint shares
Minting creates new shares for a binary market. You deposit funds and receive an equal number of YES and NO shares (a complementary pair). The cost per pair equals the market’s base unit (e.g., $1.00 per YES+NO pair in USD markets). Minting does not affect market prices since it creates both sides equally. This is useful when you want to sell one side on the order book while keeping the other, or when you want to provide liquidity.

Authentication

Write authentication required — X-Public-Key, X-Timestamp, and X-Signature headers. See the Authentication guide.

Path parameters

string
required
UUID of the market.

Request body

number
required
Amount to use for the mint operation in the selected currency. For example, quantity: 100, currency: "NGN" means “spend 100 NGN to mint”. Must be greater than 0.
string
USD (default) or NGN.
Request quantity is a wallet amount in the provided currency. The response quantity is the normalized share quantity minted.

Example request

Response

string
UUID of the mint operation.
string
UUID of the market.
number
Normalized share quantity minted.
number
Current price of outcome 1 (YES). Returned for convenience — minting does not change market prices.
number
Current price of outcome 2 (NO). Returned for convenience — minting does not change market prices.