Endpoint Parameters
-
Request parameters
There are no Request Parameters
-
Response Parameters
View Response CodesName Type Description Amount Decimal Total exposure in the given currency. AmountInCalculationEntityCurrency Decimal Total exposure in the currency of the calculation entity. Currency String The exposure currency. -
Request Example
Request URL
GET port/v1/exposure/currency/me
-
Response Example
Response body
{ "Data": [ { "Amount": 10.0, "AmountInCalculationEntityCurrency": 10.0, "Currency": "stringValue" } ], "MaxRows": 99 }