Get market timeline
Last updated
Last updated
GET /api/v1/markets/{market_address}/timeline HTTP/1.1
Host: rest.ft.42.space/
Accept: */*
{
"events": [
{
"answer": 1,
"newEndTimestamp": 1,
"timestamp": 1,
"type": "text",
"winningOutcomes": [
{
"name": "text",
"symbol": "text"
}
]
}
]
}