---
title: "Get an inbound deposit"
method: GET
path: "/v2/users/{userId}/wallets/deposits/{depositId}"
tags: ["Wallet"]
---

# Get an inbound deposit

`GET /v2/users/{userId}/wallets/deposits/{depositId}`

Get an inbound deposit for a user's wallet

## Path parameters

- `userId` string, required
- `depositId` string, required

## Response `200`

Success

- WalletDepositObject
  - `id` string, uuid
  - `userId` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `wallet` object
    - `id` string, uuid
    - `address` string
    - `chain` 'POLYGON' | 'SOLANA' | 'ETHEREUM' | 'BASE' | 'TRON'
    - `walletType` 'INDIVIDUAL'
  - `transaction` object
    - `transactionHash` string
    - `chain` 'POLYGON' | 'SOLANA' | 'ETHEREUM' | 'BASE' | 'TRON'
    - `currency` string
    - `status` 'COMPLETED' | 'CONFIRMED'
    - `sourceAddress` string
    - `destinationAddress` string
    - `contractAddress` string
    - `amount` string
    - `unitAmount` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifi/apis/hifi-api.md) · [All operations](https://skmtc.net/hifi/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifi/hifi-api/revisions/15a39c342fd1/schema)
