cURL
curl --request POST \ --url https://api.basement.fun/launcher/create-unverified-channel \ --header 'Content-Type: application/json' \ --data '{ "wallet": "<string>" }'
{ "success": true, "signRequest": "<string>", "channelId": "<string>" }
Create a new unverified channel session for external games
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object