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

zec
Zcash (ZEC)

Method: POST z_listoperationids

dropdown

Method RPC z_listoperationids example for Zcash (ZEC)

POST z_listoperationids

Method not allowed

Returns the list of operation ids currently known to the wallet.

Parameters

status - string

Optional.

Filter result by the operation's state e.g. "success".

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


Response

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