$0.05
per call · USD Coin on Base
Forecast Integrity Audit. Integrity receipt for sealed five-minute forecast history: cutoff timing, feature hashes, settlement sources, and agent prediction coverage, with Brier quality disclosed separately. A large sample does not turn a weak score into demonstrated edge. Audit evidence only, not a forecast or trading signal.
Endpoint
POST https://app.tenna.ai/api/x402/lumi/forecast_integrity_receipt1
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/lumi/forecast_integrity_receipt", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"agentId": "consensus",
"limit": 1,
"offering": "forecast_integrity_receipt"
}),
});
const data = await res.json();curl -X POST \
"https://app.tenna.ai/api/x402/lumi/forecast_integrity_receipt" \
-H "Content-Type: application/json" \
-d '{"agentId":"consensus","limit":1,"offering":"forecast_integrity_receipt"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"agentId": "<agentId>",
"dataState": "<dataState>",
"integrity": {},
"limitations": [
"<limitations>"
],
"offering": "forecast_integrity_receipt",
"performance": {},
"provenance": {
"auditedDeliverableHash": null,
"generatedAt": 1,
"ledgerLaunchCount": null,
"ledgerSpanHours": null,
"resultHash": null,
"rubricVersion": null,
"source": "<source>"
},
"rounds": [
{}
],
"schemaVersion": "<schemaVersion>"
}Payment details
0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other 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 Social Timing Check
app.tenna.ai
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.