Endpoint
POSTCallback address configured by the merchant
Each deposit order triggers two callbacks. Click here for detailed callback rules.
Request Parameters
Parameter | Data Type | Required | Description |
---|---|---|---|
webhookType | String | Yes | Callback type, set to Deposit for this webhook. |
id | String | Yes | Order ID. |
status | String | Yes | Order status. Refer to the order status enum. |
chainName | String | Yes | Blockchain name. |
tokenName | String | Yes | Token name. |
fromAddress | String | Yes | Sender’s address. |
toAddress | String | Yes | Recipient’s address, i.e., your deposit address. |
txHash | String | Yes | On-chain transaction hash. |
amount | String | Yes | Amount deposited. |
blockHigh | Integer | Yes | Block height where the transaction resides. |
blockConfirmNum | Integer | Yes | Number of block confirmations at the time of callback. Indicates how many times the transaction has been confirmed. |
createdTime | Long | Yes | Creation time (UTC). |
timestamp | Long | Yes | UNIX timestamp (in milliseconds). |