Last updated
Last updated
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"method": "txpool_inspect",
"params": [],
"id": 1,
"jsonrpc": "2.0"
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"pending": {
"0x000002Aa5c1ae2AD09a74a0B277B7a9c47978b03": {
"25314": "0x06B509c06d7E91590a32eE92987CFb37A6A73Ab0: 0 wei + 100000 gas × 49994884982 wei"
},
"0x0003dE7D1A76CE62ad1E9c950f21E8e59Da468De": {
"130": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"131": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"132": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"133": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"134": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"135": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"136": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"137": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"138": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"139": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"140": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"141": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"142": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"143": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"144": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei",
"145": "0xF20E9d6A50978aFC8d715F1b2B0fE432B23ADB91: 0 wei + 9258555 gas × 35000000000 wei"
},
"0x001A05557BD0d92102021F0A7B520FC24b1EC000": {
"2482": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2483": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2484": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2485": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2486": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2487": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2488": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2489": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2490": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2491": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2492": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2493": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2494": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei",
"2495": "0xf5d4dB7Df02d93ef7690BA73FA78BCDc03a0421A: 0 wei + 9000000 gas × 32000000000 wei"
}
}
}
}
Returns a list with a textual summary of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.