DevelopersAPIReferencesecurityDetails
List security details
Global security metadata (name, wkn, splits) for every ISIN this wallet holds a security transaction in. Splits are a { date: factor } map per ISIN.
Authorization
bearerAuth Authorization<token>
A Walletguide API key (wg_…) or an OAuth bearer token. Paste the value only. Create a key under Wallet settings → API keys.
In: header
Path Parameters
walletId*string
Row uuid
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/wallets/497f6eca-6276-4993-bfeb-53cbbbba6f08/securityDetails"[ { "isin": "string", "name": "string", "wkn": "string", "objectID": "string", "type": "string", "historyStartDate": "string", "active": true, "lastUpdatedTime": "string", "splits": { "property1": 0, "property2": 0 } }]RemoveAssetHistory
Deletes every transaction of the asset with date < the given date (split children and comments cascade), sums them (with the server FX rates) into the…
List background tasks
The wallet's background tasks (bank refresh + merchant suggestion jobs), newest first. Server-produced; read-only.