Get Single Order By Id
Fetch an order
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"
}