SAMSAM Docs

Method: raid

Coming soon
Stay updated

Campaign-style flows to coordinate sends via the unified endpoint.

Create

Subject to change
curl -X POST   -H 'Content-Type: application/json'   https://sendamessage.xyz   -d '{
    "method": "raid",
    "recipientAddress": "<target-wallet>",
    "description": "Campaign name",
    "depositTx": "<solscan url or signature>",
    "currency": "SOL"
  }'

Send

Subject to change
curl -X POST   -H 'Content-Type: application/json'   https://sendamessage.xyz   -d '{
    "method": "raid",
    "raidId": "<raid-id>",
    "recipientAddress": "<wallet>",
    "message": "optional memo",
    "mint": "<optional pre-minted raid token>"
  }'