Currency Pairs
Obtains available currency pairs corresponding to the given target currency.
GET /iserver/currency/pairs
Request Object
Query Params
currency: String. Required
Specify the target currency you would like to receive official pairs of.
Valid Structure: “USD”
Python
Abap
Response Object
{{currency}}: List of Objects.
[{
symbol: String.
The official symbol of the given currency pair.
conid: int.
The official contract identifier of the given currency pair.
ccyPair: String.
Returns the counterpart of
}]

