---
title: "Get payout quote"
method: POST
path: "/api/v1/balance/payout/quote"
tags: ["Balance"]
---

# Get payout quote

`POST /api/v1/balance/payout/quote`

Get quote for payout to contact. Auto-detects payment channel (IBAN/onchain/internal).

## Headers

- `x-api-key` string, nullable

## Request body

- PayoutQuoteRequest — Request for payout quote to contact.
  - `contactId` string, uuid, required
  - `amount` number, required
  - `swapType` 'EXACT_INPUT' | 'EXACT_OUTPUT' | 'FLEX_INPUT' | 'ANY_INPUT' — Type of swap quote.

## Response `200`

Successful Response

- UniversalQuoteResponse — Universal quote response.
  - `quoteId` string, required
  - `provider` string, nullable
  - `paymentChannel` string, required
  - `fromAmount` number, required
  - `fromCurrency` string, required
  - `toAmount` number, required
  - `depositMemo` string, nullable
  - `toCurrency` string, required
  - `feeAmount` number, nullable
  - `feeCurrency` string, nullable
  - `rate` number, nullable
  - `expiresAt` string, date-time, nullable
  - `maskedIban` string, nullable
  - `depositAddress` string, nullable
  - `recipientAddress` string, nullable
  - `originChainId` string, nullable
  - `destinationChainId` string, nullable
  - `transactionRequest` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hevn-inc/apis/hevn-api.md) · [All operations](https://skmtc.net/hevn-inc/apis/hevn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hevn-inc/hevn-api/revisions/e6301d6796bf/schema)
