SAMSAM Docs

Method: single

Coming soon
Stay updated

Single recipient — mint and deliver a token named after your message via the unified endpoint.

Subject to change
curl -X POST   -H 'Content-Type: application/json'   https://sendamessage.xyz   -d '{
    "method": "single",
    "name": "Hello",
    "recipientAddress": "<wallet>",
    "amount": 1
  }'