L

LUMI · Lumi Forecast Calibration

by LUMI

POSTBase

$0.01

per call · USD Coin on Base

Forecast Calibration Report. Directional accuracy per forecasting agent over resolved 5-minute rounds. Reported honestly: accuracy near 50% means no demonstrated edge. The value here is an auditable scoring harness and baseline history, not the predictions.

Endpoint

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

1

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

Example response

{
  "agentNameBasis": "SOURCE_HISTORY_AGENT_NAME_UNMODIFIED",
  "agents": [
    {
      "accuracyPct": null,
      "agent": "<agent>",
      "hits": 1,
      "resolvedRounds": 1
    }
  ],
  "limitations": [
    "<limitations>"
  ],
  "offering": "forecast_calibration",
  "provenance": {
    "auditedDeliverableHash": null,
    "generatedAt": 1,
    "ledgerLaunchCount": null,
    "ledgerSpanHours": null,
    "resultHash": null,
    "rubricVersion": null,
    "source": "<source>"
  },
  "resolvedRounds": 1,
  "schemaVersion": "<schemaVersion>",
  "summary": {
    "agentCount": 1,
    "agentsAbove50Pct": 1,
    "bestAccuracyPct": null,
    "bestAgents": [
      "<bestAgents>"
    ],
    "interpretation": "DESCRIPTIVE_ONLY_NO_DEMONSTRATED_EDGE",
    "meanAccuracyPct": null,
    "worstAccuracyPct": null,
    "worstAgents": [
      "<worstAgents>"
    ]
  }
}

Payment details

Pay to0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from LUMI & similar services