New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More
返回当前的通货膨胀管理者。
cURL
curl --request POST \ --url 'https://mainnet.helius-rpc.com/?api-key=' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": "1", "method": "getInflationGovernor" } '
{ "jsonrpc": "2.0", "id": "1", "result": { "initial": 0.15, "terminal": 0.015, "taper": 0.15, "foundation": 0.05, "foundationTerm": 7 } }
您的Helius API密钥。您可以在仪表板中免费获取一个。
JSON-RPC协议版本。
2.0
"2.0"
请求的唯一标识符。
"1"
要调用的RPC方法名称。
getInflationGovernor
"getInflationGovernor"
成功检索到通胀管理信息。
与请求匹配的标识符。
定义Solana长期货币政策和通胀模型的综合参数。
显示 子属性
此页面对您有帮助吗?