⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST sendmany

dropdown

方法 RPC sendmany 例如 DogeCoin (DOGE)

POST sendmany

Method not allowed

将指定金额从帐户的余额发送到Dogecoindresses。

如果帐户余额中有MINCONF确认的狗狗的总数量少于总金额(除非帐户为空字符串命名为默认帐户)。

返回成功交易ID。

Parameters

fromaccount - 细绳

要发送的帐户。

todict - dict

带有Dogecoin的字典将键和数量作为值称为值。

minconf - 整数

转移余额所需的最小确认数量。

Comment - 细绳

选修的。

交易评论。

Request

curl --location --request POST 'https://doge.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, 1, null],
"id": "getblock.io"}'


Response

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