⚡ We welcome businesses to test our enterprise-grade service

doge
DogeCoin (DOGE)

Method: POST move

dropdown

方法 RPC move 例如 DogeCoin (DOGE)

POST move

Method not allowed

从钱包中的一个帐户移动到另一个帐户。

Parameters

fromaccount - 细绳

来源帐户名称。

toaccount - 细绳

目标帐户名称。

amount - 整数

金额转移。

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


Response

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