From 41de0a31503e1fd49b5ed3152ccce30ca7c8c240 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 16:14:54 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index f51fc4d3..5b78fedd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3265,6 +3265,9 @@

Orderbooks

Trackers

Trackers offer a way to keep track of live data. This data can than be aggregated into statistics and different time slices can be compared to get realtime insights. +

+

+ The basic workings of the trackers are simple, an initial request is made for a snapshot of the history (or a partial snapshot depending on what the API supports). At the same time a websocket subscription is set up to provide the tracker with new data.

Currently there are 2 different trackers available, the TradeTracker and the KlineTracker.