---
title: "List UMA addresses"
method: GET
path: "/deposits/uma"
tags: ["Deposits"]
---

# List UMA addresses

`GET /deposits/uma`

Retrieves a list of UMA addresses associated with your platform.

## Query parameters

- `participant_code` string
- `page_size` number
- `offset` number

## Headers

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

## Response `200`

Successfully retrieved paginated list of UMA addresses with optional filters: participant_code, page_size, offset.

- GetUMAAddressesResponse
  - `message` UMAAddressEntity[]
    - `participant_code` string — The participant that owns the UMA address.
    - `platform_code` string — The platform the participant belongs to.
    - `platform_uma_domain` string — The UMA domain operated by zerohash for this platform. The full UMA address is `{username}@{platform_uma_domain}`.
    - `username` string — The UMA username, including the leading dollar-sign prefix.
    - `name` string — The participant's display name.
    - `email` string, email — The participant's email address.
  - `total` number

## 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/versions/8b647d934363/schema)
