ABCIInfo
GET
Retrieves basic information about the ABCI application.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Responses
jsonrpcstringrequired
idintegerrequired
datastring
versionstring
app_versionstring
cURL
curl -X GET 'https://rpc-celestia-mainnet.nodit.io/abci_info' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'