# Transaction ids in memory pool Returns all transaction ids in memory pool as a json array of string. Endpoint: GET /daemon/getrawmempool Version: 6.6.1 ## Query parameters: - `verbose` (boolean) True for a json object, false for array of transaction ids. Enum: true, false ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.txid` (object) - `data.txid.size` (integer) Transaction size in bytes - `data.txid.fee` (integer) Transaction fee in FLUX - `data.txid.time` (integer) Local time transaction entered pool in seconds since 1 Jan 1970 GMT - `data.txid.height` (integer) Block height when transaction entered pool - `data.txid.startingpriority` (integer) Priority when transaction entered pool - `data.txid.currentpriority` (integer) Transaction priority now - `data.txid.depends` (array)