L

LUMI · Lumi Forecast History

by LUMI

POSTBase

$0.01

per call · USD Coin on Base

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.

Endpoint

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

3

Calls / 30d

3

Unique payers / 30d

Sep 1

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

Example response

{
  "count": 1,
  "limitations": [
    "<limitations>"
  ],
  "offering": "forecast_history",
  "provenance": {
    "auditedDeliverableHash": null,
    "generatedAt": 1,
    "ledgerLaunchCount": null,
    "ledgerSpanHours": null,
    "resultHash": null,
    "rubricVersion": null,
    "source": "<source>"
  },
  "rounds": [
    {}
  ],
  "schemaVersion": "<schemaVersion>"
}

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