---
title: "gcm/withdraw/quotes"
method: GET
path: "/gcm/withdraw/quotes"
tags: ["Withdraw Endpoints"]
---

# gcm/withdraw/quotes

`GET /gcm/withdraw/quotes`

Get a list of withdraw quotes for a certain client account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string
- `CrossborderQuoteID` string
- `IsActive` boolean
- `Limit` integer

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `CrossborderQuotes` object — The list of crossborder quotes
    - `0` object
      - `CrossborderQuoteID` string — The crossborder quote ID
      - `ExpiryTime` string — The expiry time of the quote
      - `DestinationCurrency` string — The destination currency
      - `FXRate` string — The foreign exchange rate
      - `IsActive` boolean — Whether the quote is active
      - `FailureReason` string — The reason for failure, if any

---

[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)
