Issuance
Log Deployed Token
Register an externally deployed stock token with the Trusset platform
POST
Registers a stock token contract that was deployed outside the Trusset platform (e.g., via a direct on-chain transaction or third-party tool). This links the existing contract to the authenticated instance so it can be managed through the API. Use this when you deploy contracts independently but still want Trusset to track issuance, holders, and compliance.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
Address of the already-deployed token contract. Must be a valid Ethereum address.
Token name.
Token ticker symbol.
ISIN identifier for the underlying security.
URI pointing to off-chain token metadata.
Ethereum address of the token issuer.
Ethereum address of the legal operator.
Transaction hash of the original deployment, for audit trail purposes.
Whether the sub-issuer role is enabled on this token.
Response Fields
Request status.
The registered token record.
