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

bsv
Bitcoin-SV (BSV)

Method: POST getdsprooflist

dropdown

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

POST getdsprooflist

Method not allowed

列出在Mempool中的事务的双支度证明。

Parameters

verbosity - 数字,可选,默认值= 0

值0-3逐步返回每个冗长的增加更多信息。 此选项也可以指定为布尔值,其中FALSE与冗长相同,并且TRUE是冗长= 2。

include_orphans - 布尔,可选,默认= false

如果是真,那么还包括我们所知道的双支度证明,但是哪个是我们尚未拥有的交易。

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": "getdsprooflist",
"params": [null, null],
"id": "getblock.io"}'


Response

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