post https://{network}.unifra.io/v1/
Returns the interest rate at the given epoch.
Parameters
- QUANTITY|TAG - (optional, default: "latest_state") Integer epoch number, or the string "latest_state", "latest_confirmed", "latest_checkpoint" or "earliest", see the epoch number parameter
Returns
QUANTITY - The interest rate at the given epoch.
Example
Request
curl -X POST \
--data '{"jsonrpc":"2.0","method": "cfx_getInterestRate",
"params": [
"latest_state"
],"id":1}' \
-H "Content-Type: application/json" \
https://cfx-core.unifra.io/v1/ad2eb3c7a9404cc6a35a6641eaf70577
Result
{
"jsonrpc": "2.0",
"result": "0x24b675dc000",
"id": 0
}