ARMED receipt
Chain, USD threshold, expiry, and webhook host on one screenshotable page.
Public-chain transfer alert
Pick one chain and a USD threshold. Pay $5. For the next 24 hours, when a public transfer clears that threshold, we POST once to your HTTPS webhook.
Whale Alert paid plans are about $14.95 or $29.95 a month; API access starts around $29.95 a month. Transfer Arm is a one-day arm for one chain and one webhook.
Price
$5
Window
24 hours
Scope
One chain
Delivery
HTTPS webhook
A one-day arm on one chain. When a public transfer clears your USD threshold, we POST once.
Chain, USD threshold, expiry, and webhook host on one screenshotable page.
HTTPS POST with public-chain fields when the threshold clears inside the window.
Ethereum or Base. Your minimum transfer in USD. Nothing else in scope.
Pay once. Get an armed receipt. No account required.
01
Chain, minimum transfer in USD, and the HTTPS webhook URL that should receive the hit.
02
Short confirm step, then settlement. You land on an ARMED receipt with chain, threshold, and expiry.
03
When a public transfer on that chain clears your threshold inside the window, we POST once to your webhook.
Whale Alert paid alerts run about $14.95 or $29.95 a month; API access starts around $29.95 a month. Transfer Arm is a one-day arm for one chain and one webhook.
Paid peer
~$14.95 / $29.95 / mo
Best when you want a standing subscription.
This product
$5 / 24 hours
Best when you need a one-day arm now.
Set the watch. Pay $5. Receipt means ARMED.
Ethereum or Base. Threshold in USD. Webhook must be HTTPS.
Pay opens a short confirm step, then settlement.
Settled today: —
One JSON body per hit. Public-chain fields only. Amounts below are an example.
{
"type": "public_transfer_alert",
"arm_id": "arm_…",
"chain": "ethereum",
"threshold_usd": 1000000,
"tx": { "hash": "0x…", "value_eth": 500, "value_usd_est": 1250000 }
}
Example shape. Live hits include your arm id, chain, threshold, and the matching transfer.