API · x402

shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count

No description provided.

by shop.lumnika.com · verified provider · updated 2026-09-23

What it does

No description provided.

Use with an agent

  1. Discover. Agents find this listing with GET https://bazaar.saylorinnovations.com/discovery/search?query=…, the MCP tool search_resources, or /discovery/resources.
  2. Inspect. Fetch /resources/19997.json for the price and payment options.
  3. Pay. Call GET https://shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count. The provider answers 402 with its payment requirements. An x402 client signs one of the options below and retries with PAYMENT-SIGNATURE.
  4. Execute. The provider returns 200 with the data. Agent Bazaar is not in the request path and never sees your payment.

For humans

You don't need an account or an API key; you need a wallet holding a small amount of USDC on Base, and an x402-capable client (see the examples below). Call the endpoint unpaid first to see exactly what it asks for.

Pricing & payment

Price
see accepts
Protocol
x402 v1
Auth
No account or API key. Pay per request.
Networks
Base

x402 payment requirements

SchemeNetworkAssetAmountPay toTimeout
exactBase
base
USDC0xAC13DFB06F5c2Db996C881367E19387473Cf648060s
accepts[] (raw JSON)
[
  {
    "scheme": "exact",
    "network": "base",
    "payTo": "0xAC13DFB06F5c2Db996C881367E19387473Cf6480",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "maxTimeoutSeconds": 60
  }
]

Examples

curl
curl "https://shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}
Python
import httpx
res = httpx.get("https://shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Details

Provider
shop.lumnika.com
Endpoint
https://shop.lumnika.com/api/laboratorio/signedfacts/flare-score-count
Machine-readable
/resources/19997.json