# Refill keypool Fills the keypool with more keys. Rarely used as not many will come close to using more than it comes with by default. Endpoint: GET /daemon/keypoolrefill Version: 6.6.1 Security: ZelID ## Query parameters: - `newsize` (integer, required) The new keypool size Example: 150 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Null. Status will return with success if call/command was successful.