English
cURL
curl --request POST \ --url https://api.basement.fun/launcher/set-state \ --header 'Content-Type: application/json' \ --data ' { "launcherJwt": "<string>", "state": "<string>", "label": "<string>" } '
{ "success": true, "newState": { "_id": "<string>", "gameId": "<string>", "ipfsHash": "<string>", "normalizedAddress": "<string>", "label": "<string>", "updatedAt": 123, "state": {} } }
Set or update user state for the game
Random string identifier for request (for signature verification)
MD5 hash for request verification
JSON string containing state data
Successful response
Show child attributes