---
title: "List deposit wallets for an omnibus (paginated)"
method: GET
path: "/v1/domains/{domainId}/omnibus/{omnibusId}/deposit-wallets"
tags: ["Deposits"]
---

# List deposit wallets for an omnibus (paginated)

`GET /v1/domains/{domainId}/omnibus/{omnibusId}/deposit-wallets`

## Path parameters

- `domainId` string, uuid, required
- `omnibusId` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `search` string
- `custodyAccountIds` string[]

## Response `200`

OK

- OmnibusDepositWalletSummaryPageResponse
  - `content` OmnibusDepositWalletSummary[], required — Deposit wallet summaries in this page
    - `id` string, uuid, required — Internal deposit wallet identifier
    - `custodyAccountId` string, uuid, required — Custody account backing this deposit wallet
    - `tenantId` string, uuid, required — Tenant that owns this deposit wallet
    - `alias` string, required — Owning tenant's alias (for display/search)
    - `status` 'CREATING' | 'ACTIVE' | 'INACTIVE', required
    - `omnibusId` string, uuid, required — Omnibus structure this deposit wallet belongs to
  - `page` OmnibusPageMetadata, required
    - `number` integer, required — Current page number (0-indexed)
    - `size` integer, required — Number of elements per page
    - `totalElements` integer, required — Total number of elements across all pages
    - `totalPages` integer, required — Total number of pages
    - `first` boolean, required — Whether this is the first page
    - `last` boolean, required — Whether this is the last page

## Other responses

- `404` — Omnibus structure not found

---

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