Skip to main content

listaddressgroupings

Overview

The 'listaddressgroupings RPC Method' 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":"listaddressgroupings","params": [ ]}' \
'https://bitcoin-mainnet.node.coinapi.io'

Request Parameters

  • str: TThe bitcoin address

Response

{
// Response structure here
}