LaunchOutputBody

  • launchUrl
    Type: string
    required

    URL to use for the game iframe

  • sessionToken
    Type: string
    required

    Token used by the iframe to authenticate

  • $schema
    Type: string Format: uri
    read-only

    A URL to the JSON Schema for this object.

  • metadata
    Type: object · LaunchMetadata

    Client-facing session metadata (bet limits, game details). The same object is appended to launchUrl as a base64url-encoded JSON 'meta' query param.

    • betLimits
      Type: object · MetadataBetLimits

      Effective bet limits enforced for this session, expressed in the session currency

    • game
      Type: object

      Game-specific details (e.g. payladders, paytables), contributed by the game runner when it exposes them