Animica x402 Directory

Directory / api.seneschal.space

api.seneschal.space/v1/q/recent-liquidations

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}.

Call it

# 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.

Other endpoints on api.seneschal.space

api.seneschal.space/v1/q/base-fee

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…

GET · $0.001

api.seneschal.space/v1/q/proposer-payment

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 …

GET · $0.001

api.seneschal.space/v1/q/top-builder

Single-fact: which builder has the largest slot share in the named window (24h|7d|30d)? Returns {builder, share_pct, slots_won}.

GET · $0.001

api.seneschal.space/v1/q/zec/height

Single-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node.

GET · $0.001

api.seneschal.space/v1/q/zec/pools

Single-fact: ZEC supply by value pool (transparent/sprout/sapling/orchard/ironwood/lockbox) + NU6.3 "Ironwood" migration readout — pool balance, Orchard remaind…

GET · $0.001

All 6 endpoints on api.seneschal.space →