get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/slashing/v1beta1/signing_infos/
SigningInfo queries the signing info of given cons address
Parameters
Path
cons_address
:STRING
- The address to query signing info of.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/slashing/v1beta1/signing_infos/{cons_address}
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The signing informations.
{
"val_signing_info": {
"address": "string",
"start_height": "string",
"index_offset": "string",
"jailed_until": "2023-08-02T08:44:30.723Z",
"tombstoned": true,
"missed_blocks_counter": "string"
}
}