⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST sendtoaddress

dropdown

方法 RPC sendtoaddress 例如 DogeCoin (DOGE)

POST sendtoaddress

Method not allowed

从服务器的可用余额发送到Dogecoin地址。

Parameters

dogecoinaddress - 细绳

Dogecoin地址发送到。

amount - 漂浮

发送的金额(浮动,舍入到最近的0.00000001)。

minconf - 整数

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

Comment - 细绳

选修的。

交易评论。

Comment_to - 细绳

选修的。

评论待办事项。

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


Response

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