Abci info
Get info about the application.
Upon success, the Cache-Control
header will be set with the default
maximum age.
Responses
200
Get some info about the application.
application/json
500
Error
application/json
get
GET /abci_info HTTP/1.1
Host: atom-tendermint.nownodes.io
Accept: */*
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"response": {
"data": "{\"size\":0}",
"version": "0.16.1",
"app_version": "1314126"
}
}
}
Last updated