| Item | Value |
|---|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Type | Webhook (Incoming) |
Authorization: Bearer ********************{
"eventType": "string",
"notificationId": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": 0,
"blockNum": 0,
"confirmationCount": 0,
"nonce": "string",
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}curl --location --request POST '/webhooks/crypto-collection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": 0,
"blockNum": 0,
"confirmationCount": 0,
"nonce": "string",
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}'{}