Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 849 Bytes

hmy_getcurrentstakingerrorsink.md

File metadata and controls

59 lines (46 loc) · 849 Bytes
description
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": []
}