cURL
curl --request POST \ --url https://api.basement.fun/launcher/set-user-score \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "nonce": "<string>", "score": 123 }'
{ "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
Successful response
The response is of type object.
object