Authority metadata

Given the denom, returns the authority metadata for the denom. This method can receive both the denom encoded to URL (for the LCD requests) and the denom not encoded: e.g. factory%2Fterra1v0eee20gjl68fuk0chyrkch2z7suw2mhg3wkxf%2Futoken931

get
Path parameters
denomstringRequired
Responses
200
A successful response.
application/json
get
GET /osmosis/tokenfactory/v1beta1/denoms/{denom}/authority_metadata HTTP/1.1
Host: luna.nownodes.io
Accept: */*
{
  "authority_metadata": {
    "admin": "text"
  }
}