⚡ We welcome businesses to test our enterprise-grade service

dgb
DigiByte (DGB)

Method: POST send

dropdown

方法 RPC send 例如 DigiByte (DGB)

POST send

Method not allowed

实验性警告此通话可能会在未来的版本中更改。

发送交易。

Parameters

outputs - json阵列,必需

输出(键值对),其中均未重复键。

也就是说,每个地址只能出现一次,只有一个“数据”对象。 为了方便起见,还接受了直接固定键值对的词典。

conf_target - 数字,可选,默认=钱包-txconfirmtarget

确认目标

estimate_mode - 字符串,可选,默认值= unsot

费用估计模式必须是(案例不敏感的)“不设置”“经济”“保守”

fee_rate - 数字或字符串,可选,默认值=未设置,倒退到钱包费用估计

在SAT/VB中指定收费率。

options - JSON对象,可选

“锁定时间” n,(数字,可选,默认值= 0)原始锁定时间。 非0值也锁定输入

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


Response

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