---
title: "Create payout quote"
method: POST
path: "/money/payout_quotes"
tags: ["money", "payouts"]
---

# Create payout quote

`POST /money/payout_quotes`

Mints a binding payout quote for a source→destination money-account pair, or re-mints one from an existing quote via from_quote_id. Gated on PermKYBLocked.

## Headers

- `Idempotency-Key` string, required — Required client idempotency key; a duplicate submission with the same key is rejected with 409.

## Request body

- PayoutsCreatePayoutQuoteInput
  - `amount` string
  - `destination_money_account_id` string
  - `from_quote_id` string
  - `source_money_account_id` string

## Response `200`

OK

- PayoutsCreatePayoutQuoteOutput
  - `debit_amount` string
  - `debit_amount_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `destination_amount` string
  - `destination_amount_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `destination_symbol` string
  - `exchange_rate` string
  - `expires_ts` string, date-time
  - `fee_amount` string
  - `fee_amount_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `mid_market_rate` string
  - `quote_id` string
  - `source_amount` string
  - `source_amount_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `source_symbol` string
  - `tax_amount` string
  - `tax_amount_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/fa1f46a0751c/schema)
