---
title: "Get a payout quote for a destination"
method: GET
path: "/api/quote/{accountId}"
tags: ["Accounts"]
---

# Get a payout quote for a destination

`GET /api/quote/{accountId}`

Returns a quote for a payout to the specified destination, including fees and exchange rate when applicable.

## Path parameters

- `accountId` string, required

## Query parameters

- `amount` number, required
- `currency` 'USDC' | 'EURC', required

## Response `200`

Get a payout quote for a destination successful

- QuoteDto
  - `quotedAmount` string, required — Net amount that will be received by the destination, after fees
  - `currency` string, required — Source currency of the payout
  - `fee` QuoteFeeDto, required
    - `fixedInCents` number, required — Fixed fee component in cents
    - `totalFeeAmountInCents` number, required — Total fee amount in cents (fixed + variable)
    - `variableRate` number, required — Variable fee rate applied to the payout amount (e.g. 0.005 = 0.5%)

## Other responses

- `400` — Invalid quote parameters
- `401` — Unauthorized - Invalid API key
- `404` — Account not found

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
