# Odds88 API Endpoints

Odds88 provide a REST API for authorization, fetching various data and risk management.

Most of the endpoints require authorization, which can be performed with the login endpoint:

{% content-ref url="/pages/SXNEcNtOZ6g3So3KxjpR" %}
[Account API](/odds88-client-api/odds88-api-endpoints/account-api.md)
{% endcontent-ref %}

Bets API can be used to utilize risk management functionality of Odds88:

{% content-ref url="/pages/2l7cTFxJAk5U4UAqv2Er" %}
[Bets API](/odds88-client-api/odds88-api-endpoints/bets-api.md)
{% endcontent-ref %}

Cashout API can be used to configure Cashout Feed and perform cashout:

{% content-ref url="/pages/CDyqERePHyDhrua9zyke" %}
[Cashout API](/odds88-client-api/odds88-api-endpoints/cashout-api.md)
{% endcontent-ref %}

Currency Exchange API can be used to get information about supported currencies:

{% content-ref url="/pages/tAABok4kCnqCthSR0G3S" %}
[Currency Exchange API](/odds88-client-api/odds88-api-endpoints/currency-exchange-api.md)
{% endcontent-ref %}

Dictionary API can be used to get static values information:

{% content-ref url="/pages/0BwLugNGCPLWrFx90Siq" %}
[Dictionary API](/odds88-client-api/odds88-api-endpoints/dictionary-api.md)
{% endcontent-ref %}

Fixed Exotics API can be used to get odds for fixed exotics bet:

{% content-ref url="/pages/1qQEIIebgl2RiPxhObg0" %}
[Fixed Exotics API](/odds88-client-api/odds88-api-endpoints/fixed-exotics-api.md)
{% endcontent-ref %}

Feed API can be used to get event schedule and snapshots:

{% content-ref url="/pages/h3o5Gc9hfa2wPBJPwuMr" %}
[Feed API](/odds88-client-api/odds88-api-endpoints/feed-api.md)
{% endcontent-ref %}

Global metadata and metadata API can be used to get supplementary data for different entities and events:

{% content-ref url="/pages/gKP72bfeYJzaPQyaONPJ" %}
[Global Metadata API](/odds88-client-api/odds88-api-endpoints/global-metadata-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/pwg5sZEvLfdflkvSxByU" %}
[Metadata API](/odds88-client-api/odds88-api-endpoints/metadata-api.md)
{% endcontent-ref %}

Ratings API can be used to get info about event and league ratings:

{% content-ref url="/pages/bxCZW1uy8wJglaNnLyFK" %}
[Ratings API](/odds88-client-api/odds88-api-endpoints/ratings-api.md)
{% endcontent-ref %}

Schema API can be used to get internal entities which exist in Odds88:

{% content-ref url="/pages/rHNx9WWnIBUWvPdJN4Ad" %}
[Schema API](/odds88-client-api/odds88-api-endpoints/schema-api.md)
{% endcontent-ref %}

Translations API can be used to fetch translations for various entities and events:

{% content-ref url="/pages/oWKeORcewlu5QLu5ank9" %}
[Translations API](/odds88-client-api/odds88-api-endpoints/translations-api.md)
{% endcontent-ref %}

{% hint style="warning" %}
Most of the endpoints are rate-limited.
{% 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-api-endpoints.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.
