---
title: "POST /api/deposits/cash"
method: POST
path: "/api/deposits/cash"
tags: ["ApiFinance"]
---

# POST /api/deposits/cash

`POST /api/deposits/cash`

## Request body

- CashDeposit
  - `id` string, uuid
  - `publicId` string, nullable
  - `status` 0 | 50 | 100 | 110 | 120
  - `userId` string, nullable
  - `currencyCode` string, nullable
  - `amount` number, double
  - `feeAmount` number, double
  - `feeCurrencyCode` string, nullable
  - `dateCreated` string, date-time
  - `dateUpdated` string, date-time
  - `isCanceled` boolean

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
