ExecuteQuote API
Last updated
Last updated
It is possible to customize request Parameters during the project without additional costs. Below you can find our standard ready available service for executing quote received via GetQuote service
Test this service via Swagger: https://app.swaggerhub.com/apis-docs/Synnetra4/FXWebAPISOA/1.7
During implementation we provide dedicated Swagger documentation pointing to the Sandbox environment of the customer
For architecture overview check:
POST
https://demo.fxcib.com/api/Quote/QuoteExecute
This service is executing the trade with quote that has been previously requested. FXWebAPI is "freezing" the rate on the back-end and is validating if execution request has come in a defined time (ex. 20 seconds after inicial Quote). Time can be defined by customer/API service.
exchangeRate
string
A rate that you got via Quote service. Please use "." as decimal separator.
settlementDate
string
Format: ddMMyyyy. When null, request is SPOT request.
quoteReqID
string
Unique RequestID. Max 25 signs (for GUID - encode GUID as a base64 string)
customerSegment
string
Agreed name of the customer segment. Names of customer segments are depending on implementation. In our Swagger Demo please use: SYNNETRA.HTML.TEST
fromCurrency
string
Currency Code ISO 4217 standard
toCurrency
string
Currency Code ISO 4217 standard.
transactionCurrency
string
Currency Code ISO 4217 standard
transactionAmount
number
Please use "." as decimal separator
key
string
Key provided by FXWebAPI
Example: