Get Fee Stats Response
@Serializable
Response for JSON-RPC method getFeeStats.
Returns statistics about charged inclusion fees for transactions. This endpoint is useful for estimating appropriate fees for future transactions based on recent network activity.
See also
Constructors
Link copied to clipboard
constructor(sorobanInclusionFee: GetFeeStatsResponse.FeeDistribution, inclusionFee: GetFeeStatsResponse.FeeDistribution, latestLedger: Long)
Types
Link copied to clipboard
@Serializable
Statistical distribution of fee charges across multiple percentiles.
Properties
Link copied to clipboard
Statistics for standard (non-Soroban) transaction inclusion fees.
Link copied to clipboard
The latest ledger sequence number used for calculating these statistics.
Link copied to clipboard
Statistics for Soroban smart contract transaction inclusion fees. These fees are charged for including Soroban transactions in ledgers.