Params

Params retrieves the FeeShare module params

get
Responses
200
A successful response.
application/json
get
GET /juno/feeshare/v1/params HTTP/1.1
Host: 
Accept: */*
{
  "params": {
    "enable_fee_share": true,
    "developer_shares": "text",
    "allowed_denoms": [
      "text"
    ]
  }
}

Last updated