---
title: "gcm/withdraw/quote"
method: POST
path: "/gcm/withdraw/quote"
tags: ["Withdraw Endpoints"]
---

# gcm/withdraw/quote

`POST /gcm/withdraw/quote`

Get a quote for a certain amount to be sold or bought using a certain corridor delivery method.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `DeliveryChannelID` string, required
- `ClientAccountID` string
- `BuyAmount` string
- `SellAmount` string
- `FeesIncluded` boolean

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `Quote` object — The quote details
    - `CrossborderQuoteID` string — The crossborder quote ID
    - `ExpiryTime` string — The expiry time of the quote
    - `ChargedAmount` string — The charged amount
    - `PrincipalAmount` string — The principal amount
    - `CreditedAmount` string — The credited amount
    - `FXRate` string — The foreign exchange rate
    - `ServiceFee` string — The service fee
    - `DeliveryFee` string — The delivery fee
    - `HasSufficientFunds` boolean — Whether there are sufficient funds

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
