Saltar al contenido principal

cfx_getCollateralInfo

Return information about total token supply.

curl --request POST \
--url https://main.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [null],
"method": "cfx_getCollateralInfo"
}'

Params

epoch_number optional

Represents rpc api epoch number param.
oneOf
type : string
Pattern : ^0x([1-9a-f][0-9a-f]{0,15}|0)$

Result

Schema
type : object
  • convertedStoragePoints convertedStoragePoints
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
  • totalStorageTokens totalStorageTokens
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$
  • usedStoragePoints usedStoragePoints
    type : string
    Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$