Returns details on the active state of the TX memory pool.
Request
curl 'https://rpc.web3api.io?x-api-key=YOUR-API-KEY' \
-X POST \
-H 'x-amberdata-blockchain-id: bitcoin-mainnet' \
-d '{"jsonrpc":"2.0","id":1,"method":"getmempoolinfo","params":[]}'
Response
{
"result": {
"size": 3729,
"bytes": 2931102,
"usage": 9605376,
"maxmempool": 300000000,
"mempoolminfee": 0.00001,
"minrelaytxfee": 0.00001
},
"error": null,
"id": 1
}