cURL
curl --request POST \ --url https://api.basement.fun/launcher/get-states \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "limit": 20, "skip": 0, "label": "<string>" }'
{ "success": true, "states": [ { "_id": "<string>", "gameId": "<string>", "ipfsHash": "<string>", "normalizedAddress": "<string>", "label": "<string>", "updatedAt": 123, "state": {} } ] }
Retrieve user states 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