getFeeRateGovernor RPC Method
Please note that this method is deprecated, no longer available on Devnet and Testnet, and will be removed from Mainnet soon. For a similar method you can use Solana's getFeeForMessage RPC method.
Description
Returns the fee rate governor information from the root bank.
Parameters
None
Returns
An object with the following fields:
context
- The information about the current state of the programapiVersion
- The version of the Solana RPC API to useslot
- An integer representing the slot for which to retrieve the fee calculator
value
- A JSON object describing the cluster fee rate at the queried blockhashfeeRateGovernor
- A nested object that contains the current fee rate governor configuration:burnPercent
- The percentage of fees collected to be destroyedmaxLamportsPerSignature
- The maximum achievable value of lamportsPerSignature for the upcoming slotminLamportsPerSignature
- The minimum achievable value of lamportsPerSignature for the upcoming slottargetLamportsPerSignature
- The target fee rate within the clustertargetSignaturesPerSlot
- The optimal signature rate within the cluster