Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 531 Bytes

Solana Fee Scanner - SFS

Returns fee and compute units (CU) stats of the latest Solana-Blocks (min, max, average).

You can get:

  • Aggregated statistics for the last X blocks
  • Total number of transactions
  • Average fees
  • Average Compute Units
  • Average fees per Compute Unit
  • Minimum fees
  • Maximum fees
  • Minimum Compute Units
  • Maximum Compute Units

Install instructions

  1. Install: npm install
  2. Edit config: .env file
  3. Start: npm run start
  4. Stat-Query: http://localhost:3002/api?token=XYZ&get=getFeeStats