This endpoint offers new orders on the exchange (market making). Offering orders does not cost any fee.
POST /orders/* endpoints share a combined limit of 5,500 requests/min. See Rate Limits.totalBetSize - fillAmount) remains under your wallet balance. If your wallet balance dips under your total exposure, orders will be removed from the book until it reaches the minimum again.
| Message | Description |
|---|---|
OK | The order was created successfully |
INSUFFICIENT_BALANCE | The order could not be created due to insufficient maker token balance |
INVALID_MARKET | The order could not be created since the user specified non-unique marketHashes |
ORDERS_ALREADY_EXIST | The order already exists |
totalBetSize is from the perspective of the market maker. totalBetSize can be thought of as the maximum amount of tokens the maker (you) will be putting into the pot if the order was fully filled. This is the maximum amount you will risk.