---
title: "Get Deposits"
method: GET
path: "/v1/deposits/search"
tags: ["Deposits"]
---

# Get Deposits

`GET /v1/deposits/search`

Retrieve all deposits for the authenticated account. Supports optional filtering by deposit name using the `name` query parameter. Returns an array of matching deposits.

## Query parameters

- `name` string
- `apiKey` string, required

## Response `200`

List of deposits retrieved successfully.

- GetDepositsResponse[]
  - object[]
    - `id` string, required — Unique identifier of the deposit configuration.
    - `name` string, required — Human-readable name of the deposit configuration.
    - `platform` string, required — Platform associated with the deposit configuration.
    - `notifyReceiverByEmail` boolean, required — Whether the receiver should be notified by email.
    - `disabled` boolean, required — Indicates whether the deposit configuration is disabled.
    - `connectWalletOptions` object, required
      - `isActive` boolean, required
      - `title` string, required
      - `badge` string, required
    - `transferManuallyOptions` object, required
      - `isActive` boolean, required
      - `title` string, required
      - `badge` string, required
    - `payWithCardOptions` object, required
      - `isActive` boolean, required
      - `title` string, required
      - `badge` string, required
      - `hasWhiteListDomain` boolean, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/versions/5732beb2d39f/schema)
