Request quote for FX trade
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": "ONLINE.",
- "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": 1.2,
- "invertedRate": 0.83,
- "baseCcy": "EUR",
- "quoteCcy": "INR",
- "spotRate": 1.2,
- "fwdPoints": 100,
- "allInRate": 0.83,
- "quoteAmount": 10000,
- "baseAmount": 1000,
- "valueDate": "2020-01-01",
- "externalPricingSystemRefId": "R1274878"
}
}