Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name 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/fxspot/me
  • Response Example

    Response body
    {
      "Data": [
        {
          "Amount": 10.0,
          "AmountInCalculationEntityCurrency": 10.0,
          "Currency": "stringValue"
        }
      ],
      "MaxRows": 99
    }