Skip to main content

importprunedfunds

Overview

The 'importprunedfunds' Imports funds without rescan.

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

Request Parameters

  • rawtransaction: A raw transaction in hex funding an already-existing address in wallet
  • txoutproof: The hex output from gettxoutproof that contains the transaction

Response

{
// Response structure here
}