Skip to content

Gets fee and cu stats of the latest Solana-Blocks (min, max, average).

Notifications You must be signed in to change notification settings

FlueschPluesch/solana_fee_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gets fee and cu stats of the latest Solana-Blocks (min, max, average).

Resources

Stars

Watchers

Forks

Packages

No packages published