English
cURL
curl --request POST \ --url https://api.basement.fun/scores \ --header 'Content-Type: application/json' \ --header 'X-Service-Method: <x-service-method>' \ --data ' { "gameId": "<string>", "limit": 50, "skip": 0 } '
{ "success": true, "leaderboard": [ { "_id": "<string>", "nonce": "<string>", "gameId": "<string>", "normalizedAddress": "<string>", "score": 123, "updatedAt": 123, "username": "<string>", "avatar": "<string>" } ] }
Retrieves data from the game leaderboard, providing you with information on player rankings and scores. It helps you monitor and display competitive standings within the game.
getGameScoresLeaderboard
Successful response
Show child attributes