CreateTransaction
Create a TRX transfer transaction. If to_address does not exist, then create the account on the blockchain.
Body Parameters
Parameter | Parameter Description | Data Type |
---|---|---|
to_address | To_address is the transfer address, converted to a hex string | string |
owner_address | Owner_address is the transfer address, converted to a hex string | string |
amount | Amount is the transfer amount in denominations of SUN | integer 32 |
Example
Format: /wallet/createtransaction
cURLJavaScript
Sample Output
JSON
Last updated