Release VersioningOffline transaction signing

chain/estimateFeeRate

Estimates the fee rate given an optional priority. If no fee rate is provided, the average priority will be used.

Fee rates are estimated from the distribution of transaction fees over the last 10 blocks. The fee rate for each transaction is computed by dividing the transaction fee in $ORE by the size of the transaction in kB.

The slow, average, and fast rates each come from a percentile in the distribution:

  • slow: 10th
  • average: 20th
  • fast: 30th

Request 

{
  priority: 'slow' | 'average' | 'fast'
} | undefined

Response 

{
  rate: string;
}

View on Github 

Edit Page on Github

Join our newsletter and stay up to date with privacy and crypto.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics
  • Blog

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer

Developers

  • Documentation
  • Github

Community

  • Highlights
  • Media
  • Community Wiki
  • Our community

Company

  • About Us
  • Careers
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2023 Iron Fish.