---
title: "List deposit addresses"
method: GET
path: "/deposits/digital_asset_addresses"
tags: ["Deposits"]
---

# List deposit addresses

`GET /deposits/digital_asset_addresses`

Retrieves a list of addresses associated with your platform.

## Query parameters

- `participant_code` string, required
- `asset` 'AAVE.ETH' | 'ADA' | 'ALGO' | 'AVAX' | 'BAT.ETH' | 'BCH' | 'BTC' | 'BUSD.ETH' | 'COMP.ETH' | 'DAI.ETH' | 'DOGE' | 'DOT' | 'EGLD' | 'EOS' | 'ETC' | 'ETH' | 'ETH.ARBITRUM' | 'GRT.ETH' | 'GYEN.ETH' | 'HBAR' | 'LINK.ETH' | 'LTC' | 'LUNA' | 'MATIC.ETH' | 'MATIC.POLYGON' | 'MKR.ETH' | 'MOB' | 'SAND.ETH' | 'SOL' | 'UNI.ETH' | 'USDC.ETH' | 'USDC.ALGO' | 'USDC.POLYGON' | 'USDC.SOL' | 'USDC.HBAR' | 'USDC.XLM' | 'USDC.AVAX' | 'USDT.ETH' | 'UST' | 'WBTC.ETH' | 'XEM' | 'XLM' | 'XRP' | 'XTZ' | 'ZUSD.ETH' — The list of assets available in the certification environment
- `inactivity_interval` number
- `limit` number

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved paginated list of deposit addresses with optional filters: participant_code, asset, inactivity_interval, limit.

- GetDigitalAddressesResponse
  - `message` DigitalAddressesEntity[]
    - `created_at` number — Unix timestamp in milliseconds indicating when the address was created.
    - `address` string — The digital wallet address.
    - `participant_code` string — The participant that owns the address.
    - `platform_code` string — The platform the participant belongs to.
    - `asset` string — The asset code the address is valid for (e.g. `BTC`, `USDC.ETH`).
    - `account_label` string — The account label the address is associated with. Addresses created before `account_label` was introduced return an empty string.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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