/api/v1/market/currentPublicActive round details, including LMSR state and live odds.
curl https://scry.bet/api/v1/market/current
{
"round": {
"id": "ckxxx...",
"asset": "BTCUSDT",
"assetName": "Bitcoin",
"strikePrice": 67234.12,
"endsAt": "2026-04-30T18:05:00.000Z",
"qYes": 1234.5,
"qNo": 982.1,
"odds": { "yes": 0.57, "no": 0.43 }
}
}