Management
Freeze Tokens
Lock a portion of a holder’s tokens, preventing transfer
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 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 on the token contract.
Path Parameters
Address of the stock token contract.
Request Body
Ethereum address of the holder whose tokens will be frozen.
Number of tokens to freeze. Must be greater than zero.
When
true, the transaction is signed and submitted by the Trusset relayer.Response Fields
Request status.
Freeze result including the transaction hash.
