hmy_getCurrentStakingErrorSink

hmy_getCurrentStakingErrorSink

API v1

Returns

Sample Curl Request

curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "jsonrpc": "2.0",
    "method": "hmy_getCurrentStakingErrorSink",
    "params": [],
    "id": 1
}'

Sample Curl Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": []
}

API v2

Returns

Sample Curl Request

curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "jsonrpc": "2.0",
    "method": "hmyv2_getCurrentStakingErrorSink",
    "params": [],
    "id": 1
}'

Sample Curl Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": []
}

Last updated