Parameters

Deprecated

Get the current slashing parameters

get
Responses
200
OK
application/json
get
GET /slashing/parameters HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
  "max_evidence_age": "text",
  "signed_blocks_window": "text",
  "min_signed_per_window": "text",
  "double_sign_unbond_duration": "text",
  "downtime_unbond_duration": "text",
  "slash_fraction_double_sign": "text",
  "slash_fraction_downtime": "text"
}