Params

Params queries all parameters.

get
Responses
200
A successful response.
application/json
get
GET //terra/oracle/v1beta1/params HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "params": {
    "vote_period": "text",
    "vote_threshold": "text",
    "reward_band": "text",
    "reward_distribution_window": "text",
    "whitelist": [
      {
        "name": "text",
        "tobin_tax": "text"
      }
    ],
    "slash_fraction": "text",
    "slash_window": "text",
    "min_valid_per_window": "text"
  }
}