Collection

List stablecoin deposit addresses

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

get/collections/stablecoin/addresses

Query parameters

currency'USDT'

Filter addresses by stablecoin. Currently only USDT is supported.

Response

Deposit addresses retrieved successfully

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Deposit addresses retrieved successfully",
  "data": [
    {
      "id": "bdf9bbba-f562-4b10-abfb-b180404415b7",
      "walletId": "69a7129f-0a0a-484d-968f-2601bce85149",
      "address": "0x220303f911dbC38F09d13f8cC3ba8700f0Ca8C99",
      "currency": "USDT",
      "network": "ERC20",
      "reference": "Theo test 1",
      "minAmount": "5",
      "maxAmount": "0",
      "createdAt": "2026-08-20T10:09:46.288Z",
      "updatedAt": "2026-08-20T10:09:46.288Z"
    }
  ]
}