Verify a single transaction
Single-transaction verification. Supports matching by request_id / transaction_id / hash or a combination of fields.
Authorizations
API key. Must be included in the request header.
Timestamp. Must be included in the request header.
Signature string. Must be included in the request header.
Body
- At least one of request_id, transaction_id, or hash must be provided by default. request_id is not applicable when the transaction type is Deposit.
- At least one of the remaining parameters must be provided for verification.
- amount_delta: amount tolerance. Default: 0.001.
- time: transaction time, optional, in seconds.
- time_type: time match type. =Created matches the transaction creation time; =Confirmed matches the confirmation time; =Completed matches the completion time. Default: Created.
- time_delta: time tolerance, in seconds. Default: 10.
Request ID. Not applicable for Deposit type.
""
Transaction ID.
"da55a74c-e666-428d-8227-38cd25e3414d"
Transaction hash.
""
Chain ID.
"TRON"
Token ID.
"TRON_USDT"
Recipient address.
"TWgTvxMj9AFZhQF5xKjrua(XCAnym4E1qu"
Transaction type. Deposit / Withdrawal.
"Deposit"
Transaction amount.
2000
Fee.
20
Actual amount received.
1980
Transaction status.
"Completed"
Amount tolerance. Default: 0.001.
0.01
Transaction time. Optional, in seconds.
0
Time match type. =Created matches the transaction creation time; =Confirmed matches the confirmation time; =Completed matches the completion time. Default: Created.
Created, Confirmed, Completed "Created"
Time tolerance, in seconds.
10