---
title: "List stablecoin deposit addresses"
method: GET
path: "/collections/stablecoin/addresses"
tags: ["Collection"]
---

# List stablecoin deposit addresses

`GET /collections/stablecoin/addresses`

Retrieve all previously generated USDT deposit addresses for your account. Filter by currency using the `currency` query parameter.

## Query parameters

- `currency` 'USDT'

## Response `200`

Deposit addresses retrieved successfully

- object
  - `status` string
  - `message` string
  - `data` StablecoinDepositAddress[]
    - `id` string, uuid — The unique identifier for the deposit address
    - `walletId` string, uuid — The USDT wallet this address deposits into
    - `address` string — The on-chain address customers should send USDT to
    - `currency` 'USDT'
    - `network` string — The blockchain network. Responses typically return this in uppercase (e.g. `ERC20`).
    - `memo` string, nullable — Destination memo/tag if required by the network. `null` when not applicable.
    - `reference` string — The label supplied when the address was generated
    - `minAmount` string — Minimum deposit amount in USDT. Deposits below this amount may not be credited. For example, `5` means 5 USDT.
    - `maxAmount` string — Maximum deposit amount in USDT. `0` means there is no maximum.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Unexpected error

---

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