v1

latestOpenAPI 3.0.0Apache 2.02026-07-17305086.1 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": "1",
      "last_block_height": "1314126",
      "last_block_app_hash": "C9AEBB441B787D9F1D846DE51F3826F4FD386108B59B08239653ABF59455C3F8"
    }
  }
}