Params
get
Responses
200
A successful response.
application/json
default
An unexpected error response
application/json
get
GET /axelar/axelarnet/v1beta1/params HTTP/1.1
Host: axelar.nownodes.io
Accept: */*
{
"params": {
"route_timeout_window": "text",
"transfer_limit": "text",
"end_blocker_limit": "text",
"call_contracts_proposal_min_deposits": [
{
"chain": "text",
"contract_address": "text",
"min_deposits": [
{
"denom": "text",
"amount": "text"
}
]
}
]
}
}