Skip to main content
Glama

make_asset_create_txn

Create a new asset on the Algorand blockchain by generating an asset creation transaction with configurable parameters like total supply, decimals, and management addresses.

Instructions

Create an asset creation transaction

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesSender address in standard Algorand format (58 characters)
totalYesTotal number of base units of the asset to create
decimalsYesNumber of decimals for display purposes (0-19)
defaultFrozenYesWhether accounts should be frozen by default
unitNameNoShort name for the asset (1-8 characters)
assetNameNoFull name of the asset (1-32 characters)
assetURLNoURL where more information about the asset can be found
assetMetadataHashNoHash commitment of some sort of asset metadata (32-byte string)
managerNoAddress that can manage the asset configuration
reserveNoAddress holding reserve funds for the asset
freezeNoAddress that can freeze/unfreeze holder accounts
clawbackNoAddress that can revoke the asset from holders
noteNoTransaction note field (up to 1000 bytes)
rekeyToNoAddress to rekey the sender account to
feeNoTransaction fee in microAlgos. If not set, uses suggested fee from the network
flatFeeNoIf true, fee is used as-is (flat fee). If false (default), fee is per-byte
networkNoAlgorand network to use (default: mainnet)
itemsPerPageNoNumber of items per page for paginated responses (default: 10)
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoPlausible/algorand-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server