35 lines
692 B
JSON
35 lines
692 B
JSON
[ {
|
|
"title": "Some title",
|
|
"url": "someurl.com",
|
|
"platform": "some platform",
|
|
"description": "Some long description which may contain html",
|
|
"moreoriginsdata": {
|
|
"author": "Field may not exist",
|
|
"contractAddress": "Field may not exist"
|
|
},
|
|
"options": [
|
|
{
|
|
"name": "Option 1",
|
|
"probability": 0.25,
|
|
"type": "PROBABILITY"
|
|
},
|
|
{
|
|
"name": "Option 2",
|
|
"probability": 0.5,
|
|
"type": "PROBABILITY"
|
|
},
|
|
{
|
|
"name": "Option 3",
|
|
"probability": 0.24,
|
|
"type": "PROBABILITY"
|
|
}
|
|
],
|
|
"qualityindicators": {
|
|
"numforecasts": "137",
|
|
"liquidity": "1585.76",
|
|
"tradevolume": "9977.68",
|
|
"stars": 3
|
|
}
|
|
}
|
|
]
|