Skip to main content
Explore practical examples of using the Paragraph SDK to interact with publications, posts, coins, and user profiles.

Setup

Before running any examples, make sure you have the SDK installed and initialized:

Examples

Fetching paginated posts

Retrieve posts from a publication with pagination support. This example demonstrates how to fetch multiple pages of posts using the cursor-based pagination.

Working with coins and holders

Fetch coin information and holder data associated with a specific post. This example shows how to retrieve monetization details for content.

User profile lookup

Retrieve user profile information by wallet address, including any associated Farcaster profiles.

Next steps