Issuance
Issue Tokens
Mint new stock tokens to a recipient address
POST
Issues (mints) new tokens from a deployed stock token contract to a specified recipient. The caller must have issuer or sub-issuer privileges on the token contract.Documentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Address of the stock token contract.
Request Body
Ethereum address receiving the newly minted tokens.
Number of tokens to issue, as a human-readable string (e.g.,
"1000.5"). Must be greater than zero.Optional reason or reference for the issuance, stored in the event log.
When
true, the transaction is signed and submitted by the Trusset relayer.Response Fields
Request status.
Issuance result including the transaction hash.
