Class FeeStatsRequestBuilder

java.lang.Object
org.stellar.sdk.requests.RequestBuilder
org.stellar.sdk.requests.FeeStatsRequestBuilder

public class FeeStatsRequestBuilder extends RequestBuilder
Builds requests to the Horizon /fee_stats endpoint.

Returns fee statistics for the Stellar network, including percentile distributions of both charged fees and maximum fees bid, to help choose appropriate transaction fees.

See Also: