Loading...
Loading...
Compare original and translation side by side
https://stableemail.devhttps://stableemail.dev| Task | Endpoint | Price |
|---|---|---|
| Send email (shared) | | $0.02 |
| Buy subdomain | | $5.00 |
| Send from subdomain | | $0.005 |
| Buy inbox | | $1.00 |
| Send from inbox | | $0.005 |
| Top up inbox (30d) | | $1.00 |
| Top up inbox (90d) | | $2.50 |
| Top up inbox (365d) | | $8.00 |
| List inbox messages | | $0.001 |
| Read inbox message | | $0.001 |
| Create subdomain inbox | | $0.25 |
| List subdomain messages | | $0.001 |
| Read subdomain message | | $0.001 |
| 任务 | 接口 | 价格 |
|---|---|---|
| 发送邮件(共享地址) | | $0.02 |
| 购买子域名 | | $5.00 |
| 从子域名发送邮件 | | $0.005 |
| 购买收件箱 | | $1.00 |
| 从收件箱发送邮件 | | $0.005 |
| 续费收件箱(30天) | | $1.00 |
| 续费收件箱(90天) | | $2.50 |
| 续费收件箱(365天) | | $8.00 |
| 列出收件箱消息 | | $0.001 |
| 读取收件箱消息 | | $0.001 |
| 创建子域名收件箱 | | $0.25 |
| 列出子域名消息 | | $0.001 |
| 读取子域名消息 | | $0.001 |
| Task | Endpoint |
|---|---|
| Subdomain status | |
| Update subdomain | |
| Manage signers | |
| Inbox status | |
| Update inbox | |
| Cancel inbox | |
| Delete message | |
| List subdomain inboxes | |
| Delete subdomain inbox | |
| Update subdomain inbox | |
| Delete subdomain message | |
npx agentcash fetch| 任务 | 接口 |
|---|---|
| 子域名状态 | |
| 更新子域名 | |
| 管理签署人 | |
| 收件箱状态 | |
| 更新收件箱 | |
| 取消收件箱 | |
| 删除消息 | |
| 列出子域名收件箱 | |
| 删除子域名收件箱 | |
| 更新子域名收件箱 | |
| 删除子域名消息 | |
npx agentcash fetchrelay@x402email.comnpx agentcash fetch https://stableemail.dev/api/send -m POST -b '{
"to": ["recipient@example.com"],
"subject": "Hello from x402",
"html": "<h1>Hi!</h1><p>This email was sent via x402 payments.</p>",
"text": "Hi! This email was sent via x402 payments.",
"replyTo": "your-real-email@example.com"
}'tosubjecthtmltextreplyToattachments{content, contentType, filename}{
"attachments": [{
"content": "base64-encoded-content...",
"contentType": "application/pdf",
"filename": "report.pdf"
}]
}contentType: "text/calendar; method=REQUEST"relay@x402email.comnpx agentcash fetch https://stableemail.dev/api/send -m POST -b '{
"to": ["recipient@example.com"],
"subject": "Hello from x402",
"html": "<h1>Hi!</h1><p>This email was sent via x402 payments.</p>",
"text": "Hi! This email was sent via x402 payments.",
"replyTo": "your-real-email@example.com"
}'tosubjecthtmltextreplyToattachments{content, contentType, filename}{
"attachments": [{
"content": "base64-encoded-content...",
"contentType": "application/pdf",
"filename": "report.pdf"
}]
}contentType: "text/calendar; method=REQUEST"username@x402email.comusername@x402email.comnpx agentcash fetch https://stableemail.dev/api/inbox/buy -m POST -b '{
"username": "alice",
"forwardTo": "alice@gmail.com"
}'forwardTonpx agentcash fetch https://stableemail.dev/api/inbox/buy -m POST -b '{
"username": "alice",
"forwardTo": "alice@gmail.com"
}'forwardTonpx agentcash fetch https://stableemail.dev/api/inbox/send -m POST -b '{
"username": "alice",
"to": ["bob@example.com"],
"subject": "Hello",
"html": "<p>Hi Bob</p>",
"text": "Hi Bob"
}'npx agentcash fetch https://stableemail.dev/api/inbox/send -m POST -b '{
"username": "alice",
"to": ["bob@example.com"],
"subject": "Hello",
"html": "<p>Hi Bob</p>",
"text": "Hi Bob"
}'npx agentcash fetch https://stableemail.dev/api/inbox/topup -m POST -b '{"username": "alice"}'npx agentcash fetch https://stableemail.dev/api/inbox/topup -m POST -b '{"username": "alice"}'npx agentcash fetch https://stableemail.dev/api/inbox/cancel -m POST -b '{"username": "alice"}'npx agentcash fetch https://stableemail.dev/api/inbox/cancel -m POST -b '{"username": "alice"}'npx agentcash fetch https://stableemail.dev/api/inbox/update -m POST -b '{"username": "alice", "retainMessages": true}'npx agentcash fetch https://stableemail.dev/api/inbox/update -m POST -b '{"username": "alice", "retainMessages": true}'npx agentcash fetch https://stableemail.dev/api/inbox/messages -m POST -b '{"username": "alice", "limit": 20}'npx agentcash fetch https://stableemail.dev/api/inbox/messages -m POST -b '{"username": "alice", "limit": 20}'npx agentcash fetch https://stableemail.dev/api/inbox/messages/read -m POST -b '{"messageId": "msg_abc123"}'npx agentcash fetch https://stableemail.dev/api/inbox/messages/read -m POST -b '{"messageId": "msg_abc123"}'yourname.x402email.comyourname.x402email.comnpx agentcash fetch https://stableemail.dev/api/subdomain/buy -m POST -b '{"subdomain": "yourname"}'npx agentcash fetch https://stableemail.dev/api/subdomain/buy -m POST -b '{"subdomain": "yourname"}'npx agentcash fetch https://stableemail.dev/api/subdomain/send -m POST -b '{
"from": "support@yourname.x402email.com",
"to": ["customer@example.com"],
"subject": "Your order confirmation",
"html": "<p>Thank you for your order!</p>"
}'npx agentcash fetch https://stableemail.dev/api/subdomain/send -m POST -b '{
"from": "support@yourname.x402email.com",
"to": ["customer@example.com"],
"subject": "Your order confirmation",
"html": "<p>Thank you for your order!</p>"
}'npx agentcash fetch https://stableemail.dev/api/subdomain/inbox/create -m POST -b '{
"subdomain": "yourname",
"localPart": "support",
"forwardTo": "team@company.com"
}'npx agentcash fetch https://stableemail.dev/api/subdomain/inbox/create -m POST -b '{
"subdomain": "yourname",
"localPart": "support",
"forwardTo": "team@company.com"
}'npx agentcash fetch https://stableemail.dev/api/subdomain/update -m POST -b '{"subdomain": "yourname", "catchAllForwardTo": "catch-all@company.com"}'npx agentcash fetch https://stableemail.dev/api/subdomain/update -m POST -b '{"subdomain": "yourname", "catchAllForwardTo": "catch-all@company.com"}'npx agentcash fetch https://stableemail.dev/api/subdomain/signers -m POST -b '{"action": "add", "subdomain": "yourname", "walletAddress": "0x..."}'npx agentcash fetch https://stableemail.dev/api/subdomain/signers -m POST -b '{"action": "add", "subdomain": "yourname", "walletAddress": "0x..."}'<img src="https://f.stableupload.dev/abc/photo.png" alt="Photo" /><img src="https://f.stableupload.dev/abc/photo.png" alt="Photo" />npx agentcash wallet info/api/sendnpx agentcash wallet info/api/send| Task | Cost |
|---|---|
| Send one email (shared) | $0.02 |
| Send one email (subdomain/inbox) | $0.005 |
| Buy inbox (30 days) | $1.00 |
| Buy inbox (1 year) | $1.00 + $8.00 = $9.00 |
| Buy subdomain + 5 inboxes | $5.00 + $1.25 = $6.25 |
| Read 100 messages | $0.10 |
| 任务 | 成本 |
|---|---|
| 发送一封邮件(共享地址) | $0.02 |
| 发送一封邮件(子域名/收件箱) | $0.005 |
| 购买收件箱(30天) | $1.00 |
| 购买收件箱(1年) | $1.00 + $8.00 = $9.00 |
| 购买子域名 + 5个收件箱 | $5.00 + $1.25 = $6.25 |
| 读取100条消息 | $0.10 |