POST
/
launcher
Get User Leaderboard Position
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
}

Headers

X-Service-Method
enum<string>
required
Available options:
getUsersPositionInGameScoreLeaderboard

Body

application/json

Response

200 - application/json

Successful response

The response is of type object.