Params
get
Path parameters
chainstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response
application/json
get
GET /axelar/evm/v1beta1/params/{chain} HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
"params": {
"chain": "text",
"confirmation_height": "text",
"network": "text",
"token_code": "text",
"burnable": "text",
"revote_locking_period": "text",
"networks": [
{
"name": "text",
"id": "text"
}
],
"voting_threshold": {
"numerator": "text",
"denominator": "text"
},
"min_voter_count": "text",
"commands_gas_limit": 1,
"voting_grace_period": "text",
"end_blocker_limit": "text",
"transfer_limit": "text"
}
}