Last updated on January 1, 1970

2 min read

Method getmempooltxstate undefined ()
connect with WS protocol

getmempooltxstate

info-circle-fill

Fetches state of transactions in the memory pool.

Parameters

Hash - string

block hash

Request

wscat -c wss://ont.getblock.io/YOUR-API-KEY/mainnet/ 
# wait for connection and send the request body 
{'Action': 'getmempooltxstate', 'Version': '1.0.0', 'Id': 1, 'Hash': '0b437771a42d18d292741c5d4f1300a135fa6e65b0594e39dc299e7f8279221a'}

Response

{
    "Action": "getmempooltxstate",
    "Desc": "SUCCESS",
    "Error": 0,
    "Id": 1,
    "Version": "1.0.0",
    "Result": {
        "State": [
            {
                "Type": 1,
                "Height": 342,
                "ErrCode": 0
            },
            {
                "Type": 0,
                "Height": 0,
                "ErrCode": 0
            }
        ]
    }
}
banner icon

Start Building with GetBlock RPCs for Free