# Memory pool info Returns details on the active state of the TX memory pool. Endpoint: GET /daemon/getmempoolinfo Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.size` (integer) Current tx count - `data.bytes` (integer) Sum of all tx sizes - `data.usage` (integer) Total memory usage for the mempool