API documentación
get
/api/v1/Investment/wallet-detailsReturns investment-account link status (linked strategy and whether the link is active). Net profit percent is not included — call account-performance after the list has rendered.
Investment
Parámetros
version
path · string
Requerido
Respuestas
- 200Link details for the caller's investment accounts. Profit percent is omitted until performance is loaded.application/json
[ { "accountId": 3545, "imAccountId": 2318, "profitPct": null, "isActiveLink": true } ] - 401The caller is not signed in.
- 404The caller is not signed in or has no user id.