Request quote for FX trade.
When accountNumber is provided to identify the customer, routingNumber is now also required, in line
with the downstream Legal Entity Service's mandatory routing-number enforcement on its profile lookup API
(release 6.5.0.0). Returns 400 QUOTE_ROUTINGNUMBER_REQUIRED if accountNumber is present without a
routingNumber.
Quote request attributes to get the quote for a given ccy pair
Successfully processed request
bad input parameter environment
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
bad input parameter environment
Internal server error
Service unavailable
Response to the Get FX Quote
{- "channel": "API",
- "customerIdType": "CustomerUID",
- "customerId": "112344",
- "customerUID": "112344",
- "customerShortName": "ShortName",
- "accountNumber": "1020304050",
- "routingNumber": "123456789",
- "sellCurrency": "EUR",
- "buyCurrency": "INR",
- "fundingAmount": 10000,
- "transferAmount": 1000,
- "productType": "SPOT",
- "tenor": "SPOT",
- "valueDate": "01-01-2030"
}{- "data": {
- "quoteUUID": "123e4567-e89b-12d3-a456-426614174000",
- "expiryTime": "04-09-2026 06:57:35",
- "invertedRate": 0.83,
- "baseCcy": "EUR",
- "quoteCcy": "INR",
- "spotRate": 1.2,
- "fwdPoints": 100,
- "allInRate": 0.83,
- "quoteAmount": 10000,
- "baseAmount": 1000,
- "valueDate": "2020-01-01",
- "externalPricingSystemRefId": "76be97b7-2dbb-4852-98ae-f32549c9f7c6"
}
}