Skip to content

Balance Query Callback

Provider queries the player's balance on the VCT platform.

Note

This API is called by the game provider to the VCT platform for balance queries in Seamless wallet mode. Agents need to implement this interface for provider callbacks.

Endpoint

PropertyValue
PathPOST /api/v1/callback/balance
CallerGame Provider → VCT Platform

Request Parameters (from Provider)

ParameterTypeRequiredDescription
providerstringYesProvider identifier (auto-detected from request source)
usernamestringYesPlayer username
currencystringNoCurrency code
signstringYesRequest signature
timestamplongYesRequest timestamp

Response Fields

FieldTypeDescription
balancedecimalPlayer's current balance
currencystringCurrency code
usernamestringPlayer username

Provider Source Mapping

ProviderCallback PathRequest Format
BGopen.operator.user.balanceJSON-RPC 2.0 (sn/sign/random)
GSCseamless/balanceJSON (operator_code/sign/request_time)
SAGetUserBalanceEncrypted URL-encoded body
WMwebhook (cmd=CallBalance)form-data (cmd/signature/user)

VCT Gaming Integration Platform