api.seneschal.space publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.001 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/q/base-fee | GET | $0.001 | 402 |
| /v1/q/proposer-payment | GET | $0.001 | 402 |
| /v1/q/recent-liquidations | GET | $0.001 | 402 |
| /v1/q/top-builder | GET | $0.001 | 402 |
| /v1/q/zec/height | GET | $0.001 | 402 |
| /v1/q/zec/pools | GET | $0.001 | 402 |
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-1…
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 {b…
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}.
Single-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.
Single-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.
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-rec…