POST
/
launcher
/
verify-unverified-channel
Verify Unverified Channel
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>"
}

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.