# @injectivelabs/sdk-ts

> SDK in TypeScript for building Injective applications in a browser, node, and react native environment.

Latest version **1.20.48** (published 2026-09-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @injectivelabs/sdk-ts
pnpm add @injectivelabs/sdk-ts
yarn add @injectivelabs/sdk-ts
bun add @injectivelabs/sdk-ts
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.20.48 |
| Published | 2026-09-23 |
| First published | 2022-04-26 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 155 |
| Author | InjectiveLabs |
| Maintainers | albertchon, bangjelkoski, hmoragrega, thomasralee, mmeloni, ivan-angelkoski, maxim-inj, danidomi, proofofze, dbrajovic, davidjosse, frederick-injective, a1337 |

## Links

- npm: https://www.npmjs.com/package/@injectivelabs/sdk-ts
- Repository: https://github.com/InjectiveLabs/injective-ts
- Homepage: https://github.com/InjectiveLabs/injective-ts#readme
- Issues: https://github.com/InjectiveLabs/injective-ts/issues
- npm.io page: https://npm.io/package/@injectivelabs/sdk-ts

## Recent versions

- 1.20.48 (latest) — 2026-09-23
- 1.17.3-alpha.0 (alpha) — 2026-01-06
- 1.16.35-beta.0 (beta) — 2025-11-26
- 1.14.44 (next) — 2025-03-24
- 1.14.12-dev.20 (dev) — 2024-07-30
- 1.20.47 — 2026-09-23
- 1.20.46 — 2026-09-22
- 1.20.45 — 2026-09-21
- 1.20.44 — 2026-09-16
- 1.20.43 — 2026-09-15
- 1.20.42 — 2026-09-14
- 1.20.41 — 2026-08-24
- 1.20.40 — 2026-08-20
- 1.20.39 — 2026-08-14
- 1.20.38 — 2026-08-13
- … 1570 more at https://npm.io/package/@injectivelabs/sdk-ts/versions

## README

# 🌟 Injective Protocol - SDK TS

[![downloads](https://img.shields.io/npm/dm/@injectivelabs/sdk-ts.svg)](https://www.npmjs.com/package/@injectivelabs/sdk-ts)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/sdk-ts.svg)](https://www.npmjs.com/package/@injectivelabs/sdk-ts)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/InjectiveLabs/injective-ts.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/InjectiveLabs/injective-ts/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/InjectiveLabs/injective-ts.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/InjectiveLabs/injective-ts/context:javascript)

_Accessing decentralized finance through TypeScript (for Web, Node and React Native environment)_

`@injectivelabs/sdk-ts` is a TypeScript SDK for writing applications on top of the Injective chain in both a Node.js, browser and react native environment.

<p align="center">
  <a href="https://docs.ts.injective.network" target="_blank"><strong>Documentation</strong></a>
  ·
  <a href="https://github.com/InjectiveLabs/injective-ts-examples" target="_blank">Examples</a>
  ·
  <a href="https://injectivelabs.github.io/injective-ts/modules/_injectivelabs_sdk_ts.html" target="_blank">API Reference</a>
  ·
  <a href="https://www.npmjs.com/package/@injectivelabs/sdk-ts" target="_blank">NPM Package</a>
  ·
  <a href="https://github.com/InjectiveLabs/injective-ts" target="_blank">GitHub</a>
</p>

### ✨ Features

- **Written in TypeScript**, with type definitions,
- Works in Node.js and in the browser,
- Exposes on-chain data and the exchange-api data,
- Parses responses into native JavaScript types
- much more ...

We highly suggest using the `@injectivelabs/sdk-ts` with TypeScript, or JavaScript in a code editor that has support for type declarations, so you can take advantage of the helpful type hints that are included with the package.

### 📚 Installation

```bash
pnpm add @injectivelabs/sdk-ts
```

---

## 📖 Documentation

- Read more and find example usages on our [Querying Docs](https://docs.ts.injective.network/querying)
- Read more and find example usages on our [Transactions Docs](https://docs.ts.injective.network/transactions)

---

## ⛑ Support

Reach out to us at one of the following places!

- Website at <a href="https://injective.com" target="_blank">`injective.com`</a>
- Twitter at <a href="https://twitter.com/Injective_" target="_blank">`@Injective`</a>
- Discord at <a href="https://discord.com/invite/NK4qdbv" target="_blank">`Discord`</a>
- Telegram at <a href="https://t.me/joininjective" target="_blank">`Telegram`</a>

---

## 🔓 License

Copyright © 2021 - 2022 Injective Labs Inc. (https://injectivelabs.org/)

<a href="https://iili.io/mNneZN.md.png"><img src="https://iili.io/mNneZN.md.png" style="width: 300px; max-width: 100%; height: auto" />

Originally released by Injective Labs Inc. under: <br />
Apache License <br />
Version 2.0, January 2004 <br />
http://www.apache.org/licenses/

<p>&nbsp;</p>
<div align="center">
  <sub><em>Powering the future of decentralized finance.</em></sub>
</div>

---
_Source: https://npm.io/package/@injectivelabs/sdk-ts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
