Denoms metadata by query string

DenomMetadataByQueryString queries the client metadata of a given coin denomination.

get
Query parameters
denomstringOptional

denom is the coin denom to query the metadata for.

Responses
200
A successful response.
application/json
get
GET /cosmos/bank/v1beta1/denoms_metadata_by_query_string HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "metadata": {
    "description": "text",
    "denom_units": [
      {
        "denom": "text",
        "exponent": 1,
        "aliases": [
          "text"
        ]
      }
    ],
    "base": "text",
    "display": "text",
    "name": "text",
    "symbol": "text",
    "uri": "text",
    "uri_hash": "text",
    "decimals": 1
  }
}