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.

Returns one order you own. Replace orderID with your session id. Public responses rename amount fields to risk where applicable.

Request

GET https://api.4cx.io/session/lookupOrder?orderID=507f1f77bcf86cd799439011 GET
Headers: Authorization, X-API-Version: public
QueryDescription
orderIDYour session / order id
{
  "data": {
    "id": "507f1f77bcf86cd799439011",
    "odds": -110,
    "matchedRisk": "0.00",
    "unmatchedRisk": "50.00",
    "type": "moneyline"
  }
}