Stellar · Schema

FeeStats

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
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
max_fee object
View JSON Schema on GitHub

JSON Schema

stellar-horizon-feestats.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/FeeStats.json",
  "title": "FeeStats",
  "type": "object",
  "properties": {
    "last_ledger": {
      "type": "string",
      "description": "The last ledger's sequence number."
    },
    "last_ledger_base_fee": {
      "type": "string",
      "description": "The base fee as defined in the last ledger."
    },
    "ledger_capacity_usage": {
      "type": "string",
      "description": "The average capacity usage over the last 5 ledgers (0 is no usage, 1.0 is completely full ledgers)."
    },
    "fee_charged": {
      "allOf": [
        {
          "description": "Information about the fee charged for transactions in the last 5 ledgers."
        },
        {
          "$ref": "#/components/schemas/ChargedFeeDistribution"
        }
      ]
    },
    "max_fee": {
      "allOf": [
        {
          "description": "Information about max fee bid for transactions over the last 5 ledgers."
        },
        {
          "$ref": "#/components/schemas/MaxFeeDistribution"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stellar-horizon-feestats"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.