Hey guys, quick Kalshi API question: For the BTC 15m markets, the Kalshi UI shows a live “Now” price next to “To Beat”. Is there an official API/WebSocket field that matches that exact UI “Now” value? I’m currently testing the authenticated `cfbenchmarks_value` WebSocket for `BRTI`, which gives both the latest tick and `avg_60s_data`, but I’m seeing small differences versus the website UI. Does the UI “Now” use: - raw `cfbenchmarks_value.data.value` - `avg_60s_data.value` - another CF Benchmarks field - or some frontend-specific smoothing/cache? Any pointers to the exact endpoint/channel/field would help.
Hey guys, quick Kalshi API question: For the BTC 15m markets, the Kalshi UI shows a live “Now” price next to “To Beat”. Is there an official API/WebSocket field that matches that exact UI “Now” value? I’m currently testing the authenticated `cfbenchmarks_value` WebSocket for `BRTI`, which gives both the latest tick and `avg_60s_data`, but I’m seeing small differences versus the website UI. Does the UI “Now” use: - raw `cfbenchmarks_value.data.value` - `avg_60s_data.value` - another CF Benchmarks field - or some frontend-specific smoothing/cache? Any pointers to the exact endpoint/channel/field would help.