Skip to main content
GET
/
abci_info
abci_info
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/abci_info
{
  "jsonrpc": "2.0",
  "id": 0,
  "result": {
    "response": {
      "data": "{\"size\":0}",
      "version": "0.16.1",
      "app_version": "1",
      "last_block_height": "1314126",
      "last_block_app_hash": "C9AEBB441B787D9F1D846DE51F3826F4FD386108B59B08239653ABF59455C3F8"
    }
  }
}

Response

Get some info about the application.

jsonrpc
string
required
Example:

"2.0"

id
integer
required
Example:

0

result
object