get-token-factory-total-supply
Retrieve the total supply of a specific token denomination on the Osmosis blockchain using the token factory. Input the denomination to access supply data.
Instructions
Returns the total supply of a token factory denomination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
denom | Yes | The token factory denomination |
Input Schema (JSON Schema)
{
"properties": {
"denom": {
"description": "The token factory denomination",
"type": "string"
}
},
"required": [
"denom"
],
"type": "object"
}