Console →
SDK Reference

Installation

Install the official Node SDK.

bash
# npm
npm install settlesettle

# pnpm
pnpm add settlesettle

# yarn
yarn add settlesettle

Supported environments#

EnvironmentSupportedNotes
Node.js 18+Full support
Next.js App RouterServer components and Route Handlers only
Next.js Pages RoutergetServerSideProps and API routes
React NativeUse with a backend proxy — never on-device
Browser / Client-sideAPI key would be publicly exposed
The SDK is server-side only. Every request to SettleSettle must go through your server. If a user finds your API key, they can manipulate wallet balances on your app.