Skip to main content
The Paragraph SDK is a typescript wrapper around our REST API. All functionality in the SDK can be found in the API Reference, in the repository on GitHub, or in the documentation on NPM.

Getting started

Follow these steps to install & use the Paragraph typescript SDK.
Prerequisites:
  • Node.js version 18 or higher
1

Install the Paragraph SDK

2

Instantiate the class

Instantiate the ParagraphAPI class.
3

Query data

Query Paragraph data. All calls can be found in the SDK repo or on our API reference.