Up to 50% Off on Your First Month

0

4

:

2

3

:

4

8

:

1

1

Sale bannerSale banner
bch

Bitcoin Cash

BCH

POST

GET

chevron-right

Last updated on January 1, 1970

2 min read

Method getmempoolentry Bitcoin Cash (BCH)
connect with JSON-RPC protocol

getmempoolentry

info-circle-fill

Returns mempool data for given transaction

Parameters

txid - string, required

The transaction id (musFot be in mempool)

Request

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

Response

{
    "result": {
        "fees": {
            "base": 0.001,
            "modified": 0.001,
            "ancestor": 0.001,
            "descendant": 0.001
        },
        "vsize": 225,
        "weight": 900,
        "fee": 0.001,
        "modifiedfee": 0.001,
        "time": 1617958131,
        "height": 678425,
        "descendantcount": 1,
        "descendantsize": 225,
        "descendantfees": 100000,
        "ancestorcount": 1,
        "ancestorsize": 225,
        "ancestorfees": 100000,
        "wtxid": "d56bc87e605bef45e1e63f43ece2a08edc80c65c709c7be33df6fa3c7f34688b",
        "depends": [],
        "spentby": [],
        "bip125-replaceable": false,
        "unbroadcast": false
    },
    "error": null,
    "id": "getblock.io"
}
banner icon

Start Building with GetBlock RPCs for Free