Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 28, 2024
1 parent 3e410be commit 41de0a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3265,6 +3265,9 @@ <h2>Orderbooks</h2>
<h2>Trackers</h2>
<p>
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.
</p>
<p>
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.
</p>
<p>
Currently there are 2 different trackers available, the <code>TradeTracker</code> and the <code>KlineTracker</code>.
Expand Down

0 comments on commit 41de0a3

Please sign in to comment.