📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

zec
Zcash (ZEC)

Method: POST listreceivedbyaddress

dropdown

方法 RPC listreceivedbyaddress 例如 Zcash (ZEC)

POST listreceivedbyaddress

Method not allowed

通过接收地址列出余额。

Parameters

minconf - 数字

可选,默认= 1

包括付款前的最低确认数量。

includeempty - 布尔

可选,默认= false

是否包括未收到任何付款的帐户。

includeWatchonly - 布尔

可选,默认= false

是否包括Watchonly地址。

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


Response

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