SAMSAM Docs

Method: multi

Coming soon
Stay updated

Bulk send — mint and deliver the same message token to many recipients (partner token required) via the unified endpoint.

Subject to change
curl -X POST   -H 'Content-Type: application/json'   -H 'Authorization: Bearer <PARTNER_API_TOKEN>'   https://sendamessage.xyz   -d '{
    "method": "multi",
    "name": "Hello",
    "recipients": ["<wallet1>", "<wallet2>"],
    "amount": 1
  }'