Withdraw
{
"transactionId": "9295c4eb-5154-434e-ab44-606f16f8104c",
"address": "TCYduJdoqxDuuSKS4ggjC2zi3NURYcZjpX",
"tag": null,
"amount": "250.000000",
"miningFee": "0.000000",
"currency": "USDT",
"blockchain": "TRON",
"txHash": "89158793e20412f820be6a1b99d7b79ffce3f189335e76a22e373b36aca97113",
"txExplorerUrl": "https://shasta.tronscan.org/#/transaction/89158793e20412f820be6a1b99d7b79ffce3f189335e76a22e373b36aca97113",
"status": "completed"
}Transaction object
Attribute
Type
Description
transactionId
String
Unique ID of transaction
address
String
Receiver's wallet
tag
String | Null
Tag if it is Ripple for example
amount
String
amount
miningFee
String
Mining fee
currency
String
Currency code
blockchain
String
Blockchain name
txHash
String
Transaction hash
txExplorerUrl
String
URL of explorer
status
Enum<Status>
Status of the transaction
Status enum
Attribute
Type
Description
completed
String
Transaction completed
cancelled
String
Transaction cancelled
Last updated