cURL
curl --request POST \ --url https://api.basement.fun/launcher \ --header 'Content-Type: application/json' \ --header 'X-Service-Method: <x-service-method>' \ --data '{ "gameId": "<string>", "wallet": "<string>" }'
{ "success": true, "position": 123 }
Retrieves data from the game leaderboard via wallet address, providing you with information on player rankings and scores.
getUsersPositionInGameScoreLeaderboard
Successful response
The response is of type object.
object