Skip to main content

deriveaddresses

Overview

The 'deriveaddresses' method derives one or more addresses corresponding to an output descriptor.

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": "1.0",
"id": "1",
"method": "deriveaddresses",
"params": []
}' \'https://bitcoin-mainnet.node.coinapi.io'

Request Parameters

  • descriptor (string, required): The descriptor.
  • range (numeric or array, optional): If a ranged descriptor is used, this specifies the end or the range (in [begin,end] notation) to derive.

Response