Skip to main content
Version: mainnet (v0.71)

List the available methods on the JSON-RPC API

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
GET /v2/methods

Request

Base URL
http://localhost:1789/api
curl / cURL
curl -L -X GET 'http://localhost:1789/api/v2/methods' \
-H 'Accept: application/json'