Skip to main content

Documentation Index

Fetch the complete documentation index at: https://4cx.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

To take in coins mode, you need to make sure your account is in coins mode. Same endpoint as posting an offer; your account must be in coins mode for coin-denominated flow. Uses orderType other than post so the matcher can fill against resting liquidity when available.

Request

POST https://api.4cx.io/session/v2/place POST
Headers: Authorization, X-API-Version: public, Content-Type: application/json
{
  "orders": [
    {
      "orderType": "limit",
      "gameID": "evt_001",
      "type": "moneyline",
      "odds": -105,
      "risk": 25,
      "side": "team_b"
    }
  ]
}
Replace sample gameID and side with values from your environment. For resting offers in sweepstakes mode, see Place order.