status
POST {{ENVIRONMENT}}
The status
inspection property can be queried for the number of transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.
Parameters
none
Returns
OBJECT
- The result is an object with two fields pending
and queued
, each of which is a counter representing the number of transactions in that particular state.
Request Body
{"jsonrpc"=>"2.0", "method"=>"txpool_status", "id"=>1}