Params

Params queries the parameters of slashing module

get
Responses
200
A successful response.
application/json
get
GET /cosmos/slashing/v1beta1/params HTTP/1.1
Host: tia-rest.nownodes.io
Accept: */*
{
  "params": {
    "signed_blocks_window": "text",
    "min_signed_per_window": "text",
    "downtime_jail_duration": "text",
    "slash_fraction_double_sign": "text",
    "slash_fraction_downtime": "text"
  }
}