mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
17 lines
313 B
JSON
17 lines
313 B
JSON
[
|
|
{
|
|
"id": "12345",
|
|
"slug": "will-eth-hit-10k",
|
|
"question": "Will ETH hit $10k by Dec 31, 2026?",
|
|
"active": true,
|
|
"closed": false
|
|
},
|
|
{
|
|
"id": "67890",
|
|
"slug": "will-btc-hit-200k",
|
|
"question": "Will BTC hit $200k by Dec 31, 2026?",
|
|
"active": true,
|
|
"closed": false
|
|
}
|
|
]
|