curl -X POST "https://api.trusset.org/stocks/api/manage/0x1234.../unfreeze" \ -H "Content-Type: application/json" \ -H "X-API-Key: trusset_abc123xy_secret..." \ -d '{ "account": "0xAbC123dEf456789012345678901234567890AbCd", "amount": "500", "useRelayer": true }'
{ "success": true, "data": { "transactionHash": "0xdef456...", "tokenAddress": "0x1234567890abcdef1234567890abcdef12345678", "account": "0xAbC123dEf456789012345678901234567890AbCd", "amount": "500" }, "metadata": { "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-06-15T12:00:00.000Z", "instanceId": "inst_abc123" } }
Release previously frozen tokens, restoring transferability
CONTROLLER
true