---
title: "Cryptocurrency Quotations"
method: POST
path: "/v1/payment/payouts/quotation"
tags: ["Payout Services"]
---

# Cryptocurrency Quotations

`POST /v1/payment/payouts/quotation`

Service only for crypto payout. It will return the quote for the selected cryptocurrency

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- PayoutQuotation
  - `method` PayoutMethodCryptoQuotation, required
    - `code` string, required — Crypto Payout method code
  - `transaction` PayoutTransactionCryptoQuotation, required
    - `reference_id` string, required — Transaction identifier, generated by client. (Maximum of 50 characters - Unique per transaction).
    - `account` string, required — Client account number provided by Koin.
    - `amount` object, required
      - `value` number, required — Payout total amount.
      - `currency` string, required — Quote currency code (ISO 4217)
      - `to_currency` string, required — Quote to_currency code (ISO 4217)

## Response `200`

Cryptocurrencies quote.

- QuoteResponse
  - `quotation` object
    - `amount` object, required
      - `currency` string, required — Quote currency code (ISO 4217)
      - `value` number, required — Payout total amount.
    - `id` string, required — Quote id.
    - `expiration_date` string, date-time, required — Quote expiration (ISO 8601 date format)
  - `transaction` object
    - `reference_id` string — Transaction identifier, generated by client. (Maximum of 50 characters - Unique per transaction).

---

[API](https://skmtc.dev/koin/apis/payments-api.md) · [All operations](https://skmtc.dev/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koin/payments-api/revisions/6f2c01e43fe2/schema)
