⚡ We welcome businesses to test our enterprise-grade service

zec
Zcash (ZEC)

Method: POST z_getnotescount

dropdown

方法 RPC z_getnotescount 例如 Zcash (ZEC)

POST z_getnotescount

Method not allowed

返回钱包中可用的发芽和树苗的数量。

Parameters

minconf - 数字

可选,默认= 1

仅在交易中包含笔记至少已确认了很多次。

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


Response

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