Skip to main content
Version: testnet (v0.76)

List the available methods on the JSON-RPC API

GET 

/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.

Request

Responses

Successful listing

Schema
    result object
    registeredMethods array
Loading...