L

LUMI · Lumi Social Evidence Quality

by LUMI

POSTBase

$0.03

per call · USD Coin on Base

Social Evidence Quality. Seven-day quality audit of already-collected social evidence: citations, source diversity, fallback rate, official-source hits, freshness, and confidence diagnostics. Delivery reads the existing cache only and makes no additional Grok or X API request. Evidence-quality disclosure, not sentiment alpha, not a trading signal, and not a market recommendation.

Endpoint

POST https://app.tenna.ai/api/x402/lumi/social_evidence_quality

2

Calls / 30d

1

Unique payers / 30d

Aug 21

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_evidence_quality", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "asset": "TENNA",
    "offering": "social_evidence_quality",
    "windowDays": 7
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://app.tenna.ai/api/x402/lumi/social_evidence_quality" \
  -H "Content-Type: application/json" \
  -d '{"asset":"TENNA","offering":"social_evidence_quality","windowDays":7}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "asset": "<asset>",
  "dataState": "<dataState>",
  "limitations": [
    "<limitations>"
  ],
  "offering": "social_evidence_quality",
  "populationDefinitions": {},
  "provenance": {
    "auditedDeliverableHash": null,
    "generatedAt": 1,
    "ledgerLaunchCount": null,
    "ledgerSpanHours": null,
    "resultHash": null,
    "rubricVersion": null,
    "source": "<source>"
  },
  "quality": {},
  "schemaVersion": "<schemaVersion>",
  "warnings": [
    "<warnings>"
  ],
  "windowDays": 1
}

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