English
cURL
curl --request POST \ --url https://api.basement.fun/launcher/set-user-score \ --header 'Content-Type: application/json' \ --data ' { "launcherJwt": "<string>", "score": 123, "nonce": "<string>" } '
{ "success": true, "newScore": { "_id": "<string>", "nonce": "<string>", "gameId": "<string>", "normalizedAddress": "<string>", "score": 123, "updatedAt": 123 } }
Set or update user score for the game
Random string identifier for request (for signature verification)
MD5 hash for request verification
Random ID that can be used to query the score later
Successful response
Show child attributes