XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Examples
  • Response
  • Response format
  1. API Documentation
  2. Network

Fee

PreviousNetworkNextServer info

Last updated 1 year ago

This endpoint retrieves the current state of the open-ledger requirements for the (fee).

Request

GET /api/v1/network/fee

Examples

curl https://api.xrpscan.com/api/v1/network/fee

Response

{
  "current_ledger_size": "41",
  "current_queue_size": "0",
  "drops": {
    "base_fee": "10",
    "median_fee": "5000",
    "minimum_fee": "10",
    "open_ledger_fee": "10"
  },
  "expected_ledger_size": "206",
  "ledger_current_index": 81539144,
  "levels": {
    "median_level": "128000",
    "minimum_level": "256",
    "open_ledger_level": "256",
    "reference_level": "256"
  },
  "max_queue_size": "4120"
}

Response format

Additional properties may be available in the response based on rippled fee command.

📘
transaction cost
Logofee | XRPL.org