Transaction Webhook
Aquanow offers webhook callbacks for clients that want to be updated when a transaction is detected on-chain or finalized.
Status of Transaction
DONE
Successfully deposited and executed.
REJECTED
Successfully deposited but no execution occurred.
AML_DECLINED
Transaction has been declined due to AML reasons.
FAILED
Transaction has been failed on the blockchain.
Webhook Payload Examples
Callback Parameter Values
sourceAddress
String
Source address of the transaction
address
String
Destination address of deposit
adminApproval
String
'DONE'
, 'REJECTED'
, 'AML_DECLINED'
or 'FAILED'
Status of transaction, see table for more information.
quantity
Number
Size of transaction in specified symbol
subaccount
String
Payment service provider's user who initiates the deposit request
symbol
String
e.g., BTC
Crypto symbol
transactionType
String
DEPOSIT
| WITHDRAW
Type of transaction
txHash
String
Blockchain transaction Hash
txId
String
UUID, unique to the transaction record
txTime
Number
Time of transaction confirmation in blockchain in epoch milliseconds
username
String
Your username
fiatReceived
Number, optional
Amount traded to fiat
currencyTag
String, optional
Additional address property (Tag/Memo) that allows identifying the transfer beneficiary or destination for a transaction