> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# user_wallet.funded

> The deposit was credited.

The deposit was credited. `GET /api/v2/wallet` now reflects it. Funding sessions created with `POST /api/v2/wallet/fund` end here too.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "user_wallet.funded",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "user_id": "user_7g8h9i",
    "amount_usdc": "25.00",
    "wallet_address": "0xefef…",
    "credited_at": "2026-09-07T17:06:40Z"
  }
}
```
