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.
Path Parameters
string
required
Address of the stock token contract.
Request Body
string
required
Ethereum address receiving the newly minted tokens.
string
required
Number of tokens to issue, as a human-readable string (e.g.,
"1000.5"). Must be greater than zero.string
Optional reason or reference for the issuance, stored in the event log.
Response Fields
object
Nothing is submitted on your behalf. Sign
txData with a wallet holding the required role on the token and broadcast it yourself.