Class FeeStatsResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.FeeStatsResponse

public final class FeeStatsResponse extends Response
Represents the response from the Horizon /fee_stats endpoint.

Contains fee statistics for the last ledger, including the base fee, ledger capacity usage, and fee distributions (minimum, maximum, mode, and percentiles p10–p99) for both the fees actually charged and the maximum fees bid by transactions.

See Also: