Create an account

Creates a new account under the specified owner address. This is a permissioned action that must be signed and broadcasted to the TRON network.

Request

This endpoint expects an object.
owner_addressstringRequired
Base58 address of the account creator.
account_addressstringRequired
Base58 address of the new account to create.
visiblebooleanOptional
Indicates if addresses are in base58 format.

Response

Unsigned transaction object for account creation.
visibleboolean or null
txIDstring or null
Transaction ID.
raw_dataobject or null
raw_data_hexstring or null

Hex-encoded raw transaction.