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 the
CONTROLLER role.
Path Parameters
string
required
Address of the stock token contract.
Request Body
string
required
Ethereum address to transfer tokens from.
string
required
Ethereum address to transfer tokens to.
string
required
Number of tokens to transfer. Must be greater than zero.
string
Reason for the forced transfer, stored in the event log for audit purposes.
Response Fields
object
Nothing is submitted on your behalf. Sign
txData with a wallet holding the required role on the token and broadcast it yourself.