Bitcoin Call Back
The Bitcoin Callback feature is designed to handle transaction confirmations and address timeouts. The system checks the transaction status at multiple intervals and notifies the callback URL accordingly.
Callback Time Intervals
15 mins: Initial check for transaction.
30 mins: Second check if no transaction is found initially.
1 hour: Third check.
2 hours: Fourth check.
4 hours: Fifth check.
8 hours: Final check.
After 15 minutes, the address is set to timeout. If the transaction is found after the timeout, the selling price is recalculated and notified through the callback URL.
Transaction Found
Address Timeout
Confirmation Counts
1 Confirmation:
3 Confirmations:
6 or More Confirmations:
Response Parameters
address
string
Bitcoin address involved in the transaction
txid
string
Blockchain transaction identifier
confirmation
number
Number of confirmations for the transaction
usd_balance
decimal
The equivalent balance in USD
balance
decimal
The amount of Bitcoin received
sell_price
decimal
The price of Bitcoin at the time of transaction
timestamp
number
Timestamp when the transaction occurred
risk_level
number
0, pending 1 low, 2 high, 3 medium, 4 severe
Last updated