Issuance
Deploy Stock Token
Deploy a new ERC-3643 compliant stock token contract
POST
Deploys a new stock token smart contract to the configured network. The token is registered to the authenticated instance and linked to the specified issuer address. Optionally delegates transaction signing to the Trusset relayer.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.
Request Body
Token name. Maximum 100 characters.
Token ticker symbol. Maximum 20 characters.
ISIN identifier for the underlying security.
Ethereum address of the token issuer. Must be a valid checksummed address.
URI pointing to off-chain token metadata (e.g., IPFS or HTTPS link).
Ethereum address of the legal operator, if separate from the issuer. Must be a valid address when provided.
When
true, the transaction is signed and submitted by the Trusset relayer instead of requiring the caller to sign.When
true, enables the sub-issuer role on this token, allowing delegated issuance.Response Fields
Request status.
Deployment result including the new token contract address and transaction hash.
