Retrieves details of a previously requested exchange
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "status": "REQUESTED",
- "created_timestamp": "2019-08-24T14:15:22Z",
- "exchange_type": "QUOTE",
- "action": "FIX_DESTINATION",
- "source_details": {
- "source_account_id": "string",
- "asset_type_id": "string",
- "amount_to_debit": 0
}, - "destination_details": {
- "destination_account_id": "string",
- "asset_type_id": "string",
- "amount_to_credit": 0
}
}
}