hmy_getPendingCrossLinks

API v1

Returns

See latest header and blocks format

Sample Curl Request

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

Sample Curl Response

See latest header and blocks response

API v2

Returns

See latest header and blocks format

Sample Curl Request

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

Sample Curl Response

See latest header and blocks response

Last updated