List account's linked walletsget https://api.northstake.dk/v1/linkedWalletsNorthstake SDK implementation: Nodeimport { NorthstakeApi } from '@northstake/northstakeapi'; const api = new NorthstakeApi('apiKey', 'privateKey') const {body: result} = await api.linkedWallets.listLinkedWallets()