# Delta Feed - New Version

```
/feed/odds?revision={lastUpdatedTime}
```

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

`revision` - Unix timestamp of last successfully processed delta message. Can be `0` for initial connection but we recommend using **Unix timestamp for the last 1 hour** to reduce load.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.odds88.io/odds88-client-api/odds88-feeds/delta-feed-new-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
