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
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.
Response Fields
Nothing is submitted on your behalf. Sign
txData with a wallet holding the required role on the token and broadcast it yourself.