OnchainPulse · Receipts
by OnchainPulse
$0.35
per call · USD Coin on Base
RECEIPTS — the full token due-diligence report in one call, data versus vibes: contract-safety facts (honeypot sell simulation, taxes, mint/owner powers, LP lock), labeled holder-concentration map, exit-depth from live v3/v2 pool math, market context, launch provenance (Robinhood Chain Doppler registry), plus claim-by-claim narrative-consistency vs the project site when its URL is passed. Structured checks, checks-passed count, explorer citations, no scores, no advice. Solana + 8 EVM chains.
Endpoint
GET https://onchainpulse.theaslangroupllc.com/api/receipts1
Calls / 30d
1
Unique payers / 30d
Aug 20
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://onchainpulse.theaslangroupllc.com/api/receipts", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://onchainpulse.theaslangroupllc.com/api/receipts?address=0x532f27101965dd16442E59d40670FaF5eBB142E4&chain=base&url=example.xyz" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x…",
"chain": "base",
"checks": [
{
"check": "sell_simulation",
"detail": "Sell simulation succeeded — not flagged as a honeypot",
"result": "pass"
},
{
"check": "holder_concentration",
"detail": "Top-10 non-LP wallets hold 61.4% of supply",
"result": "flag"
},
{
"check": "narrative_consistency",
"detail": "1 of 8 site claims does not match observed chain data",
"result": "flag"
}
],
"checks_passed": "7/9",
"coverage_tier": "full",
"data": {
"exit_depth": {
"five_pct_impact_usd": 41000
},
"holders": {
"top10_holder_pct": 61.4
},
"market": {
"liquidity_usd": 210000
},
"narrative": {
"counts": {
"consistent": 7,
"inconsistent": 1
}
},
"safety": {
"is_honeypot": false
}
},
"disclaimer": "A structured set of observable on-chain facts and consistency checks at a point in time — the receipts, not a rating. Check results describe data, never intent, and nothing here is financial, legal or investment advice, a recommendation, or a prediction. Some checks can be inconclusive when upstream data is unavailable; the report says so rather than guessing.",
"explorer": "https://basescan.org/token/0x…",
"flags": [
"Top-10 non-LP wallets hold 61.4% of supply",
"Site claims \"liquidity locked 12 months\"; observed LP locked/burned share is 4.2%"
],
"token": {
"holders": "48213",
"name": "Example",
"symbol": "EXM"
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from OnchainPulse & similar services
OnchainPulse · Evmtoken
onchainpulse.theaslangroupllc.com
Honeypot, rug & token-safety scanner for Robinhood Chain, Base & EVM tokens — instant pre-trade check: sell-simulation honeypot, buy/sell tax, mint, upgradeable proxy, pausable transfers, blacklist, owner privileges, LP lock/burn, holder concentration, fused with live liquidity & flow into one CLEAR / CAUTION / AVOID verdict. Robinhood Chain (launchpad tokens incl. Pons), Base, Ethereum, BSC + 4 more. Answers: is this token safe to buy?
OnchainPulse · Glossary
onchainpulse.theaslangroupllc.com
Plain-English decoder for onchain finance, blockchain and regulatory terminology. For research and financial agents.
OnchainPulse · Facet Honeypot
onchainpulse.theaslangroupllc.com
Honeypot check, half a cent: can this token actually be sold? Simulated buy+sell verdict, buy/sell/transfer tax, mint authority, ownership renounced, transfer-pausable, blacklist — the raw flags, one source, no fusion. Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, Avalanche. Cheapest token safety check before you trade; upgrade to /api/evmtoken ($0.015) for the fused CLEAR/CAUTION/AVOID verdict. Answers: is this token safe?