# Odds88 Feeds

Odds88 provide various real-time streams (feeds), each of them serving different data.

Delta Feed provides real time updates for sport events:

{% content-ref url="/pages/1d0GJsRhup2cWOSIE6bt" %}
[Delta Feed](/odds88-client-api/odds88-feeds/delta-feed.md)
{% endcontent-ref %}

Settlement Feed provides bet settlement information:

{% content-ref url="/pages/pCOsbPzku2QUbexzwct0" %}
[Settlement Feed](/odds88-client-api/odds88-feeds/settlement-feed.md)
{% endcontent-ref %}

Metadata Feed provides real time updates for event metadata:

{% content-ref url="/pages/HjCugoE6BZ6tHCAEI1Sg" %}
[Metadata Feed](/odds88-client-api/odds88-feeds/metadata-feed.md)
{% endcontent-ref %}

Translation Change Feed provides notification about translation change for different entities:

{% content-ref url="/pages/TqkGvEKMYF8mpmNGgDt9" %}
[Translation Change Feed](/odds88-client-api/odds88-feeds/translation-change-feed.md)
{% endcontent-ref %}

Cashout Feed provides real-time potential cashout values for bets:

{% content-ref url="/pages/ivn3IWuh7XK7eWavHRnp" %}
[Cashout Feed](/odds88-client-api/odds88-feeds/cashout-feed.md)
{% endcontent-ref %}

Pick'em Feed provides real time updates for Pick'em markets:

{% content-ref url="/pages/RUwFv9XgqKWOUDS2RIAF" %}
[Pick'em Feed](/odds88-client-api/odds88-feeds/pickem-feed.md)
{% endcontent-ref %}

{% hint style="warning" %}
All streams connections are rate-limited and there can be only 1 active connection to each stream at a time.
{% endhint %}


---

# 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.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.
