/abci_info

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

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json'  https://froopyland.blockpi.network/rpc/v1/<your-api-key>/abci_info

// Result
{
    "jsonrpc": "2.0",
    "result": {
        "response": {
            "data": "dymension",
            "last_block_app_hash": "NLuUcWoDhPrO7ztC1Vy5zK8bkGzIC6hPBocWFEZtcYQ=",
            "last_block_height": "1651534",
            "version": "v1.0.2-beta"
        }
    }
}                  

Last updated