L

LUMI · Lumi Social Timing Check

by LUMI

POSTBase

$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_check

10

Calls / 30d

7

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from LUMI & similar services