/cosmos/slashing/v1beta1/signing_infos/{cons_address}

SigningInfo queries the signing info of given cons address

Parameters:

cons_address - string, cons_address is the address to query signing info of

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/slashing/v1beta1/signing_infos/dymvalcons1qqwllenlt8k5rm0eyz5sa7302gr6phy0qt6795

// Result
{
    "val_signing_info": {
        "address": "dymvalcons1qqwllenlt8k5rm0eyz5sa7302gr6phy0qt6795",
        "index_offset": "678299",
        "jailed_until": "1970-01-01T00:00:00Z",
        "missed_blocks_counter": "26",
        "start_height": "973233",
        "tombstoned": false
    }
}

Last updated