get-token-factory-denom-info
Retrieve metadata for a token factory denomination on the Osmosis blockchain by providing the specific denom identifier.
Instructions
Returns metadata for a token factory denomination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
denom | Yes | The token factory denomination (e.g., 'factory/{creator}/{subdenom}') |
Input Schema (JSON Schema)
{
"properties": {
"denom": {
"description": "The token factory denomination (e.g., 'factory/{creator}/{subdenom}')",
"type": "string"
}
},
"required": [
"denom"
],
"type": "object"
}