⚡ We welcome businesses to test our enterprise-grade service

zec
Zcash (ZEC)

Method: POST help

dropdown

方法 RPC help 例如 Zcash (ZEC)

POST help

列出所有命令,或获得指定命令的帮助。

Parameters

command - 细绳

选修的。

获得帮助的命令。

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


Response

{
    "error": null,
    "id": "getblock.io",
    "result": "help ( \"command\" )  List all commands, or get help for a specified command."
}