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.

Lists your unmatched open offers on the exchange. This is the 4cx route used by the product for open-order state (there is no /session/getOrdersByUser route in core-api).

Request

GET https://api.4cx.io/user/getOpenOffers GET
Headers: Authorization, X-API-Version: public
{
  "data": {
    "offers": [
      {
        "id": "ord_001",
        "gameID": "evt_001",
        "risk": 50,
        "odds": -110,
        "type": "moneyline",
        "origin": "offer"
      }
    ]
  }
}