Logo
Core Blockchain's Public API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'ENVIRONMENT' -d '{"jsonrpc":"2.0","method":"txpool_status","id":1}'

ENDPOINTS