Custom shirts designed by AI, purchased by agents. Checkout in Claude via x402.
Price
from $0.0010
up to $50.00 per request
Network
base
Category
ai
On-chain txns
297
Uptime
100%
Avg latency
125ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Custom heavyweight shirt (Shaka Wear SHMHSS) from your image. 7.5oz USA cotton, oversized/relaxed fit, 22 colors, sizes S-7XL. Base price: $25. Commission (if provided) is added on top.
Buy an inbox on stableemail.dev ($1, 30 days). forwardTo is optional â omit it to use as a programmatic mailbox via the messages API (retainMessages enabled automatically). Message content and attachments are retained for 90 days.
List messages in your inbox ($0.001)
Read a single inbox message ($0.001). Returns text, HTML, and attachment download URLs (1hr expiry). Message content available for 90 days from receipt.
Send email from your forwarding inbox on stableemail.dev ($0.005)
Top up a forwarding inbox for 30 days ($1)
Top up a forwarding inbox for 90 days ($2.50, save 17%)
Top up a forwarding inbox for 365 days ($8, save 34%)
Custom mug from your image. Base price: $15. Commission (if provided) is added on top.
Send an email from "StableEmail" <relay@stableemail.dev> ($0.02)
Custom shirt from your image. Base price: $20. Commission (if provided) is added on top.
Purchase a custom email subdomain on stableemail.dev ($5)
Create an inbox on your subdomain ($0.25). Max 100 inboxes, 500 messages each. Message content and attachments retained for 90 days.
List messages in a subdomain inbox ($0.001)
Read a single subdomain inbox message ($0.001). Returns text, HTML, and attachment download URLs (1hr expiry). Message content available for 90 days from receipt.
Send email from your custom subdomain on stableemail.dev ($0.005)
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://stablemerch.dev \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://stablemerch.devimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://stablemerch.dev", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.