GetMempoolStatus
GET/btc/:network/mempool
Get the status of the mempool.
Responses
- 200
- 400
- 401
successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"count": 3756,
"vsize": 1023144,
"total_fee": 5461201
}
}
Bad Request
Unauthorized
Loading...