Skip to main content
POST
Freezes a specified amount of tokens held by an account. Frozen tokens remain in the holder’s balance but cannot be transferred until unfrozen. Requires the CONTROLLER role on the token contract.

Path Parameters

string
required
Address of the stock token contract.

Request Body

string
required
Ethereum address of the holder whose tokens will be frozen.
string
required
Number of tokens to freeze. Must be greater than zero.

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.