/
/ParaFi Tech API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 4w ago
Avalanche2
Ethereum2
Market1
Solana18
  • getGet validator APY/APR with MEV contribution and status
  • getNetwork-wide validator counts and RPC nodes
  • getSolana supply metrics
  • getDelegator rewards for an epoch (supports 'current')
  • getNetwork-wide average APY across all validators
  • getValidator active stake, commission, vote status
  • getTotal stake breakdown with delegator counts
  • getList all delegators with stake amounts
  • getReward history for a specific staker address
  • getReward distribution for all delegators of a validator
  • getAll delegator rewards for a specific epoch
  • getMEV rewards from Jito for a range of epochs
  • getCurrent block compute units utilization
  • getHistorical compute units utilization time series
  • getLeader slot statistics (blocks produced, missed, skip rate)
  • getReal-time network performance (TPS, block time, compute units)
  • getHistorical network performance (TPS, block time, compute utilization)
  • getAll delegators with stake amounts and account details
    Solana

    All delegators with stake amounts and account details

    get/api/solana/delegators

    Query parameters

    forceboolean

    Response

    Successful response

    delegatorsobject[] required
    totalStakeinteger required
    totalStakeInSolnumber
    totalStakeAccountsinteger
    activeStakeAccountsinteger
    delegatorCountinteger required
    lastUpdatedstring date-time required
    cacheSource'redis' | 'fresh'
    isStaleboolean

    Changes