📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

bsv
Bitcoin-SV (BSV)

Method: POST removeprunedfunds

dropdown

方法 RPC removeprunedfunds 例如 Bitcoin-SV (BSV)

POST removeprunedfunds

方法不允许

从钱包中删除指定的交易。旨在与修剪钱包一起使用,并作为 importprunedfunds 的伴侣。这将影响钱包余额。

Parameters

txid - 字符串,必填

您要删除的交易的十六进制编码 ID

Request

curl --location --request POST 'https://bsv.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "removeprunedfunds",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}