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

tokenAddress
string
required
Address of the stock token contract.

Request Body

from
string
required
Ethereum address to transfer tokens from.
to
string
required
Ethereum address to transfer tokens to.
amount
string
required
Number of tokens to transfer. Must be greater than zero.
reason
string
Reason for the forced transfer, stored in the event log for audit purposes.

Response Fields

data
object
Nothing is submitted on your behalf. Sign txData with a wallet holding the required role on the token and broadcast it yourself.