getFeeStats
Statistics for charged inclusion fees. The inclusion fee statistics are calculated from the inclusion fees that were paid for the transactions to be included onto the ledger.
This method will use 10
Compute Units.
Reference: Here
Parameters
None
Returns
sorobanInclusionFee
object: Inclusion fee distribution statistics for Soroban transactions containing the following fields:
max
string Maximum feemin
string Minimum feemode
string Fee value which occurs the most oftenp10
string 10th nearest-rank fee percentilep20
string 20th nearest-rank fee percentilep30
string 30th nearest-rank fee percentilep40
string 40th nearest-rank fee percentilep50
string 50th nearest-rank fee percentilep60
string 60th nearest-rank fee percentilep70
string 70th nearest-rank fee percentilep80
string 80th nearest-rank fee percentilep90
string 90th nearest-rank fee percentilep95
string 95th nearest-rank fee percentilep99
string 99th nearest-rank fee percentiletransactionCount
number How many transactions are part of the distributionledgerCount
number How many consecutive ledgers form the distribution
inclusionFee
object: Fee distribution statistics for Stellar (i.e. non-Soroban) transactions. Statistics are normalized per operation. Object contains the following fields:
max
string Maximum feemin
string Minimum feemode
string Fee value which occurs the most oftenp10
string 10th nearest-rank fee percentilep20
string 20th nearest-rank fee percentilep30
string 30th nearest-rank fee percentilep40
string 40th nearest-rank fee percentilep50
string 50th nearest-rank fee percentilep60
string 60th nearest-rank fee percentilep70
string 70th nearest-rank fee percentilep80
string 80th nearest-rank fee percentilep90
string 90th nearest-rank fee percentilep95
string 95th nearest-rank fee percentilep99
string 99th nearest-rank fee percentiletransactionCount
number How many transactions are part of the distributionledgerCount
number How many consecutive ledgers form the distribution
latestLedger
number. The sequence number of the latest ledger known to Stellar RPC at the time it handled the request.
Last updated
Was this helpful?