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": {
      "id": "2e084846-00d6-5e4c-806f-eac45e197108",
      "userId": "f4c99c2f-ce05-4f61-8ed6-9064a5689197",
      "wallet": {
        "id": "24b4917d-694e-4d81-ace8-9ba5261b6f4e",
        "chain": "POLYGON",
        "address": "0x0B95D270400BE4319EAFbfDD82F6C38B59ab54Ef",
        "walletType": "INDIVIDUAL"
      },
      "transaction": {
        "type": "DEPOSIT",
        "chain": "POLYGON_AMOY",
        "amount": "19",
        "status": "COMPLETED",
        "currency": "usdc",
        "rawAmount": "19000000",
        "unitAmount": "19000000",
        "sourceAddress": "0x0B95D270400BE4319EAFbfDD82F6C38B59ab54Ef",
        "contractAddress": "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582",
        "transactionHash": "0xe5284c4cb35ae9b5eb0ae23b840032f320b87b63f8967ee9b67ee09dfe6a194a",
        "destinationAddress": "0x0B95D270400BE4319EAFbfDD82F6C38B59ab54Ef"
      }
  },
  "createdAt": "2025-03-07T15:47:25.819Z",
  "timestamp": "2025-03-07T15:47:40.186Z",
  "version": "v2"
}