DASH
POST
GET
Last updated on January 1, 1970
1 min read
Method help undefined ()
connect with JSON-RPC protocol
help
lists all available public RPC commands, or gets help for the specifiedRPC.Commands which are unavailable will not be listed, such as wallet RPCsif wallet support is disabled.
Parameters
RPC
- string
Optional.
The name of the RPC to get help for. If omitted, Dash Core 0.10x will display an alphabetical list of commands; Dash Core 0.11.0 will display a categorized list of commands.
Sub-command
- string
Optional.
The subcommand to get help on. Please note that not all subcommands support this at the moment.
Request
curl --location --request POST 'https://dash.getblock.io/mainnet/'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{"jsonrpc": "2.0",
"method": "help",
"params": ["help", null],
"id": "getblock.io"}'
Response
{
"error": null,
"id": "getblock.io",
"result": "List all commands, or get help for a specified command"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }