Top up chips
Tables
Top up chips
Transfers chips from the player’s account balance (wallets.balance) to
their seat balance (game_table_state.seat_balance).
Players can top up between games or between betting stages if their seat
balance is running low. Returns NACK with a message if the wallet balance
is insufficient. The response always includes newAccountBalance so the
client can update the lobby header immediately.
Equivalent to ws_top_up_chips_at_table in the legacy C# server.
POST
Top up chips
Authorizations
Supabase Auth JWT. Obtain via Supabase Auth sign-in.
Path Parameters
Unique numeric table identifier
Required range:
x >= 1Example:
1
Body
application/json
Response
Top up acknowledgement