Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • 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 InstrumentExposureResponse [] 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/instruments/me
  • Response Example

    Response body
    {
      "__next": "/openapi/port/....../?$top=1&$skip=1",
      "Data": [
        {
          "Amount": 200000,
          "AssetType": "FxSpot",
          "AverageOpenPrice": 1.08414,
          "CalculationReliability": "Ok",
          "CanBeClosed": false,
          "DisplayAndFormat": {
            "Currency": "USD",
            "Decimals": 4,
            "Description": "Euro/US Dollar",
            "Format": "AllowDecimalPips",
            "Symbol": "EURUSD"
          },
          "NetPositionId": "EURUSD_FxSpot",
          "Uic": 21
        }
      ]
    }