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
Status | Description |
---|---|
| Successfully deposited and executed. |
| Successfully deposited but no execution occurred. |
| Transaction has been declined due to AML reasons. |
| Transaction has been failed on the blockchain. |
Webhook Payload Examples
Callback Parameter Values
Parameter | Type | Description |
---|---|---|
| String | Source address of the transaction |
| String | Destination address of deposit |
| String |
|
| Number | Size of transaction in specified symbol |
| String | Payment service provider's user who initiates the deposit request |
| String | e.g., |
| String |
|
| String | Blockchain transaction Hash |
| String | UUID, unique to the transaction record |
| Number | Time of transaction confirmation in blockchain in epoch milliseconds |
| String | Your username |
| Number, optional | Amount traded to fiat |
| String, optional | Additional address property (Tag/Memo) that allows identifying the transfer beneficiary or destination for a transaction |
Last updated