Get a qoute for a currency exhange.
Returns the newly created quote
Bad request
Unauthorized
Account not found
Server Error
{- "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": {
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string"
}, - "amount": 0,
- "currency": "string",
- "destination_amount": 0,
- "destination_currency": "string"
}
{- "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": {
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string"
}, - "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"
}
}