Issuance
Batch Issue Tokens
Mint tokens to multiple recipients in a single transaction
POST
Issues tokens to up to 200 recipients in one call. TheDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
recipients and amounts arrays must have matching lengths. Each recipient address is validated individually.
Path Parameters
Address of the stock token contract.
Request Body
Array of Ethereum addresses to receive tokens. Maximum 200 entries.
Array of token amounts corresponding to each recipient. Each value must be a positive number string.
Optional reason or reference for the batch issuance.
When
true, the transaction is signed and submitted by the Trusset relayer.Response Fields
Request status.
Batch issuance result including the transaction hash and number of recipients processed.
