⚠️ This endpoint is deprecated and will be removed in future releases. Please use /v3/fx/quote instead.
⚠️ Account-number based quote requests (DDA/SAV) made through this version do not accept a routing number and will stop resolving once release 6.5.0.0 takes effect — the downstream Legal Entity Service will begin enforcing routing number as mandatory on its profile lookup API at that release.
Request quote for FX trade
Quote request attributes to get the quote for a given ccy pair
Successfully processed request
Bad Request - Invalid input parameters
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
{- "channel": "API",
- "customerId": "112344",
- "customerIdType": "CustomerUID",
- "sellCurrency": "EUR",
- "buyCurrency": "INR",
- "fundingAmount": 10000,
- "transferAmount": 1000,
- "productType": "SPOT",
- "tenor": "SPOT",
- "valueDate": "01-01-2020"
}{- "status": "Success",
- "code": "string",
- "message": "string",
- "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"
}
}