v1

latestOpenAPI 3.0.0Apache 2.02026-07-17304991.5 KB
ABCI

Get info about the application.

Get info about the application.

Upon success, the Cache-Control header will be set with the default maximum age.

get/abci_info

Response

Get some info about the application.

jsonrpcstring required
idinteger required

Example response

{
  "jsonrpc": "2.0",
  "result": {
    "response": {
      "data": "{\"size\":0}",
      "version": "0.16.1",
      "app_version": "1314126"
    }
  }
}