INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

548 observations · Differences between dated observations.

api.seneschal.spaceSingle-fact: how many borrowers have HF < max_hf and debt >= min_debt_usd right now? Returns {count, total_debt_usd}.
https://api.seneschal.space/v1/q/at-risk-count
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: how many borrowers have HF < max_hf and debt >= min_debt_usd right now? Returns {count, total_debt_usd}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "max_hf": {
                "description": "Health-factor ceiling (default 1.05).",
                "type": "string"
              },
              "min_debt_usd": {
                "description": "Minimum debt in USD (default 0).",
                "type": "string"
              },
              "protocol": {
                "description": "Optional protocol filter (aave|morpho|spark|compound).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "total_debt_usd": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c435866b39ca70cecb5545a3734a31e2ba58d8733dcd670c33b55e8544f08d81",
  "service_id": "042c189da13e48cf8a0b062b8141606961d4badd3e366907f8e9425cb26eeb8b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:59:30.863Z",
  "url": "https://api.seneschal.space/v1/q/at-risk-count",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: number of pending transactions in the Monero mempool right now.
https://api.seneschal.space/v1/q/xmr/mempool
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: number of pending transactions in the Monero mempool right now.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "b8a07c81e6aaacedb91686109d7aaf2855b5f7af4ef3579ef67b467fccfa2ac4",
  "service_id": "1c34915fa97283cfb7fe5a33848940c62d696c590e71d7495bae18f1d5f785f4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:53:09.965Z",
  "url": "https://api.seneschal.space/v1/q/xmr/mempool",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: timestamp + age of the most recent Zcash block, plus hash, difficulty, and size.
https://api.seneschal.space/v1/q/zec/last-block
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: timestamp + age of the most recent Zcash block, plus hash, difficulty, and size.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "age_s": {
                "type": "integer"
              },
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "difficulty": {
                "type": "number"
              },
              "hash": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "size_bytes": {
                "type": "integer"
              },
              "timestamp_ms": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7977a5ea72ea0c680be537715259292ba280b8c215632d1b92c189043761e3fe",
  "service_id": "2e1c7ccde89c52411b02c4537ed6e12de364c638e969a704a5e617d247d54a0d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T00:23:13.308Z",
  "url": "https://api.seneschal.space/v1/q/zec/last-block",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.
https://api.seneschal.space/v1/q/top-builder
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "window": {
                "description": "Lookback window: 24h, 7d or 30d (default 24h).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "builder": {
                "type": "string"
              },
              "share_pct": {
                "type": "number"
              },
              "slots_won": {
                "type": "integer"
              },
              "total_slots": {
                "type": "integer"
              },
              "window": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "496a8e6d39620cd76d85dafaf58eb1f41370b2dd02c42fa2e98f15e9f300b06c",
  "service_id": "3b891456d827d923d4011e4b8a120cf5806b746b2b8e7205f37390a5a5a33297",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:54:55.011Z",
  "url": "https://api.seneschal.space/v1/q/top-builder",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: ZEC supply by value pool (transparent/sprout/sapling/orchard/ironwood/lockbox) + NU6.3 "Ironwood" migration readout — pool balance, Orchard remainder, and migration % once the quantum-recoverable Ironwood pool is live (mainnet target ~2026-07-21). The turnstile makes cross-pool flows public; this is the headline number. Sourced from a live operator-run zebra node.
https://api.seneschal.space/v1/q/zec/pools
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: ZEC supply by value pool (transparent/sprout/sapling/orchard/ironwood/lockbox) + NU6.3 \"Ironwood\" migration readout — pool balance, Orchard remainder, and migration % once the quantum-recoverable Ironwood pool is live (mainnet target ~2026-07-21). The turnstile makes cross-pool flows public; this is the headline number. Sourced from a live operator-run zebra node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "ironwood": {
                "type": "object"
              },
              "network": {
                "type": "string"
              },
              "pools": {
                "type": "object"
              },
              "shielded_pct": {
                "type": "number"
              },
              "shielded_zec": {
                "type": "number"
              },
              "total_supply_zec": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "87740a626779b44b5d52c010bce3a034c34484803489ed14dbc95cfcc585396b",
  "service_id": "4371d95a0d2fa61fe5060b8c4de202cbe7ea6e76ddfe9ba3df44b93c9cc0340b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T10:16:09.668Z",
  "url": "https://api.seneschal.space/v1/q/zec/pools",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: how many on-chain liquidations have we observed in the last `since_min` minutes, with what aggregate debt? Returns {count, total_debt_usd}.
https://api.seneschal.space/v1/q/recent-liquidations
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: how many on-chain liquidations have we observed in the last `since_min` minutes, with what aggregate debt? Returns {count, total_debt_usd}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "protocol": {
                "description": "Optional protocol filter (aave|morpho|spark|compound).",
                "type": "string"
              },
              "since_min": {
                "description": "Lookback in minutes (default 60).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "total_debt_usd": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "08e506e5f3502d20e70b127e0eff3932236e607a9179a213ce0e2b9739460147",
  "service_id": "5ab59084fbe41bd05c453eca3282c9dc72d6258f80d7d095c8a52f6da87ce28e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:59:41.055Z",
  "url": "https://api.seneschal.space/v1/q/recent-liquidations",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: Zcash mempool count + bytes.
https://api.seneschal.space/v1/q/zec/mempool
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: Zcash mempool count + bytes.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "bytes": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "751d183074a19e78a47b62908abdd6d751333cc5e0b7bd85fd718244151e1e2a",
  "service_id": "5e9c299d46eb759caaae3168f9a0cbb374ccf516be38c6b5a5f65a22147ff9dd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T11:06:41.986Z",
  "url": "https://api.seneschal.space/v1/q/zec/mempool",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.
https://api.seneschal.space/v1/q/zec/height
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "best_block_hash": {
                "type": "string"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "synchronized": {
                "type": "boolean"
              },
              "verification_progress": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "8c60af97a8b7c666b6c556776ceba4d80bd0f5481de8f2e5b7af8c6b04a62344",
  "service_id": "62f63eea1d5a6d0ce1a137781d33bb8bf89ff09acaabc737a228aa242ccc9fc6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T00:22:56.183Z",
  "url": "https://api.seneschal.space/v1/q/zec/height",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: current Monero chain height + sync status. Sourced from a live operator-run monerod node.
https://api.seneschal.space/v1/q/xmr/height
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: current Monero chain height + sync status. Sourced from a live operator-run monerod node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "behind_blocks": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "synchronized": {
                "type": "boolean"
              },
              "top_block_hash": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "180a41f28184283bf4607ee61b2b4e75e0efe07a1a8ea11577553924c14ce3b0",
  "service_id": "80ce6cc137e5d01dd9c53175fc7426c6cc216a2562d752141f411ee13d2f6066",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:02:33.107Z",
  "url": "https://api.seneschal.space/v1/q/xmr/height",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: network-wide percentile block value (proposer payment, ETH) across ALL winning slots in the window — the "is it worth bundling?" number, independent of builder. Returns {value_eth, median_eth, max_eth, samples}.
https://api.seneschal.space/v1/q/block-value
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: network-wide percentile block value (proposer payment, ETH) across ALL winning slots in the window — the \"is it worth bundling?\" number, independent of builder. Returns {value_eth, median_eth, max_eth, samples}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "pct": {
                "description": "Percentile 1-99 (default 50).",
                "type": "string"
              },
              "window": {
                "description": "Lookback window: 24h, 7d or 30d (default 24h).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "max_eth": {
                "type": "number"
              },
              "median_eth": {
                "type": "number"
              },
              "pct": {
                "type": "integer"
              },
              "samples": {
                "type": "integer"
              },
              "total_slots": {
                "type": "integer"
              },
              "value_eth": {
                "type": "number"
              },
              "window": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "83abcc2f46e65c312ad30fa913cb2e3dea477b66aabb9b5ee182fc0a0749c7a4",
  "service_id": "b57b26a2d4d0087c00d6507cbf2286afef77c2756820febeba10185f81fe288a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T00:23:18.221Z",
  "url": "https://api.seneschal.space/v1/q/block-value",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: what does Ethereum mainnet gas cost RIGHT NOW? Returns the latest block’s base fee + blob base fee AND the consensus-computed next-block projection (not a guess — the protocol’s own EIP-1559/4844 arithmetic), straight from eth_feeHistory. Fields: {block, base_fee_gwei, blob_base_fee_gwei, gas_used_ratio, next_base_fee_gwei, next_blob_base_fee_gwei}. Bulk per-block history: /v1/premium/fee-history.csv ($0.05, up to 1024 blocks/call).
https://api.seneschal.space/v1/q/base-fee
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: what does Ethereum mainnet gas cost RIGHT NOW? Returns the latest block’s base fee + blob base fee AND the consensus-computed next-block projection (not a guess — the protocol’s own EIP-1559/4844 arithmetic), straight from eth_feeHistory. Fields: {block, base_fee_gwei, blob_base_fee_gwei, gas_used_ratio, next_base_fee_gwei, next_blob_base_fee_gwei}. Bulk per-block history: /v1/premium/fee-history.csv ($0.05, up to 1024 blocks/call).",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "base_fee_gwei": {
                "type": "number"
              },
              "base_fee_wei": {
                "type": "string"
              },
              "blob_base_fee_gwei": {
                "type": "number"
              },
              "blob_base_fee_wei": {
                "type": "string"
              },
              "blob_gas_used_ratio": {
                "type": "number"
              },
              "block": {
                "type": "integer"
              },
              "gas_used_ratio": {
                "type": "number"
              },
              "next_base_fee_gwei": {
                "type": "number"
              },
              "next_blob_base_fee_gwei": {
                "type": "number"
              },
              "next_block": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a4cf803a44cf23131e95705dafd0c575878bdde3ac7cc36ff518a87b1a3dc0c3",
  "service_id": "bad352d1e4a0cb62ffbe3572a371dea1fbaf711217badc84f4ab56635aea9ef5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:04:22.039Z",
  "url": "https://api.seneschal.space/v1/q/base-fee",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: what did the proposer of the latest block ACTUALLY get paid (priority fees + direct coinbase transfers — the value that reaches the validator, not the noisy block-value proxy)? Returns {block, proposer_payment_eth, builder, tx_count} plus a 1h aggregate {samples, mean_eth, median_eth, p90_eth, max_eth}. Per-block history export: /v1/premium/builder-bids.csv ($0.05, CSV or JSONL).
https://api.seneschal.space/v1/q/proposer-payment
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: what did the proposer of the latest block ACTUALLY get paid (priority fees + direct coinbase transfers — the value that reaches the validator, not the noisy block-value proxy)? Returns {block, proposer_payment_eth, builder, tx_count} plus a 1h aggregate {samples, mean_eth, median_eth, p90_eth, max_eth}. Per-block history export: /v1/premium/builder-bids.csv ($0.05, CSV or JSONL).",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "block": {
                "type": "integer"
              },
              "builder": {
                "type": "string"
              },
              "history_endpoint": {
                "type": "string"
              },
              "hour": {
                "type": "object"
              },
              "proposer_payment_eth": {
                "type": "number"
              },
              "proposer_payment_wei": {
                "type": "string"
              },
              "source_freshness_s": {
                "type": "integer"
              },
              "ts_ms": {
                "type": "integer"
              },
              "tx_count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "2c3494a0d9b0ee35c02f8b42d663757d1fbf0f38ae2c6c2ff1284fa5874ae9f3",
  "service_id": "d812ea655d4b709656b70a740de2683c3a4ae9024ff61aa58383d88d3b57af47",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:53:06.017Z",
  "url": "https://api.seneschal.space/v1/q/proposer-payment",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: recommended Monero per-byte fee in piconero (also exposed per-kB for convenience).
https://api.seneschal.space/v1/q/xmr/fee
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: recommended Monero per-byte fee in piconero (also exposed per-kB for convenience).",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "fee_per_byte_piconero": {
                "type": "number"
              },
              "fee_per_kb_piconero": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7514143db7719c8633819b7c033a8f5885c381bde5f5ab4d76e9e3075ec702b2",
  "service_id": "df6ce91215b48bcf34491c277cafb242f3cefdebe52b748c723075ee81d6bb14",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T00:22:47.313Z",
  "url": "https://api.seneschal.space/v1/q/xmr/fee",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: timestamp + age of the most recent Monero block, plus hash, difficulty, and size.
https://api.seneschal.space/v1/q/xmr/last-block
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: timestamp + age of the most recent Monero block, plus hash, difficulty, and size.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "age_s": {
                "type": "integer"
              },
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "difficulty": {
                "type": "number"
              },
              "hash": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "size_bytes": {
                "type": "integer"
              },
              "timestamp_ms": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7977a5ea72ea0c680be537715259292ba280b8c215632d1b92c189043761e3fe",
  "service_id": "e76a906c5af6e7f17f9a06c95b0b81c5d0c3c8431365e13c87161e2d2f4cc130",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:03:06.552Z",
  "url": "https://api.seneschal.space/v1/q/xmr/last-block",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: how many borrowers have HF < max_hf and debt >= min_debt_usd right now? Returns {count, total_debt_usd}.
https://api.seneschal.space/v1/q/at-risk-count
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: how many borrowers have HF < max_hf and debt >= min_debt_usd right now? Returns {count, total_debt_usd}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "max_hf": {
                "description": "Health-factor ceiling (default 1.05).",
                "type": "string"
              },
              "min_debt_usd": {
                "description": "Minimum debt in USD (default 0).",
                "type": "string"
              },
              "protocol": {
                "description": "Optional protocol filter (aave|morpho|spark|compound).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "total_debt_usd": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "c435866b39ca70cecb5545a3734a31e2ba58d8733dcd670c33b55e8544f08d81",
  "service_id": "042c189da13e48cf8a0b062b8141606961d4badd3e366907f8e9425cb26eeb8b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:59:30.863Z",
  "url": "https://api.seneschal.space/v1/q/at-risk-count",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: number of pending transactions in the Monero mempool right now.
https://api.seneschal.space/v1/q/xmr/mempool
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: number of pending transactions in the Monero mempool right now.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "b8a07c81e6aaacedb91686109d7aaf2855b5f7af4ef3579ef67b467fccfa2ac4",
  "service_id": "1c34915fa97283cfb7fe5a33848940c62d696c590e71d7495bae18f1d5f785f4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:53:09.965Z",
  "url": "https://api.seneschal.space/v1/q/xmr/mempool",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: timestamp + age of the most recent Zcash block, plus hash, difficulty, and size.
https://api.seneschal.space/v1/q/zec/last-block
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: timestamp + age of the most recent Zcash block, plus hash, difficulty, and size.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "age_s": {
                "type": "integer"
              },
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "difficulty": {
                "type": "number"
              },
              "hash": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "size_bytes": {
                "type": "integer"
              },
              "timestamp_ms": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "7977a5ea72ea0c680be537715259292ba280b8c215632d1b92c189043761e3fe",
  "service_id": "2e1c7ccde89c52411b02c4537ed6e12de364c638e969a704a5e617d247d54a0d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:08:57.963Z",
  "url": "https://api.seneschal.space/v1/q/zec/last-block",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.
https://api.seneschal.space/v1/q/top-builder
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "window": {
                "description": "Lookback window: 24h, 7d or 30d (default 24h).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "builder": {
                "type": "string"
              },
              "share_pct": {
                "type": "number"
              },
              "slots_won": {
                "type": "integer"
              },
              "total_slots": {
                "type": "integer"
              },
              "window": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "496a8e6d39620cd76d85dafaf58eb1f41370b2dd02c42fa2e98f15e9f300b06c",
  "service_id": "3b891456d827d923d4011e4b8a120cf5806b746b2b8e7205f37390a5a5a33297",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:54:55.011Z",
  "url": "https://api.seneschal.space/v1/q/top-builder",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: ZEC supply by value pool (transparent/sprout/sapling/orchard/ironwood/lockbox) + NU6.3 "Ironwood" migration readout — pool balance, Orchard remainder, and migration % once the quantum-recoverable Ironwood pool is live (mainnet target ~2026-07-21). The turnstile makes cross-pool flows public; this is the headline number. Sourced from a live operator-run zebra node.
https://api.seneschal.space/v1/q/zec/pools
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: ZEC supply by value pool (transparent/sprout/sapling/orchard/ironwood/lockbox) + NU6.3 \"Ironwood\" migration readout — pool balance, Orchard remainder, and migration % once the quantum-recoverable Ironwood pool is live (mainnet target ~2026-07-21). The turnstile makes cross-pool flows public; this is the headline number. Sourced from a live operator-run zebra node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "ironwood": {
                "type": "object"
              },
              "network": {
                "type": "string"
              },
              "pools": {
                "type": "object"
              },
              "shielded_pct": {
                "type": "number"
              },
              "shielded_zec": {
                "type": "number"
              },
              "total_supply_zec": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "87740a626779b44b5d52c010bce3a034c34484803489ed14dbc95cfcc585396b",
  "service_id": "4371d95a0d2fa61fe5060b8c4de202cbe7ea6e76ddfe9ba3df44b93c9cc0340b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T10:16:09.668Z",
  "url": "https://api.seneschal.space/v1/q/zec/pools",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: how many on-chain liquidations have we observed in the last `since_min` minutes, with what aggregate debt? Returns {count, total_debt_usd}.
https://api.seneschal.space/v1/q/recent-liquidations
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: how many on-chain liquidations have we observed in the last `since_min` minutes, with what aggregate debt? Returns {count, total_debt_usd}.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "protocol": {
                "description": "Optional protocol filter (aave|morpho|spark|compound).",
                "type": "string"
              },
              "since_min": {
                "description": "Lookback in minutes (default 60).",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "total_debt_usd": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "08e506e5f3502d20e70b127e0eff3932236e607a9179a213ce0e2b9739460147",
  "service_id": "5ab59084fbe41bd05c453eca3282c9dc72d6258f80d7d095c8a52f6da87ce28e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:59:41.055Z",
  "url": "https://api.seneschal.space/v1/q/recent-liquidations",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: Zcash mempool count + bytes.
https://api.seneschal.space/v1/q/zec/mempool
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: Zcash mempool count + bytes.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "bytes": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "751d183074a19e78a47b62908abdd6d751333cc5e0b7bd85fd718244151e1e2a",
  "service_id": "5e9c299d46eb759caaae3168f9a0cbb374ccf516be38c6b5a5f65a22147ff9dd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T11:06:41.986Z",
  "url": "https://api.seneschal.space/v1/q/zec/mempool",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.
https://api.seneschal.space/v1/q/zec/height
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "best_block_hash": {
                "type": "string"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "synchronized": {
                "type": "boolean"
              },
              "verification_progress": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "8c60af97a8b7c666b6c556776ceba4d80bd0f5481de8f2e5b7af8c6b04a62344",
  "service_id": "62f63eea1d5a6d0ce1a137781d33bb8bf89ff09acaabc737a228aa242ccc9fc6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:00:52.083Z",
  "url": "https://api.seneschal.space/v1/q/zec/height",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: current Monero chain height + sync status. Sourced from a live operator-run monerod node.
https://api.seneschal.space/v1/q/xmr/height
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: current Monero chain height + sync status. Sourced from a live operator-run monerod node.",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "behind_blocks": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "height": {
                "type": "integer"
              },
              "synchronized": {
                "type": "boolean"
              },
              "top_block_hash": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "180a41f28184283bf4607ee61b2b4e75e0efe07a1a8ea11577553924c14ce3b0",
  "service_id": "80ce6cc137e5d01dd9c53175fc7426c6cc216a2562d752141f411ee13d2f6066",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:02:33.107Z",
  "url": "https://api.seneschal.space/v1/q/xmr/height",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: what does Ethereum mainnet gas cost RIGHT NOW? Returns the latest block’s base fee + blob base fee AND the consensus-computed next-block projection (not a guess — the protocol’s own EIP-1559/4844 arithmetic), straight from eth_feeHistory. Fields: {block, base_fee_gwei, blob_base_fee_gwei, gas_used_ratio, next_base_fee_gwei, next_blob_base_fee_gwei}. Bulk per-block history: /v1/premium/fee-history.csv ($0.05, up to 1024 blocks/call).
https://api.seneschal.space/v1/q/base-fee
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: what does Ethereum mainnet gas cost RIGHT NOW? Returns the latest block’s base fee + blob base fee AND the consensus-computed next-block projection (not a guess — the protocol’s own EIP-1559/4844 arithmetic), straight from eth_feeHistory. Fields: {block, base_fee_gwei, blob_base_fee_gwei, gas_used_ratio, next_base_fee_gwei, next_blob_base_fee_gwei}. Bulk per-block history: /v1/premium/fee-history.csv ($0.05, up to 1024 blocks/call).",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "base_fee_gwei": {
                "type": "number"
              },
              "base_fee_wei": {
                "type": "string"
              },
              "blob_base_fee_gwei": {
                "type": "number"
              },
              "blob_base_fee_wei": {
                "type": "string"
              },
              "blob_gas_used_ratio": {
                "type": "number"
              },
              "block": {
                "type": "integer"
              },
              "gas_used_ratio": {
                "type": "number"
              },
              "next_base_fee_gwei": {
                "type": "number"
              },
              "next_blob_base_fee_gwei": {
                "type": "number"
              },
              "next_block": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a4cf803a44cf23131e95705dafd0c575878bdde3ac7cc36ff518a87b1a3dc0c3",
  "service_id": "bad352d1e4a0cb62ffbe3572a371dea1fbaf711217badc84f4ab56635aea9ef5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T08:04:22.039Z",
  "url": "https://api.seneschal.space/v1/q/base-fee",
  "usage_rights": "not_reviewed"
}
api.seneschal.spaceSingle-fact: what did the proposer of the latest block ACTUALLY get paid (priority fees + direct coinbase transfers — the value that reaches the validator, not the noisy block-value proxy)? Returns {block, proposer_payment_eth, builder, tx_count} plus a 1h aggregate {samples, mean_eth, median_eth, p90_eth, max_eth}. Per-block history export: /v1/premium/builder-bids.csv ($0.05, CSV or JSONL).
https://api.seneschal.space/v1/q/proposer-payment
NetworkAdvertised amountBillingPayee
eip155:84530.001 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x46Ba634261566CF242c853d1f49511f9268ba674
Source and evidence
{
  "description": "Single-fact: what did the proposer of the latest block ACTUALLY get paid (priority fees + direct coinbase transfers — the value that reaches the validator, not the noisy block-value proxy)? Returns {block, proposer_payment_eth, builder, tx_count} plus a 1h aggregate {samples, mean_eth, median_eth, p90_eth, max_eth}. Per-block history export: /v1/premium/builder-bids.csv ($0.05, CSV or JSONL).",
  "domain": "api.seneschal.space",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "properties": {
              "as_of_ms": {
                "type": "integer"
              },
              "block": {
                "type": "integer"
              },
              "builder": {
                "type": "string"
              },
              "history_endpoint": {
                "type": "string"
              },
              "hour": {
                "type": "object"
              },
              "proposer_payment_eth": {
                "type": "number"
              },
              "proposer_payment_wei": {
                "type": "string"
              },
              "source_freshness_s": {
                "type": "integer"
              },
              "ts_ms": {
                "type": "integer"
              },
              "tx_count": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.001",
      "amount_atomic": "1000",
      "amount_encoding": "atomic_units",
      "amount_raw": "1000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "2c3494a0d9b0ee35c02f8b42d663757d1fbf0f38ae2c6c2ff1284fa5874ae9f3",
  "service_id": "d812ea655d4b709656b70a740de2683c3a4ae9024ff61aa58383d88d3b57af47",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T07:53:06.017Z",
  "url": "https://api.seneschal.space/v1/q/proposer-payment",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON