申し訳ありませんが、このページはお使いの言語では提供されていません。
XRP Ledger Dev Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。ご協力いただける場合は、ぜひ貢献をお願いいたします
Get Server Info
Retrieve information about the current status of the XRP-API Server and the rippled server(s) it is connected to.
Warning: XRP-API is early alpha software. API methods and data formats are likely to change often in ways that break backwards compatibility.
Request Format
GET /servers/info
Response Formats
200 OK
The status of the XRP-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 |
---|---|---|---|
server_version |
String | May be omitted | The version number of this XRP-API server, in SemVer format . |
rippled_servers |
Array of RippledServerInfo | May be omitted | Server information from each rippled server this XRP-API server is connected to. |