Skip to main content
NearNode provides official SDKs for the two most common integration languages. Every SDK is a thin, typed wrapper around the REST API — no magic, no vendor lock-in.

Official SDKs

Node.js / TypeScript

Full TypeScript types. Works in Node.js 18+, Deno, and Bun.

Python

Sync and async clients. Python 3.9+.

Node.js

Installation

Quick Start

TypeScript Types

The SDK exports all request and response types:

Python

Installation

Quick Start

Direct API Access

No SDK required. The REST API works with any HTTP client:

Community Integrations

Community SDKs are not officially supported. Use at your own discretion and verify compatibility with the current API version.

SDK Versioning

SDKs follow semantic versioning. Major versions correspond to API versions:
Pin your SDK version in production. Subscribe to the Changelog for breaking change announcements.