Solana RPC Economics API

Economics and staking-oriented JSON-RPC methods for the Solana blockchain. Includes getInflationGovernor to retrieve current inflation parameters, getInflationRate for the specific inflation values for the current epoch, getInflationReward to calculate inflation rewards for validator addresses, getStakeMinimumDelegation for the minimum lamports needed to create a stake, and getSupply to return information about the current supply of lamports across the network.

API entry from apis.yml

apis.yml Raw ↑
aid: solana:solana-rpc-economics-api
name: Solana RPC Economics API
tags:
- Inflation
- Staking
- Economics
- Blockchain
humanURL: https://solana.com/docs/rpc/http/getinflationgovernor
baseURL: https://api.mainnet.solana.com
properties:
- url: https://solana.com/docs/rpc/http
  type: Documentation
- url: https://solana.com/docs/rpc/http/getinflationgovernor
  type: APIReference
description: Economics and staking-oriented JSON-RPC methods for the Solana blockchain. Includes getInflationGovernor
  to retrieve current inflation parameters, getInflationRate for the specific inflation values for the
  current epoch, getInflationReward to calculate inflation rewards for validator addresses, getStakeMinimumDelegation
  for the minimum lamports needed to create a stake, and getSupply to return information about the current
  supply of lamports across the network.