Stellar · Schema

MaxFeeDistribution

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-horizon-maxfeedistribution.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/MaxFeeDistribution.json",
  "title": "MaxFeeDistribution",
  "allOf": [
    {
      "$ref": "#/components/schemas/BaseFeeDistribution"
    },
    {
      "type": "object",
      "properties": {
        "max": {
          "description": "Maximum (highest) value of the maximum fee bid over the last 5 ledgers."
        },
        "min": {
          "description": "Minimum (lowest) value of the maximum fee bid over the last 5 ledgers."
        },
        "mode": {
          "description": "Mode (middle) value of the maximum fee bid over the last 5 ledgers."
        },
        "p10": {
          "description": "10th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p20": {
          "description": "20th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p30": {
          "description": "30th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p40": {
          "description": "40th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p50": {
          "description": "50th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p60": {
          "description": "60th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p70": {
          "description": "70th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p80": {
          "description": "80th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p90": {
          "description": "90th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p95": {
          "description": "95th percentile value of the maximum fee bid over the last 5 ledgers."
        },
        "p99": {
          "description": "99th percentile value of the maximum fee bid over the last 5 ledgers."
        }
      }
    }
  ]
}