Management
Force Transfer
Transfer tokens between addresses without holder approval
POST
Executes a forced transfer of tokens from one address to another, bypassing the standard transfer approval flow. This is a regulatory action typically used for court-ordered transfers, error corrections, or compliance enforcement. Requires 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.
CONTROLLER role.
Path Parameters
Address of the stock token contract.
Request Body
Ethereum address to transfer tokens from.
Ethereum address to transfer tokens to.
Number of tokens to transfer. Must be greater than zero.
Reason for the forced transfer, stored in the event log for audit purposes.
When
true, the transaction is signed and submitted by the Trusset relayer.Response Fields
Request status.
Transfer result including the transaction hash.
