v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Get the list of positions and orders with extra information

get/data/extended-securities

Response

Response

totalPositionsValueinteger

Example response

{
  "positions": {
    "financialInstrument": {
      "normalisedPrice": {
        "amount": {
          "amount": 11,
          "currency": "ILS"
        }
      },
      "averageBuyingPrice": {
        "amount": 11,
        "currency": "ILS"
      }
    }
  }
}