Refer friends and earn rewards this week
Kongo Docs

Get Single Order By Id

Fetch an order

Get Help
GET
/data/order/{id}

Path Parameters

id*string

Order identifier

Response Body

application/json

application/json

curl -X GET "https://example.com/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",    "type": "FOK",    "createdAt": "2019-08-24T14:15:22Z"  }}
{  "error": "string"}