Params

Parameters queries the parameters of the module.

get
Responses
200
A successful response.
application/json
get
GET /Stridelabs/stride/stakeibc/params HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "params": {
    "rewards_interval": "text",
    "delegate_interval": "text",
    "deposit_interval": "text",
    "redemption_rate_interval": "text",
    "stride_commission": "text",
    "zone_com_address": {
      "ANY_ADDITIONAL_PROPERTY": "text"
    },
    "reinvest_interval": "text",
    "validator_rebalancing_threshold": "text",
    "ica_timeout_nanos": "text",
    "buffer_size": "text",
    "ibc_timeout_blocks": "text",
    "fee_transfer_timeout_nanos": "text",
    "max_stake_ica_calls_per_epoch": "text",
    "safety_min_redemption_rate_threshold": "text",
    "safety_max_redemption_rate_threshold": "text",
    "ibc_transfer_timeout_nanos": "text"
  }
}