FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Other
TEXT MESSAGE
0/300
⚡ Test Our Private Nodes of 40+ Blockchains just for $50!
Method: GET mempool
Returns various information about the TX mempool. Only supports JSON as output format. Refer to the getmempoolinfo RPC for documentation of the fields.
GET /rest/mempool/info.json
curl --location --request GET 'https://bch.getblock.io/mainnet/rest/mempool/info.json' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json'
{ "loaded": true, "size": 119074, "bytes": 79930801, "usage": 299999008, "maxmempool": 300000000, "mempoolminfee": 0.00020734, "minrelaytxfee": 0.00001000, "unbroadcastcount": 0 }