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

zec
Zcash (ZEC)

Method: POST z_getoperationresult

dropdown

方法 RPC z_getoperationresult 例如 Zcash (ZEC)

POST z_getoperationresult

Method not allowed

检索完成的操作的结果和状态,然后从内存中删除操作。

Parameters

operationid - 大批

选修的

我们感兴趣的操作ID列表。如果不提供,请检查节点已知的所有操作。

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


Response

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