Mizan report card for any of 2,107 x402 operators (18,629 endpoints on file) — this call:
Mizan report card for any of 2,107 x402 operators (18,629 endpoints on file) — this call: api.loyalspark.online. Liveness across surveys, latency, x402 conformance, price demanded at the door vs price advertised in the catalogue, and for endpoints Mizan actually paid for, whether they delivered, refused, or charged and delivered nothing — with the on-chain tx. Replace the last path segment with any host from GET /api/pagella.
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated
Provider
mizan-bazar.higgsfield.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xe3Badbd4f38214b9Eae528a1a5398f6678f63fB3",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {
"gestore": "Operator hostname, any of the 2,107 listed in GET /api/pagella (e.g. api.onesource.io, blockrun.ai, api.loyalspark.online)"
},
"type": "http"
},
"output": {
"example": {
"classi": {
"A": "delivers with receipt",
"D": "charges and does not deliver"
},
"consegnato_a": "0xabc...",
"consegnato_il": "2026-09-03T20:00:00.000Z",
"gestore": "api.loyalspark.online",
"righe": [
{
"classe_attuale": "A",
"url": "https://api.loyalspark.online/x402-gateway/balance"
}
],
"rilevazioni": [
"2026-08-27",
"2026-09-02"
],
"versione_metodo": "v0.1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"pathParams": {
"properties": {
"gestore": {
"description": "Operator hostname, any of the 2,107 listed in GET /api/pagella (e.g. api.onesource.io, blockrun.ai, api.loyalspark.online)",
"type": "string"
}
},
"required": [
"gestore"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"pathParams"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://mizan-bazar.higgsfield.app/api/pagella/api.loyalspark.online" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://mizan-bazar.higgsfield.app/api/pagella/api.loyalspark.online");
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://mizan-bazar.higgsfield.app/api/pagella/api.loyalspark.online")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7661.json, and this resource appears in /discovery/resources and /discovery/search.