Miscellaneous paths
- GET /api/v4/addr
Returns client address for debuging purposes.
- Response JSON Object:
ok (boolean) – True if no error occured.
result (string) – Address of the server.
- Status Codes:
200 OK – No error.
- GET /api/v4/ping
Ping the server.
- Response JSON Object:
ok (boolean) – True if no error occured.
result (string) – Set to
"pong"
.
- Status Codes:
200 OK – No error.
- GET /features.json
Get the server features information.