Axes Docs

Get Single Order By Id

Fetch an order

GET
/data/order/{id}

Path Parameters

id*string

Order identifier

Response Body

application/json

application/json

curl -X GET "https://clob.axes.co/data/order/string"
{
  "order": {
    "associateTrades": [
      "string"
    ],
    "id": "string",
    "status": "string",
    "market": "string",
    "originalSize": "string",
    "outcome": "string",
    "makerAddress": "string",
    "owner": "string",
    "price": "string",
    "side": "BUY",
    "sizeMatched": "string",
    "assetId": "string",
    "expiration": "string",
    "type": "FOK",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
}
{
  "error": "string"
}