---
title: "POST /api/currency-offerings/purchases"
method: POST
path: "/api/currency-offerings/purchases"
tags: ["ApiCurrencyOfferings"]
---

# POST /api/currency-offerings/purchases

`POST /api/currency-offerings/purchases`

## Request body

- CurrencyOfferingPurchaseDto
  - `currencyCode` string, nullable — CurrencyOffering Code
  - `payingCurrencyCode` string, nullable
  - `buyAmount` number, double — Amount in CurrencyOffering currency
  - `price` number, double

## Response `200`

Success

- CurrencyOfferingPurchase
  - `id` string, uuid
  - `dateCreated` string, date-time
  - `dateUpdated` string, date-time
  - `status` 0 | 10 | 20 | 50
  - `userId` string, nullable
  - `currencyCode` string, nullable
  - `payingCurrencyCode` string, nullable
  - `buyAmount` number, double
  - `price` number, double
  - `transfers` CurrencyOfferingPurchaseTransfer[], nullable
    - `purchaseId` string, uuid
    - `purchase` CurrencyOfferingPurchase — recursive
    - `dateToTransfer` string, date-time
    - `dateCreated` string, date-time
    - `isTransfered` boolean
    - `amount` number, double

---

[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)
