⚡ We welcome businesses to test our enterprise-grade service

grs
Groestlcoin (GRS)

Method: POST sendmany

dropdown

方法 RPC sendmany 例如 Groestlcoin (GRS)

POST sendmany

Method not allowed

发送多次。 金额是双精度的浮点数。

如果将钱包加密,则需要用钱包通话来设置钱包串联。

Parameters

dummy - 字符串,需要

必须将其设置为“”以使其向后兼容。

amounts - json对象,需要

地址和金额

minconf - 数字,可选

忽略虚拟值

comment - 字符串,可选

一条评论

subtractfeefrom - Json Array,可选

费用将同样从每个选定地址的金额中扣除。 这些收件人将收到比您在相应数量字段中输入的比特币要少。 如果此处未指定地址,则发件人支付费用。

replaceable - 布尔值,可选,默认=钱包默认

允许通过BIP 125收取更高费用的交易代替此交易

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

确认目标

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

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

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

在SAT/VB中指定收费率。

Request

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


Response

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