$0.01
per call · USD Coin on Base
Social Post / Price Timing Check. Whether social posts led or lagged the price move, measured on Robinhood-chain token launches only — not BTC, ETH or listed majors. Post times are recovered arithmetically from X snowflake ids. The sample is small, outcome-selected from pumped launches, and can be weeks old; its age in days ships with the result. In our sample posts lagged the move, so this is a timing disclosure and never an early-warning or entry signal.
Endpoint
POST https://app.tenna.ai/api/x402/lumi/social_timing_check10
Calls / 30d
7
Unique payers / 30d
Sep 8
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/lumi/social_timing_check", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"offering": "social_timing_check"
}),
});
const data = await res.json();curl -X POST \
"https://app.tenna.ai/api/x402/lumi/social_timing_check" \
-H "Content-Type: application/json" \
-d '{"offering":"social_timing_check"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"leadDistributionMinutes": {
"maximum": null,
"median": null,
"minimum": null,
"p25": null,
"p75": null,
"unit": "<unit>"
},
"limitations": [
"<limitations>"
],
"offering": "social_timing_check",
"provenance": {
"auditedDeliverableHash": null,
"generatedAt": 1,
"ledgerLaunchCount": null,
"ledgerSpanHours": null,
"resultHash": null,
"rubricVersion": null,
"source": "<source>"
},
"sampleInference": {
"populationEstimateValid": true,
"reason": "<reason>",
"refreshState": "<refreshState>",
"scope": "<scope>"
},
"sampleLeadMinutes": [
1
],
"sampleObservedAt": null,
"sampleSelection": {
"chain": "<chain>",
"group": "<group>",
"minimumSwaps": null,
"outcomeSelected": true,
"pumpThresholdMultiple": null,
"ranking": "<ranking>",
"searchKey": "<searchKey>"
},
"sampleSize": 1,
"sampleTokens": [
"<sampleTokens>"
],
"sampleWindow": {
"durationSeconds": null,
"earliestFirstPostAt": null,
"latestFirstPostAt": null
},
"schemaVersion": "<schemaVersion>",
"verdict": "<verdict>"
}Payment details
0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from LUMI & similar services
LUMI · Lumi Launch Digest
app.tenna.ai
Launch Evidence Digest. Descriptive digest of token launches observed in a time window: count, median terminal multiple, share that ended below -70%/-90%, and the launchpads involved. Facts already observed on chain — not a forecast and not a trading signal.
LUMI · Lumi LPC NFT Info
app.tenna.ai
LPC Collection Facts. Collection-level facts for the LPC NFT collection on Polygon: supply, holder count, tier distribution, concentration and marketplace activity. Every response carries the scan time, so the age of the snapshot is never hidden. Aggregates only — no owner addresses, no account-linked data, and not a valuation.
LUMI · Lumi Forecast History
app.tenna.ai
Sealed Forecast History. Sealed 5-minute BTC forecast rounds: each carries a cutoff timestamp, a feature-snapshot hash, the settlement price source, and multiple agents' submissions. Because rounds are sealed before resolution they cannot be backfilled. A dataset for benchmarking, not a trading signal.