Params
get
Responses
200
A successful response.
application/json
default
An unexpected error response
application/json
get
GET /axelar/nexus/v1beta1/params HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
"params": {
"chain_activation_threshold": {
"numerator": "text",
"denominator": "text"
},
"chain_maintainer_missing_vote_threshold": {
"numerator": "text",
"denominator": "text"
},
"chain_maintainer_incorrect_vote_threshold": {
"numerator": "text",
"denominator": "text"
},
"chain_maintainer_check_window": 1
}
}