Skip to main content

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

Need a TypeScript SDK for DriveWealth'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 { DriveWealth } from 'drive-wealth-typescript-sdk';
const driveWealth = new DriveWealth({
bearerAuth: "BEARER_AUTH",
dwAppKey: "DW_CLIENT_APP_KEY",
sessionToken: "DW_AUTH_TOKEN"
})

Then, send your first request

We made it really easy.

index.ts

// Create Trade Allocation
const createAllocationResponse = driveWealth.tradeAllocations.createAllocation({
userID: "66304da9-3h6f-2234-935f-ac6b7933d706"
clientListID: "SUMS_CUSTOM_ALLOCATION_TEST"
note: "Allocating via api allocation test"
})

Enjoy a buttery smooth developer experience with 111 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.

DriveWealth

About DriveWealth

DriveWealth is the pioneer of fractional equities trading and embedded investing. We are a visionary technology company that empowers more than 100 partners around the world to engage their customers by placing the markets in the palm of their hand. We believe the future is fractional, transactional and mobile. Every mobile device should be a gateway to accessing investing and savings products, services, advice, and assistance for global citizens of all ages, wealth stages, and levels of financial expertise. DriveWealth's unparalleled consultative support and cloud-based, industrial strength technology platform allow partners to seamlessly offer branded investing experiences to drive customer acquisition, loyalty, retention, and revenue growth. DriveWealth's commitment to continuous evolution and innovation makes it the partner of choice for powering the future of investing. For more information, please visit drivewealth.com or connect with us on Twitter @DriveWealth.‍

Keywords

financial_services
wealth_management
fintech
financial_technology
finance

Start integrating DriveWealth's API with Konfig