v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Supporting
Public

Tests the connection to the API server, and returns its version. You can use this to make sure the API is reachable, and matches the expected version.

Try in API console

get/public/test

Query parameters

expected_result'exception'

The value "exception" will trigger an error response. This may be useful for testing wrapper libraries.

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": {
    "version": "2.1.26"
  }
}