English
cURL
curl --request POST \ --url https://api.basement.fun/launcher/channel-status \ --header 'Content-Type: application/json' \ --data ' { "launcherJwt": "<string>" } '
{ "exists": true, "present": true, "wallet": "<string>", "openedAt": 123 }
Check the status of a user’s channel session
Random string identifier for request (for signature verification)
MD5 hash for request verification
JWT token for authentication
Successful response