| 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": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"expiry": 1735440000000
}
}curl --location --request POST '/webhooks/crypto-collection-wallet' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"expiry": 1735440000000
}
}'{}