For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

The API client needs to request a Bearer authentication token from the support team at support@openbet.com to connect to WebSockets endpoints. The token should be used immediately after a connection request. Once a connection to a WebSockets API message is established, the token remains valid indefinitely.

Example for an authentication token

{
    "authToken": "eYCMopB1T9ACqA8TVIoM"
}

Last updated

Was this helpful?