Skip to main content

GetMempoolStatus

GET 

/btc/:network/mempool

Get the status of the mempool.

Responses

successful operation

{
"statusCode": 0,
"data": {
"count": 3756,
"vsize": 1023144,
"total_fee": 5461201
}
}
Loading...