Endpoint Parameters
-
Request parameters
Name Type Origin Description AccountKey AccountKey Query-String ClientKey ClientKey Query-String -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data CurrencyPairDetails [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /ref/v1/currencypairs?AccountKey={AccountKey}&ClientKey={ClientKey}
-
Response Example
Response body
{ "Data": [ { "CurrencyCode": "EUR", "RelatedCurrencies": [ { "CurrencyCode": "AUD", "Uic": 12 }, { "CurrencyCode": "CAD", "Uic": 13 }, { "CurrencyCode": "DKK", "Uic": 16 }, { "CurrencyCode": "GBP", "Uic": 17 }, { "CurrencyCode": "JPY", "Uic": 18 } ] }, { "CurrencyCode": "NOK", "RelatedCurrencies": [ { "CurrencyCode": "CZK", "Uic": 41943 }, { "CurrencyCode": "DKK", "Uic": 2046 }, { "CurrencyCode": "EUR", "Uic": 17763 }, { "CurrencyCode": "SEK", "Uic": 32 }, { "CurrencyCode": "USD", "Uic": 17764 } ] } ] }