ERC20 Call Back
The ERC20 Callback is specifically designed for handling ERC20 token transactions, such as USDT. Notifications are sent only when the address times out or when a transaction reaches 12 confirmations. If the received USDT amount differs from the required amount, it will be recalculated. The address will time out after 1 hour.
Transaction Found with 12 Confirmations
Response Parameters
Parameter Name
Type
Explanation
id
string
Order number
symbol
string
Currency type (e.g., 'USDT')
address
string
Address
block
string
Block number
txid
string
Blockchain transaction identifier
confirmation
number
Number of confirmations
balance
decimal
Amount received
usd_balance
decimal
Amount in USD
timestamp
number
Timestamp
risk_level
number
0, pending 1 low, 2 high, 3 medium, 4 severe
Address timeout
Last updated