$0.01
per call · USD Coin on Base
Batch Deployer & Launcher Check. Batch deployer-history and launcher-classification check for up to 20 tokens. It does not run the survival screen or issue a token risk/safety verdict; it is never a safety verdict. Tokens absent from the ledger return an explicit row state and null component fields.
Endpoint
POST https://app.tenna.ai/api/x402/tenna/batch_screen1
Calls / 30d
1
Unique payers / 30d
Aug 21
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://app.tenna.ai/api/x402/tenna/batch_screen", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"chain": "robinhood",
"offering": "batch_screen",
"tokenAddresses": [
"0x0000000000000000000000000000000000000000"
]
}),
});
const data = await res.json();curl -X POST \
"https://app.tenna.ai/api/x402/tenna/batch_screen" \
-H "Content-Type: application/json" \
-d '{"chain":"robinhood","offering":"batch_screen","tokenAddresses":["0x0000000000000000000000000000000000000000"]}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1,
"limitations": [
"<limitations>"
],
"offering": "batch_screen",
"provenance": {
"auditedDeliverableHash": null,
"generatedAt": 1,
"ledgerLaunchCount": null,
"ledgerSpanHours": null,
"resultHash": null,
"rubricVersion": null,
"source": "<source>"
},
"rows": [
{
"deployerDown90Pct": null,
"deployerKnown": true,
"deployerObservedLaunches": null,
"launcher": null,
"launcherLabelSource": "<launcherLabelSource>",
"launcherRegistryVersion": "<launcherRegistryVersion>",
"observedInLedger": true,
"rowState": "OBSERVED_IN_LEDGER",
"survivalScreenApplied": false,
"tokenAddress": "0x0000000000000000000000000000000000000000"
}
],
"schemaVersion": "<schemaVersion>",
"screenScope": "DEPLOYER_HISTORY_AND_LAUNCHER_CLASSIFICATION_ONLY"
}Payment details
0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from TENNA Launch Intelligence & similar services
TENNA Launch Intelligence · Tenna Observatory Round Preview
app.tenna.ai
Latest Sealed BTC Forecast. Latest sealed five-minute LUMI, TENNA, and consensus forecast from TENNA Observatory, including English commentary, recent accuracy, and eligible live edge-node consensus. Reuses existing app.tenna.ai output with no extra AI call. Eligible external wallets may receive one zero-budget preview per UTC day; 0.01 USDC is the fallback rate because ACP cannot list a zero price. Experimental forecast with no demonstrated edge.
TENNA Launch Intelligence · Tenna Tenna Observatory Round Preview
app.tenna.ai
Latest Sealed BTC Forecast. Latest sealed five-minute LUMI, TENNA, and consensus forecast from TENNA Observatory, including English commentary, recent accuracy, and eligible live edge-node consensus. Reuses existing app.tenna.ai output with no extra AI call. Eligible external wallets may receive one zero-budget preview per UTC day; 0.01 USDC is the fallback rate because ACP cannot list a zero price. Experimental forecast with no demonstrated edge.
TENNA Launch Intelligence · Tenna Meme Launch DD
app.tenna.ai
Token Launch Evidence Report. Evidence-based due diligence for one Robinhood Chain meme launch. Returns the deployer's prior launch outcomes, launch-family base rates, observed sell execution, launch path, provenance, and one of five evidence states. Complements contract scanners; third-party fields are quoted with attribution. Historical analysis only; not a forecast or safety certificate.