Callback
The Permanent Address Callback is triggered when a transaction to a permanent address receives 12 confirmations on the blockchain. This ensures that the transaction is securely confirmed.
Transaction Found with 12 Confirmations
For the "Permanent Address Callback" section of your API documentation, it's important to clearly describe how the callback mechanism works, especially regarding transaction confirmations for permanent addresses. Here's how you can structure this section:
Permanent Address Callback
Brief Description
The Permanent Address Callback is triggered when a transaction to a permanent address receives 12 confirmations on the blockchain. This ensures that the transaction is securely confirmed.
Transaction Found with 12 Confirmations
Callback Parameters
symbol
string
Type of token (e.g., 'USDT', 'USDC'', 'tron-usdt', 'tron-usdc').
from
string
The source address from which the tokens are sent.
address
string
The recipient's permanent address.
block
string
The block number on the blockchain where the transaction was included.
txid
string
Blockchain transaction identifier.
confirmation
number
The number of confirmations the transaction has received.
balance
decimal
The amount of tokens received.
timestamp
number
Timestamp of when the transaction was processed.
risk_level
number
0, pending 1 low, 2 high, 3 medium, 4 severe
Last updated