Skip to main content
Version: release (v0.77)

List the available methods on the JSON-RPC API

GET 

http://localhost:1789/api/v2/methods

The JSON-RPC API behind this HTTP API can have an arbitrary set of endpoints enabled.

This method allows an application to check for the existence of the JSON-RPC before calling the requests method.

Responses

Successful listing

Schema
    result object
    registeredMethods array
curl -L 'http://localhost:1789/api/v2/methods' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://localhost:1789/api
ResponseClear

Click the Send API Request button above and see the response here!