Fee stats

This method will use 10 Compute Units.

Retrieve Fee Stats

get

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

Responses
200
Success
application/json
get
GET /v1/<YOUR_API_KEY_HERE>/fee_stats HTTP/1.1
Host: mainnet.stellar.validationcloud.io
Accept: */*
200

Success

{
  "last_ledger": "43277313",
  "last_ledger_base_fee": "100",
  "ledger_capacity_usage": "1",
  "fee_charged": {
    "max": "5500",
    "min": "5000",
    "mode": "5000",
    "p10": "5000",
    "p20": "5000",
    "p30": "5000",
    "p40": "5000",
    "p50": "5001",
    "p60": "5001",
    "p70": "5066",
    "p80": "5066",
    "p90": "5500",
    "p95": "5500",
    "p99": "5500"
  },
  "max_fee": {
    "max": "616065406",
    "min": "5000",
    "mode": "10003",
    "p10": "10000",
    "p20": "10003",
    "p30": "10003",
    "p40": "20005",
    "p50": "20005",
    "p60": "50020",
    "p70": "50020",
    "p80": "150000",
    "p90": "500000",
    "p95": "500000",
    "p99": "1490000"
  }
}

Last updated

Was this helpful?