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

dgb
DigiByte (DGB)

Method: POST scantxoutset

dropdown

方法 RPC scantxoutset 例如 DigiByte (DGB)

POST scantxoutset

Method not allowed

实验警告:此呼叫可能会在以后的版本中删除或更改。

Parameters

action - 字符串,需要

执行“启动”以开始扫描“流产”以进行流产的措施(在流产成功时返回true)

scanobjects - JSON数组

扫描对象的数组。 “开始”操作所需的。 每个扫描对象都是字符串描述符或对象

Request

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


Response

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