New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method /mempool/info.json undefined ()
connect with REST protocol

/mempool/info.json

info-circle-fill

The GET mempool/info operation returns information about the node’scurrent transaction memory pool. Supports only json as output format.

Parameters

-

Request

curl --location --request GET 'https://dash.getblock.io/mainnet/mempool/info.json' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 

Response

{
    "bytes": 10292,
    "instantsendlocks": 29,
    "loaded": true,
    "maxmempool": 300000000,
    "mempoolminfee": 1e-05,
    "minrelaytxfee": 1e-05,
    "size": 30,
    "usage": 39808
}
banner icon

Start Building with GetBlock RPCs for Free