Get Server Info

Retrieve information about the current status of the XAG-API Server and the rippled server(s) it is connected to.

Warning: XAG-API is early alpha software. API methods and data formats are likely to change frequently in ways that break backwards compatibility.

Request Format

GET /servers/info

Response Formats

200 OK

The status of the XAG-API server and an array of statuses from the rippled server(s) it is connected to.

Media type: application/json

Formatted as a ServerInfo

The response uses the following fields:

Field Type Required? Description
rippled_servers Array of RippledServerInfo May be omitted Server information from each rippled server this XAG-API server is connected to.
server_version String May be omitted The version number of this XAG-API server, in SemVer format .