New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@paragraph_xyz/sdk

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paragraph_xyz/sdk

TypeScript SDK for Paragraph API

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
3
Created
Source

@paragraph_xyz/sdk

TypeScript SDK for the Paragraph API. Used to interact with Paragraph posts, users, coins, & more.

Install

yarn add @paragraph_xyz/sdk

Quick start

import { getParagraphAPI } from "@paragraph_xyz/sdk";
const api = getParagraphAPI();
const post = await api.getPost("postId");

Documentation

See the API reference for detailed documentation & a playground.

See autogenerated TypeScript types for all available methods.

FAQs

Package last updated on 03 Dec 2025

Related posts