Wallet Deposit
Event Category:
- WALLET
Event Type:
- WALLET.TOKEN.BALANCE.UPDATE: Updates for wallet token deposit.
Currently only USDC/T are supported
Example webhook event
{
"eventId": "evt_195714a3de340webca",
"eventCategory": "WALLET",
"eventType": "WALLET.TOKEN.BALANCE.UPDATE",
"eventAction": "UPDATE",
"data": {
"token": {
"name": "USDC",
"symbol": "USDC",
"decimals": 6,
"standard": "ERC20",
"tokenAddress": "0x1c7d4b196cb0c7b01d743fbc6116a902379c7238"
},
"userId": "a56386c2-9772-4eeb-89fc-2cc286f005a0",
"wallet": {
"id": "b973fa84-defe-4c33-8bfe-227fbac42dce",
"chain": "ETHEREUM_TESTNET",
"address": "0x3422b3967232542aC823671D5284D67b0bd3B3B5",
"balance": {
"rawBalance": "0",
"formattedBalance": "0"
},
"walletType": "INDIVIDUAL"
},
"transaction": {
"type": "DEPOSIT",
"chain": "ETHEREUM_TESTNET",
"amount": "10000",
"rawAmount": "10000000000",
"sourceAddress": "0x349b8Bff44BaA33E8A2B18c96E2D66511Cd1E318",
"contractAddress": "0xca6c31cc71fb8f00dc2c465299f605039e0e1f4b",
"transactionHash": "0xe531cac5aa5289d204bc24453ba4b3317c609b6103f5c75228755eb2a556cb61",
"destinationAddress": "0x3422b3967232542aC823671D5284D67b0bd3B3B5"
}
},
"createdAt": "2025-03-07T15:47:25.819Z",
"timestamp": "2025-03-07T15:47:40.186Z",
"version": "v2"
}
Updated 2 days ago