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.Example response
Example response
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.Example response
Example response
User profile lookup
Retrieve user profile information by wallet address, including any associated Farcaster profiles.Example response
Example response
Next steps
- Explore the full API Reference for detailed endpoint documentation
- View the SDK repository for more examples
- Check out the NPM package for version information