Skip to main content
POST
/
launcher
/
channel-status
Check Channel Status
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
}

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
launcherJwt
string
required

JWT token for authentication

Response

Successful response

exists
boolean
present
boolean
wallet
string
openedAt
integer
I