List Connection Balances

get/api/portfolio/v1/portfolios/{portfolioId}/connections/{connectionId}/balances

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

Path Parameters

  • portfolioIdstringRequired
    The id of the portfolio to retrieve
  • connectionIdstringRequired
    The id of the connection 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