Skip to main content

keypoolrefill

Overview

The 'keypoolrefill' method Fills the keypool.

Request

wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'X-CoinAPI-Key: 73034021-THIS-IS-SAMPLE-KEY' \
--body-data '{"jsonrpc":"2.0","id":1,"method":"keypoolrefill","params": [ ]}' \
'https://bitcoin-mainnet.node.coinapi.io'

Request Parameters

  • newsize: The new keypool size

Response

{
// Response structure here
}