Quote

Get a qoute for a currency exhange.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
object (TransferDetail)
object (TransferDetail)
amount
number <double>
currency
string or null
destination_amount
number <double>
destination_currency
string or null
Responses
201

Returns the newly created quote

400

Bad request

401

Unauthorized

404

Account not found

500

Server Error

post/api/{version}/transfers/quote
Request samples
application/json
{
  • "source": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
    • "wallet_id": "string",
    • "card_proxy": "string",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
    },
  • "destination": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
    • "wallet_id": "string",
    • "card_proxy": "string",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
    },
  • "amount": 0,
  • "currency": "string",
  • "destination_amount": 0,
  • "destination_currency": "string"
}
Response samples
application/json
{
  • "source": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
    • "wallet_id": "string",
    • "card_proxy": "string",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
    },
  • "destination": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
    • "wallet_id": "string",
    • "card_proxy": "string",
    • "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
    },
  • "fees": [
    • {
      • "name": "string",
      • "amount": 0,
      • "currency": "string"
      }
    ],
  • "conversionDetails": {
    • "reference": "string",
    • "conversion_rate": 0,
    • "from_currency": "string",
    • "to_currency": "string",
    • "from_amount": 0,
    • "to_amount": 0,
    • "expiry_seconds": 0,
    • "expiry_at": "2019-08-24T14:15:22Z"
    }
}
Copyright © Qolo 2019-2023. All right reserved.