Expand description
Provides queries to retrieve or send data to a Mithril aggregator
Available queries
- Get:
- Aggregator: Get current aggregator features, Get current aggregator status
- Cardano database v1 (aka Snapshot): List, Get by hash
- Cardano database v2: List latest, list for an epoch, list for latest epoch, list for latest epoch with an offset, Get by hash
- Cardano stake distribution: List, Get by hash, get for an epoch, get for latest epoch, get for latest epoch with an offset
- Cardano transactions snapshot: List, Get by hash
- Cardano transactions proof: Get for a list of transactions hashes
- Certificate: List, Get by hash, get latest genesis certificate
- Epoch settings: Get current epoch settings
- Mithril stake distribution: List, Get by hash
- Protocol Configuration: Get for a given epoch
- Post:
- Signature: Register a signature
- Registration: Send a signer registration
- Cardano database v1 (aka Snapshot): Increment snapshot download statistic
- Cardano database v2:
- Increment Cardano database snapshot complete or partial restoration statistic
- Increment Cardano database snapshot immutables restored statistic
- Increment Cardano database snapshot ancillary files restored statistic
Structsยง
- GetAggregator
Features Query - Query to get the features of the aggregator
- GetAggregator
Status Query - Query to get the status of the aggregator
- GetCardano
Database List Query - Query to get a list of Cardano database v2 snapshots
- GetCardano
Database Query - Query to get the details of a Cardano database v2 snapshot
- GetCardano
Stake Distribution Query - Query to get a Cardano stake distribution
- GetCardano
Stake Distributions List Query - Query to get a list of Cardano stake distributions
- GetCardano
Transaction Proof Query - Query to get a proof of membership for a list of Cardano transaction hashes
- GetCardano
Transaction Query - Query to get the details of a Cardano transaction snapshot detail
- GetCardano
Transactions List Query - Query to get a list of Cardano transactions snapshots
- GetCertificate
Query - Query to get the details of a certificate
- GetCertificates
List Query - Query to get a list of certificates
- GetEpoch
Settings Query - Query to get the current epoch settings
- GetMithril
Stake Distribution Query - Query to get the details of a Mithril stake distribution
- GetMithril
Stake Distributions List Query - Query to get a list of Mithril stake distributions
- GetProtocol
Configuration Query - Query to get the protocol configuration of a given epoch
- GetSnapshot
Query - Query to get the details of a Cardano database v1 snapshot
- GetSnapshots
List Query - Query to get a list of cardano database v1 snapshots
- Post
Increment Cardano Database Ancillary Restored Statistic Query - Query to notify the aggregator that Cardano database ancillary files have been restored.
- Post
Increment Cardano Database Immutables Restored Statistic Query - Query to notify the aggregator that Cardano database immutables files have been restored.
- Post
Increment Cardano Database Restoration Statistic Query - Query to notify the aggregator that a Cardano database restoration has been run.
- Post
Increment Snapshot Download Statistic Query - Query to notify the aggregator that a snapshot has been downloaded.
- Post
Register Signature Query - Query to register a signature to a Mithril Aggregator.
- Post
Register Signer Query - Query to register a signer to a Mithril Aggregator.