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

zec
Zcash (ZEC)

Method: POST listtransactions

dropdown

方法 RPC listtransactions 例如 Zcash (ZEC)

POST listtransactions

Method not allowed

从“帐户帐户”的“交易”中跳过了第一个'的最新交易。

Parameters

account - 细绳

选修的。

弃用。 帐户名。 应该 ”*”。

count - 数字

可选,默认= 10

返回的交易数量。

from - 数字

可选,默认= 0

跳过的交易数量。

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


Response

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