⚡ We welcome businesses to test our enterprise-grade service

zec
Zcash (ZEC)

Method: POST z_getmigrationstatus

dropdown

方法 RPC z_getmigrationstatus 例如 Zcash (ZEC)

POST z_getmigrationstatus

Method not allowed

返回有关发芽状态的信息,以递归苗条迁移。

注意:如果交易至少有十个确认,则将交易定义为最终确定。

同样,结果可能包括涉及该钱包的手动创建的交易。

Parameters

-

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


Response

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