POST
request to /transactions/submit
. The transaction will be signed by the node. Signing a transaction requires authentication with the API key using the Authorization
header.* 10^8
. The transfer fee is 1 LTO. The sender is the address of the hot wallet./transactions/submit
endpoint is available since v1.5.2. For older versions, first sign and then broadcasted the signed transaction.POST
request to /wallet/addresses
. You're required to authenticate with the API key via the Authorization
header./blocks/last
endpoint.POST
request to /transactions/submit
. The transaction will be signed by the node. Signing a transaction requires authentication with the API key using the Authorization
header.* 10^8
. The sender is the address of the intermediate wallet. The recipient is the address of the hot wallet. Note that the transaction fee is 1 LTO. This must be subtracted from the amount in order to transfer all tokens from the wallet.LTO_ENABLE_MINING=no
when starting the docker container.