Get chain params for chain
Path parameters
chain_idstring · int64Required
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /zeta-chain/observer/get_chain_params_for_chain/{chain_id} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
"chain_params": {
"chain_id": "text",
"confirmation_count": "text",
"gas_price_ticker": "text",
"inbound_ticker": "text",
"outbound_ticker": "text",
"watch_utxo_ticker": "text",
"zeta_token_contract_address": "text",
"connector_contract_address": "text",
"erc20_custody_contract_address": "text",
"outbound_schedule_interval": "text",
"outbound_schedule_lookahead": "text",
"ballot_threshold": "text",
"min_observer_delegation": "text",
"is_supported": true,
"gateway_address": "text"
}
}