Webhook
This section contains the webhook notification events for Tron wallets.
info
Click here to learn how to verify the authenticity of webhook notifications.
Receive Tokens
This notification is sent when a receive transaction is confirmed on our platform.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.currency
: Thecurrency_id
of tokens transacted.data
: Optional hex encoded data included with the transaction on-chain.event
: RECEIVEguid
: Unique transaction ID on the platform.network
: The network of the wallet that triggered the event.tron
.recipient
: The address that received the tokens.sender
: The address that sent the tokens.service_fee
: The amount paid in service fees from theamount
.timestamp
: The unix timestamp of when the notification was emitted.tx_hash
: The transaction hash on the blockchain.wallet
: The ID of the wallet that triggered the event.
Send Tokens
This notification is sent when a send transaction is confirmed on our platform.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.comment
: Optional comment only visible to wallet owner.currency
: Thecurrency_id
of tokens transacted.data
: Optional hex encoded data included with the transaction on-chain.event
: SEND_CONFIRMEDguid
: Unique transaction ID on the platform.network
: The network of the wallet that triggered the event.tron
.network_fee
: The amount paid in network fees. (Paid in TRX)recipient
: The address that received the tokens.sender
: The address that sent the tokens.service_fee
: The amount paid in service fees. Only collected ifstatus
isSUCCESS
.status
: The status of the transaction.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.tx_hash
: The transaction hash on the blockchain.wallet
: The ID of the wallet that triggered the event.
Execution
This notification is sent when an execution is confirmed on our platform.
block_number
: The number of the block containing the execution.event
: EXECUTIONfunc_name
: (string) The name the smart contract function called.constructor
,createAddresses
,sweepTRX
,sweepTRC10
, orsweepTRC20
.guid
: Unique execution ID on the platform.network
: The network of the wallet that triggered the event.tron
.network_fee
: The amount paid in network fees. (Paid in TRX)notes
: (string) Description of the execution.status
: The status of the execution.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.tx_hash
: The transaction hash on the blockchain.wallet
: The ID of the wallet that triggered the event.
Address Created
This notification is sent when a new deposit address is created.
address
: The deposit address that was created.event
: ADDRESS_CREATEDnetwork
: The network of the wallet that triggered the event.tron
.timestamp
: The unix timestamp of when the notification was emitted.wallet
: The ID of the wallet that triggered the event.