hmy_pendingTransactions

hmy_pendingTransactions

API v1

Returns list of pending transactions object. See hmy_getTransactionByHash for result 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_pendingTransactions",
    "params": [],
    "id": 1
}'

API v2

Returns list of pending transactions object. See hmy_getTransactionByHash for result 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_pendingTransactions",
    "params": [],
    "id": 1
}'

Last updated