Directory / api.seneschal.space
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}.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.seneschal.space/v1/q/recent-liquidations' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://api.seneschal.space/v1/q/recent-liquidations'
Endpoint: https://api.seneschal.space/v1/q/recent-liquidations. Operated by api.seneschal.space, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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…
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 …
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 remaind…