{
"network": "BNB",
"address": "string",
"currency": "USDT",
"label": "交易所热钱包",
"webhookUrl": "string"
}curl --location --request PUT '/api/v1/wallet/watch-address/' \
--header 'tenant-id: 1' \
--header 'Content-Type: application/json' \
--data '{
"network": "BNB",
"address": "string",
"currency": "USDT",
"label": "交易所热钱包",
"webhookUrl": "string"
}'{
"code": 0,
"msg": "success",
"data": {
"id": 1,
"tenantId": 1,
"network": "BNB",
"address": "0xe835233c318a422742ae675a9ebc0dccf5887c3b",
"currency": null,
"label": "交易所热钱包(已更新)",
"webhookUrl": null,
"status": "ENABLED",
"createTime": "2026-04-01T12:00:00",
"updateTime": "2026-04-01T15:30:00"
},
"ok": true
}