powered by
solana_get_inflation_rate
solana_get_inflation_rate(url, timeout_seconds = 60)
Returns the specific inflation values for the current epoch
the RPC url for your API call
seconds until the query times out. Default is 60.
# \donttest{ url <- "https://api.devnet.solana.com" data <- solana_get_inflation_rate(url)# }
Run the code above in your browser using DataLab