English
cURL
curl --request POST \ --url https://api.basement.fun/launcher/send-custom-activity \ --header 'Content-Type: application/json' \ --data ' { "launcherJwt": "<string>", "label": "<string>", "eventId": "<string>" } '
{ "success": true, "activity": { "_id": "<string>", "label": "<string>", "normalizedAddress": "<string>", "timestamp": 123, "eventId": "<string>", "gameId": "<string>" } }
Send a custom activity event for the user
Random string identifier for request (for signature verification)
MD5 hash for request verification
Activity label, can include {username} and {wallet} placeholders
Event identifier for grouping
Successful response
Show child attributes