v1
latestOpenAPI 3.0.02026-07-2640301.0 MBWithdraw Endpoints
gcm/withdraw/quotes
Get a list of withdraw quotes for a certain client account.
get/gcm/withdraw/quotes
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
The client account ID
CrossborderQuoteIDstring
The crossborder quote ID
IsActiveboolean
Whether the quote is active
Limitinteger
The limit of quotes to fetch
Response
Example response
{
"CrossborderQuotes": {
"0": {
"CrossborderQuoteID": "7915407018-local",
"DestinationCurrency": "AUD",
"FXRate": "0.5805894309"
}
}
}