📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

grs
Groestlcoin (GRS)

Method: POST getmempoolinfo

dropdown

方法 RPC getmempoolinfo 例如 Groestlcoin (GRS)

POST getmempoolinfo

返回TX内存池的活动状态的详细信息。

Parameters

-

Request

curl --location --request POST 'https://grs.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "getmempoolinfo",
"params": [],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": {
        "bytes": 65328,
        "size": 78,
        "usage": 72800
    }
}