v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Get Account Position Details

To retrieve the current investment of holdings

get/{customerId}/portfolio/{symbol}

Path parameters

customerIdstring required

Customer identifier

symbolstring required

Symbol Name

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Response

200

statusinteger

Example response

{
  "status": 200,
  "doc": {
    "symbol": "AAPL",
    "investment": 13769.82,
    "currentValue": 14375.37,
    "profitAndLoss": 605.55,
    "profitAndLossPercent": 4.39
  }
}