Skip to main content

Retrieve Fee Stats

GET 

/fee_stats

The fee stats endpoint provides information about per-operation fee stats over the last 5 ledgers.

Responses

Success

Schema

    last_ledger string

    The last ledger's sequence number.

    last_ledger_base_fee string

    The base fee as defined in the last ledger.

    ledger_capacity_usage string

    The average capacity usage over the last 5 ledgers (0 is no usage, 1.0 is completely full ledgers).

    fee_charged

    object

    Information about the fee charged for transactions in the last 5 ledgers.

    max string

    Maximum (highest) fee charged over the last 5 ledgers.

    min string

    Minimum (lowest) fee charged over the last 5 ledgers.

    mode string

    Mode (middle) fee charged over the last 5 ledgers.

    p10 string

    10th percentile fee charged over the last 5 ledgers.

    p20 string

    20th percentile fee charged over the last 5 ledgers.

    p30 string

    30th percentile fee charged over the last 5 ledgers.

    p40 string

    40th percentile fee charged over the last 5 ledgers.

    p50 string

    50th percentile fee charged over the last 5 ledgers.

    p60 string

    60th percentile fee charged over the last 5 ledgers.

    p70 string

    70th percentile fee charged over the last 5 ledgers.

    p80 string

    80th percentile fee charged over the last 5 ledgers.

    p90 string

    90th percentile fee charged over the last 5 ledgers.

    p95 string

    95th percentile fee charged over the last 5 ledgers.

    p99 string

    99th percentile fee charged over the last 5 ledgers.

    max_fee

    object

    Information about max fee bid for transactions over the last 5 ledgers.

    max string

    Maximum (highest) value of the maximum fee bid over the last 5 ledgers.

    min string

    Minimum (lowest) value of the maximum fee bid over the last 5 ledgers.

    mode string

    Mode (middle) value of the maximum fee bid over the last 5 ledgers.

    p10 string

    10th percentile value of the maximum fee bid over the last 5 ledgers.

    p20 string

    20th percentile value of the maximum fee bid over the last 5 ledgers.

    p30 string

    30th percentile value of the maximum fee bid over the last 5 ledgers.

    p40 string

    40th percentile value of the maximum fee bid over the last 5 ledgers.

    p50 string

    50th percentile value of the maximum fee bid over the last 5 ledgers.

    p60 string

    60th percentile value of the maximum fee bid over the last 5 ledgers.

    p70 string

    70th percentile value of the maximum fee bid over the last 5 ledgers.

    p80 string

    80th percentile value of the maximum fee bid over the last 5 ledgers.

    p90 string

    90th percentile value of the maximum fee bid over the last 5 ledgers.

    p95 string

    95th percentile value of the maximum fee bid over the last 5 ledgers.

    p99 string

    99th percentile value of the maximum fee bid over the last 5 ledgers.

Loading...