Nano Email

Send Nano to any Email address on the internet.

Online UI

https://email.nano.to

Send via API

curl -d '{
  "action": "nano_email",
  "refund_address": "@bank",
  "amount": "5",
  "from": "",
  "message": "",
  "email_receipt": "",
  "expiration": "7 Days",
  "emails": [
    "[email protected]"
  ]
}' \
-H "Content-Type: application/json" \
"https://rpc.nano.to"

Response

{
    "id": "a220db13",
    "address": "nano_1oc6cs3meem81q5zj....q7q57momqtpt7mfne8xnf95",
    "browser": "http://nano.to/id_a220db13",
    "check": "https://api.nano.to/confirm/a220db13",
    "subtotal": 5,
    "service_fee": 0,
    "amount": 5,
    "amount_raw": "5000000000000000000000000000000",
    "special_message": "",
    "qrcode": "data:image/png;base64,iVBORw0KGgoAAAAN...",
    "emails": [
        {
            "email": "[email protected]",
            "amount": 5
        }
    ],
    "expiration": "in a month",
    "created_at": 1733246689028
}