Returns list of pending transactions object. See for result format.
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
}'
Returns list of pending transactions object. See for result format.
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
}'