⚡ We welcome businesses to test our enterprise-grade service

bch
Bitcoin Cash (BCH)

Method: POST help

dropdown

方法 RPC help 例如 Bitcoin Cash (BCH)

POST help

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

Parameters

command - 字符串,可选,默认=所有命令

获取帮助的命令

Request

curl --location --request POST 'https://bch.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "help",
"params": ["logging"],
"id": "getblock.io"}'


Response

{
    "error": null,
    "id": "getblock.io",
    "result": "logging. Gets and sets the logging configuration"
}