$0.01
per call · USD Coin on Base
Polls the disposable inbox for messages and verification codes.
Endpoint
POST https://codepulse-api.hahavoid0.workers.dev/mailbox/messages3
Calls / 30d
2
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://codepulse-api.hahavoid0.workers.dev/mailbox/messages", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"email": "xdf908234@1secmail.com"
}),
});
const data = await res.json();cURL
curl -X POST \
"https://codepulse-api.hahavoid0.workers.dev/mailbox/messages" \
-H "Content-Type: application/json" \
-d '{"email":"xdf908234@1secmail.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"confidence": "high",
"data_as_of": "2026-06",
"disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.",
"result": {
"messages": [
{
"body": "Your code is 884732",
"date": "2026-06-25 12:00:00",
"from": "no-reply@github.com",
"id": 1234,
"subject": "Verification Code"
}
]
},
"supported": true,
"warnings": []
}Payment details
Pay to
0x4a82f147c8a4339409c9097adc1eedfd56e85bfeAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Solana
Schemesexact
Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from CodePulse Agentic API & similar services
CodePulse Agentic API · Security Http Headers
codepulse-api.hahavoid0.workers.dev
Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options).
POSTBaseDeveloper Tools
$0.01 / call3 calls / 30d
CodePulse Agentic API · Mailbox Create
codepulse-api.hahavoid0.workers.dev
Generates a temporary disposable inbox address using the free 1secmail.com service.
POSTBaseAI & Inference
$0.01 / call1 calls / 30d
CodePulse Agentic API · Notify Email
codepulse-api.hahavoid0.workers.dev
Sends automated email notifications using the Resend API.
POSTBaseData & Enrichment
$0.02 / call1 calls / 30d