Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountGroupKey AccountGroupKey Query-String The key of the account group to which the positions belong.
    AccountKey AccountKey Query-String The key of the account to which the positions belong.
    ClientKey ClientKey Query-String The key of the client to which the positions belong.
  • Response Parameters

    View Response Codes
    Name 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 CurrencyExposuresResponse [] 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 /port/v1/exposure/currency?AccountGroupKey=stringValue&AccountKey=01b64edf-da03-4145-bf33-ae21527d4c86&ClientKey=493b43a5-fe85-4d1f-9071-dd4a9d4e42a4
  • Response Example

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