List Account Balances

get/api/portfolio/v1/portfolios/{portfolioId}/accounts/{accountId}/balances

Get balance information (grouped by instrument) for a single account within a given portfolio to which the user with the access token belongs

Path Parameters

  • portfolioIdstringRequired
    The id of the portfolio to retrieve
  • accountIdstringRequired
    The id of the account to retrieve

200 Response

Array of
instrument_id string <uuid>required
instrument_symbol string
Currency symbol
quantity string <decimal>required
marketPrice string <decimal>required
marketValue string <decimal>required

default Response

error string required
errorName string required
reqId string required