Skip to main content
PlayStarters calls your wallet endpoint with type: "BALANCE" whenever it needs to display the player’s current balance — typically when a game is opened.

Request

Field reference

string
Your unique identifier for the player.
string
Always BALANCE for this operation.
number
Always 0 for BALANCE.
string
ISO 4217 currency code.
string
Unique identifier for this request. Safe to ignore for idempotency on read operations, but log it for support.

Response — 200 OK

number
The player’s current balance in their wallet currency.
BALANCE is a read-only operation — do not move any funds. Just return the current balance.