BUSINESS CASES
Where this module fits
- chain sync monitoring
- deposit indexing
- reconciliation and proof delivery
v2ADMINISTRATION · MODULE 43
Monitor chain synchronization, indexed deposits, reconciliation incidents, and public proof-delivery posture.
BUSINESS CASES
PRIMARY CONSUMERS
PREREQUISITES
RECOMMENDED WORKFLOW
read aggregate chain and indexer posture
page through owner-scoped deposits with an optional exact lifecycle filter
compare the related reconciliation evidence before triaging a gap
preserve commitments and re-fetch without manufacturing finality
MODULE CONTRACTS
Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.
/api/v2/admin/overviewReturn aggregate-only account growth, activation, onboarding, and wallet-readiness posture across 52 weekly cohorts.›GETList deposits/api/v2/funding/depositsList the authenticated owner's newest observed deposits, confirmation progress, reserve commitments, exact decimal amounts, retained first-observed valuation, and credit-availability lifecycle without exposing owner IDs, wallet IDs, or native addresses.›GETList reconciliation incidents/api/v2/funding/reconciliation-incidentsList the authenticated owner's newest funding reconciliation exceptions, reason and resolution codes, event identifiers, and evidence commitments through a read-only projection that never changes balances.›GETList funding deposits/api/v2/explorer/funding/depositsList funding deposits from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETList funding settlement intents/api/v2/explorer/funding/settlement-intentsList funding settlement intents from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›