⚡ We welcome businesses to test our enterprise-grade service

zec
Zcash (ZEC)

Method: POST move

dropdown

方法 RPC move 例如 Zcash (ZEC)

POST move

Method not allowed

弃用。 将指定金额从钱包中的一个帐户移至另一个帐户。

Parameters

fromaccount - 细绳

必须设置为空字符串“”以表示默认帐户。

toaccount - 细绳

必须设置为空字符串“”以表示默认帐户。

amount - 数字

ZEC的数量在帐户之间移动。

minconf - 没有任何

可选,默认= 1

仅使用至少有很多确认的资金。

comment - 没有任何

选修的

可选的评论,仅存储在钱包中。

Request

curl --location --request POST 'https://zec.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"
}