get-denoms-by-creator
Retrieve all token factory denoms associated with a specific creator address on the Osmosis blockchain using this query tool.
Instructions
Returns all token factory denoms created by an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
creator | Yes | The creator address |
Input Schema (JSON Schema)
{
"properties": {
"creator": {
"description": "The creator address",
"type": "string"
}
},
"required": [
"creator"
],
"type": "object"
}