> For the complete documentation index, see [llms.txt](https://docs.odds88.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odds88.io/odds88-client-api/odds88-feeds/delta-feed.md).

# Delta Feed

```
/api/v2/feed?revision=<revision>
```

Contains live sport data updates. Delivered in the form of "deltas" - differences from the previous state.

`revision` - version of last successfully processed delta message. Can be `0` for initial connection.

Upon connecting you will receive a set of "Snapshot" delta messages, containing full state of event.

{% hint style="warning" %}
The stream connection is rate-limited and there can be only 1 active connection at a time.
{% endhint %}

Rate limit configuration is the following:

* Connection attempt without revision - 5 connections per 1 hour
* Connection attempt with too small revision - 5 connections per 1 hour
* Connection attempt with proper revision - 5 connections per 5 minutes
