Walletguide
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.

GET
/wallets/{walletId}/securityDetails

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

Formatuuid

Response 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    }  }]