cURL
curl --request POST \ --url https://api.basement.fun/launcher/verify-unverified-channel \ --header 'Content-Type: application/json' \ --data '{ "channelId": "<string>", "signature": "<string>", "chainId": 123 }'
{ "success": true, "launcherJwt": "<string>" }
Verify an unverified channel with user’s wallet signature
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object