✔️Broadcast Transaction

Send Tron Transaction to the network - Irreversible


Request Headers:

Authorization: Bearer <access_token>

Content-Type: application/json

Request Body:

{
    "wallet": "<wallet_uuid>", // the source wallet uuid
    "destination" : "TDmx..Fx68" // Only for TRX or USDT withdrawal
    "amount": 20000000 // Only for TRX or USDT amount in SUN based (20 x 1000000)
    "paymentRequest": "LNINVOICE..." // Only for Case of Bitcoin LN Invoice
}

Last updated