Withdraw expired unfreeze balance

Withdraws TRX from expired unfreeze operations. This retrieves tokens that were frozen and then unfrozen, but not yet withdrawn.

Request

This endpoint expects an object.
owner_addressstringRequired
Base58 address of the account to withdraw from.
visiblebooleanOptional

Indicates if the address is base58 (true) or hex (false).

Response

Unsigned transaction object for withdrawal.
visibleboolean or null
txIDstring or null
raw_dataobject or null
raw_data_hexstring or null

Hex-encoded raw transaction.