GET/v1/premium/builder-stats Per-builder bid distribution (p25/median/p75/p90/p99/max) and hourly slot activity histogram from the Seneschal shadow recorder. Answers "what bid value do I need to land in builder X right now?" for searchers tuning bundle pricing. | — | — | $0.1 |
GET/v1/private/topup Add $0.10 of credit (100_000 atomic USDC) to an existing watch. Body: { watchId, watchToken }. Returns the post-top-up credit block. | — | — | $0.1 |
GET/v1/private/watch Create a Monero or Zcash view-key payment watch. Body: { chain, address, viewKey, webhookUrl, birthdayHeight? }. Returns { watchId, watchToken, webhookSecret, expiresAt, creditAtomic } — the receiver verifies inbound webhooks with HMAC-SHA256(webhookSecret, body) and tops up via /v1/private/topup* before the meter runs dry. | — | — | $0.1 |
GET/v1/premium/opportunities Top at-risk borrowers across Aave + Morpho + Spark with realised market success-rate, average actual profit-USD, and the builder most likely to land each market. Sorted by expected EV. Pure SQL, no live RPC. | — | — | $0.05 |
GET/v1/q/at-risk-count Single-fact: how many borrowers have HF < max_hf and debt >= min_debt_usd right now? Returns {count, total_debt_usd}. | — | — | $0.001 |
GET/v1/q/builder-bid Single-fact: percentile bid value (in ETH) for `builder` over the window. Returns {value_eth, samples}. | — | — | $0.001 |
GET/v1/q/builder-share Single-fact: what share of slots in the window did `builder` win? Substring match. | — | — | $0.001 |
GET/v1/q/cheapest-flashloan Single-fact: cheapest flash-loan provider for `asset` on `chain` (default ethereum). Returns {provider, fee_bps, address}. | — | — | $0.001 |
GET/v1/q/data-freshness Single-fact: age in seconds of the freshest record in the named source (shadow_blocks|borrower_snapshot|morpho_borrower_snapshot|missed_liquidations|executions). | — | — | $0.001 |
GET/v1/q/liquidatable Single-fact: is borrower X currently liquidatable? Returns {found, liquidatable, hf, debt_usd, last_seen_ms} sourced from Aave + Morpho snapshots. | — | — | $0.001 |
GET/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}. | — | — | $0.001 |
GET/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}. | — | — | $0.001 |
GET/v1/q/xmr/fee Single-fact: recommended Monero per-byte fee in piconero (also exposed per-kB for convenience). | — | — | $0.001 |
GET/v1/q/xmr/height Single-fact: current Monero chain height + sync status. Sourced from a live operator-run monerod node. | — | — | $0.001 |
GET/v1/q/xmr/last-block Single-fact: timestamp + age of the most recent Monero block, plus hash, difficulty, and size. | — | — | $0.001 |
GET/v1/q/xmr/mempool Single-fact: number of pending transactions in the Monero mempool right now. | — | — | $0.001 |
GET/v1/q/zec/height Single-fact: current Zcash chain height + verification progress + best block hash. Sourced from a live operator-run zebra node. | — | — | $0.001 |
GET/v1/q/zec/last-block Single-fact: timestamp + age of the most recent Zcash block, plus hash, difficulty, and size. | — | — | $0.001 |
GET/v1/q/zec/mempool Single-fact: Zcash mempool count + bytes. | — | — | $0.001 |