---
title: "Deposits Endpoint"
method: GET
path: "/deposits"
tags: ["Transactions"]
---

# Deposits Endpoint

`GET /deposits`

Retrieve the details of all your Deposits in a given time.

## Query parameters

- `from` integer
- `to` integer
- `page` integer
- `country` string
- `paymentMethod` string
- `status` 'PENDING' | 'APPROVED' | 'COMPLETED' | 'CANCELLED' | 'DECLINED'
- `clientDocument` string

## Response `200`

A paginated list of deposits.

- PaginatedDeposits
  - `page` integer
  - `rows` integer
  - `maxRows` integer
  - `data` Deposit[]
    - `deposit_id` string, required — The unique identifier for the deposit.
    - `status` string, required — The status of the deposit.

---

[API](https://skmtc.dev/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.dev/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d24/docs-d24-com/revisions/fb0e2ddec198/schema)
