get_inflation_rate
Retrieve the current inflation rate for the Solana blockchain epoch with precision, aiding in economic analysis and decision-making.
Instructions
Returns the specific inflation values for the current epoch.
Returns: str: Inflation rate info in the format "Inflation rate: {rate}"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_inflation_rateArguments",
"type": "object"
}