Skip to main content
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.

Request Body

string
required
Address of the already-deployed token contract. Must be a valid Ethereum address.
string
required
Token name.
string
required
Token ticker symbol.
string
required
ISIN identifier for the underlying security.
string
URI pointing to off-chain token metadata.
string
Ethereum address of the token issuer.
Ethereum address of the legal operator.
string
Transaction hash of the original deployment, for audit trail purposes.
boolean
default:"false"
Whether the sub-issuer role is enabled on this token.

Response Fields

boolean
Request status.
object
The registered token record.