GET /submit/fee
GET

/v1/submit/fee

Current network fees

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/submit/fee
curl 'https://api.xrpl.to/v1/submit/fee'

Response

200Example response1 ms · just now · 0.2 KB · 11 lines
https://api.xrpl.to/v1/submit/fee
{
  "success": true,
  "base_fee": "10",
  "median_fee": "5000",
  "minimum_fee": "10",
  "open_ledger_fee": "10",
  "current_ledger": 107131957,
  "current_queue_size": "0",
  "max_queue_size": "33740",
  "cached_at": 1789975840083
}
Shapeas documented
{
  success,
  base_fee,
  median_fee,
  minimum_fee,
  open_ledger_fee,
  current_ledger,
  current_queue_size,
  max_queue_size
}

What it does

Current network fees

Transaction hashes are 64-character hex. Submit relays whatever you signed: the type list below is what the ledger accepts today. Every transaction type you can submit →
OpenAPI