$0.005
per call · USD Coin on Base
Pre-send safety check: is this recipient a known malicious address (caught live on Base seeding address-poisoning via zero-value transfer sprays), or a look-alike of an address you trust? Checks our continuously-updated threat DB + deterministic look-alike logic. Answers an agent's 'is it safe to send here?' before every transfer.
Endpoint
POST https://x402.dailyelo.com/v1/recipient-check13
Calls / 30d
3
Unique payers / 30d
Aug 31
Last called
exact
Payment scheme
Call this service
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://x402.dailyelo.com/v1/recipient-check", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"known_addresses": [
"0x1234bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb5678"
],
"recipient": "0x1234aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5678"
}),
});
const data = await res.json();curl -X POST \
"https://x402.dailyelo.com/v1/recipient-check" \
-H "Content-Type: application/json" \
-d '{"known_addresses":["0x1234bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb5678"],"recipient":"0x1234aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5678"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"action_hint": "do_not_send",
"confidence": 1,
"recipient": "0x1234aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5678",
"risk_flags": [
"zero_value_transfer_spray"
],
"threat": {
"first_seen": 1719500000,
"reason": "zero_value_transfer_spray"
},
"verdict": "known_threat"
}Payment details
0xd617a7145ca56e3ed58d639f9dec6999b22441eeUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from recipient-check & similar services
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.
Sniperx · Activities Smarttraders Smartmoney
x402.sniperx.fun
Get SmartMoney trading activities on token (sorted by time descending)