GET api/getFxMultiQuote?fxTransactionType={fxTransactionType}

Generates a list of FXQuotes for the available currencies. The Auth-Token must be provided in the request header.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fxTransactionType

string

Required

Body Parameters

None.

Response Information

Resource Description

a list of Fx Quotes.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.