POST
/
launcher
/
set-state
Set User State
curl --request POST \
  --url https://api.basement.fun/launcher/set-state \
  --header 'Content-Type: application/json' \
  --data '{
  "launcherJwt": "<string>",
  "state": "<string>",
  "label": "<string>"
}'
{
  "success": true,
  "newState": {
    "_id": "<string>",
    "gameId": "<string>",
    "ipfsHash": "<string>",
    "normalizedAddress": "<string>",
    "label": "<string>",
    "updatedAt": 123,
    "state": {}
  }
}

Headers

X-Request-Nonce
string

Random string identifier for request (for signature verification)

X-Request-Signature
string

MD5 hash for request verification

Body

application/json

Response

200
application/json

Successful response

The response is of type object.