API Reference

cfx_getStakingBalance - Conflux

Returns the stacking balance of the given account, identified by its address.

Parameters

  • BASE32 - Address to check for staking balance.
  • 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 - Integer of the current staking balance in Drip.


Example

Request

curl -X POST \ --data '{"jsonrpc":"2.0","method":"cfx_getStakingBalance","params":["cfx:type.user:aarc9abycue0hhzgyrr53m6cxedgccrmmyybjgh4xg", "latest_state"],"id":1}' \ -H "Content-Type: application/json" \ https://cfx-core.unifra.io/v1/ad2eb3c7a9404cc6a35a6641eaf70577

Result

{ "jsonrpc": "2.0", "result": "0x0", "id": 0 }
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to cfx_getStakingBalance
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