> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useforecast.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

# Realtime Data

**Status:** partially live now

This section documents the low-latency read surfaces that already exist today.

## Live Today

* `GET /api/v1/markets`
* `GET /api/v1/ticks`
* `GET /api/v1/orderbook`

## Product Goal

Realtime data should stay focused on reads:

* Live market views
* Tick streams or recent tick windows
* Current order-book snapshots

Keep product object mutations like bot control and strategy writes out of this section.
