Skip to main content
FinTag provides official SDKs for various programming languages. Choose the one that best fits your stack.
Node.js Requirements:
  • Node.js version 19 or higher
  • Works with TypeScript out of the box (type definitions included).

Install the SDK

To install the FinTag SDK, use one of the following package managers:
npm install @fintag/js

Import the SDK

You can import the FinTag SDK in your JavaScript or TypeScript project as follows:
import { FintagClient } from '@fintag/js';

const fintag = new FintagClient({
  apiUrl: 'YOUR_API_URL',
  apiKey: 'YOUR_API_KEY',
});

Next Steps

After installing and initializing the SDK, you can start using it to interact with the FinTag API.