Last updated 6 months ago
Retrieves active positions for the given connection.
Retrieve every active position information for the given connection
Token to identify the connection
Information for an active position in the connection
GET /api/v1/queries/connections/{token}/portfolios/active-positions HTTP/1.1 Host: api.finlink.vumi.io Authorization: Bearer JWT Accept: */*
Successfully retrieved all active positions
[ { "portfolio": "123e4567-e89b-12d3-a456-426614174000", "investment": "123e4567-e89b-12d3-a456-426614174000", "name": "Banco Santander", "isin": "ES0113900J37", "currency": "EUR", "localCurrency": "EUR", "exchange": "BMEX", "assetType": "STOCK", "titles": 1, "amount": 1, "localAmount": 1, "price": 1, "localPrice": 1, "exchangeRate": 1.1809, "weight": 0.45 } ]