curl --location --request POST 'https://btc.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"}'
{
"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"
}