API Reference

cfx_getInterestRate - Conflux

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 }
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to cfx_getInterestRate
params
array of strings
params
int32
Defaults to 0
Responses

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json