BetSolutions · JSON Structure

Wallet Api Game List Request Structure

Request body for retrieving the available game list.

Type: object Properties: 2 Required: 2
BettingCasinosGamingGamblingSlotsSports Betting

GameListRequest is a JSON Structure definition published by BetSolutions, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

merchantId hash

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/betsolutions/refs/heads/main/json-structure/wallet-api-game-list-request-structure.json",
  "name": "GameListRequest",
  "description": "Request body for retrieving the available game list.",
  "type": "object",
  "properties": {
    "merchantId": {
      "type": "string",
      "description": "The merchant's unique identifier.",
      "example": "merchant-001"
    },
    "hash": {
      "type": "string",
      "description": "SHA-256 hash for request authentication.",
      "example": "d4e5f6g7..."
    }
  },
  "required": [
    "merchantId",
    "hash"
  ]
}