ThrillTech BitBridge Service API (0.1.13)

Download OpenAPI specification:

License:

The ThrillConnect API is used as the integration point between an operator's frontend and the ThrillTech platform and services. The API has been designed to support the most common use cases that operators have when integrating the ThrillTech Products with their gaming frontends and portals.

Currencies

Get All Exchange Rates

Get All Exchange Rates

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Set or update currency multipliers

Set or update currency multipliers

Request Body schema: application/json
required
base_currency
required
string
required
object

Responses

Request samples

Content type
application/json
{
  • "base_currency": "string",
  • "rates": {
    }
}

Response samples

Content type
application/json
null

Get Exchange Rates

Get Exchange Rates

path Parameters
base_currency
required
string

Base currency to use for the exchange rates

Responses

Response samples

Content type
application/json
{
  • "last_updated": 0,
  • "base_currency": "string",
  • "multipliers": {
    }
}

Health

Service Health

Service Health

Responses

Response samples

Content type
application/json
{
  • "version": "string"
}