AlmanacDocs
API referenceEvents

Get an event by id

Returns one market by primary id with its resolution if present; 404 otherwise.

GET/v1/events/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/events/string"
{  "id": "string",  "source": "polymarket",  "sourceMarketId": "string",  "question": "string",  "description": "string",  "outcomes": [    {      "outcomeId": "string",      "name": "string"    }  ],  "endDate": "2019-08-24T14:15:22Z",  "startDate": "2019-08-24T14:15:22Z",  "tagsAtAdmission": [    0  ],  "liquidityUsd": 0,  "volumeUsd": 0,  "volumeRecentUsd": 0,  "currentLiquidityUsd": 0,  "currentVolumeUsd": 0,  "currentOutcomePrices": {    "property1": 0,    "property2": 0  },  "admittedAt": "2019-08-24T14:15:22Z",  "lastSeenAt": "2019-08-24T14:15:22Z",  "resolution": {    "resolvedAt": "2019-08-24T14:15:22Z",    "resolutionStatus": "unresolved",    "winningOutcomeId": "string",    "winningOutcomeName": "string",    "finalOutcomePrices": {      "property1": 0,      "property2": 0    }  }}