Skip to main content

Easily Integrate
WealthOS's API using Konfig's TypeScript SDK

Need a TypeScript SDK for WealthOS's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { WealthOs } from 'wealth-os-typescript-sdk';
const wealthOs = new WealthOs({
// GUI/Publisable key of the Wealth Manager. Needed when GUI needs to communicate directly with WealthOS API in certain scenarios. This key has limited permissions & life span and can only access few defined APIs. Usually this is sent as part of the response from another REST API
apiPubKey: "AUTHORIZATION",
// Secret key for the Wealth Manager BE, needed to communicate with WealthOS REST API. This Key must be a secret and must be securely held and ONLY be used by Wealth Manager BE system.
apiSecretKey: "X_API_KEY",
// Secret key for the Wealth Manager BE, used for WebSocket API. This is the same secret key of REST API, but sent as a query paramater for web socket connections
wsSecretKey: "X_TOKEN"
})

Then, send your first request

We made it really easy.

index.ts

// Wealth Manager Greeting for BE
const getBeGreetingsResponse = wealthOs.testMethods.getBeGreetings()

Enjoy a buttery smooth developer experience with 77 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

WealthOS

About WealthOS

WealthOS is an API first, enterprise, core wealth management platform built to accelerate digital adoption and innovation within the wealth management industry. By leveraging the latest advances in cloud-native technologies, WealthOS will offer the wealth management industry the upgraded technology infrastructure that's powering digital innovation in the financial services industry. We plan to offer an extensive feature set coupled with pre-built integration to a market place of specialist service providers, allowing wealth managers to do more things on a single platform. Our modular architecture allows you to use WealthOS fully to launch your entire digital value proposition, or in parts to complement an existing proposition. Our API first platform allows you to simply plug, and play. WealthOS dramatically reduces time to market for wealth management products and features while also reducing the total cost of ownership.

Keywords

financial_services
wealth_management

Start integrating WealthOS's API with Konfig