pump-claims-readonly

Query PumpFun on-chain data using pump-sdk read-only methods.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-claims-readonly-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-claims-readonly
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-claims-readonly
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-claims-readonly-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessing on-chain PumpFun data safely without submitting transactions is essential for builders, dashboards, and explorers. This skill exposes read-only queries for unclaimed rewards, creator vault balances, volume accumulators, and distributable fees across Pump and PumpAMM.

Core Features & Use Cases

  • Unclaimed Token Rewards: fetch total unclaimed PUMP tokens for a user (excluding the current day).
  • Current Day Preview & Volume Stats: preview today's rewards and fetch global and user volume accumulator data.
  • Creator Vault & Fee Discovery: read vault balances and determine if a token has distributable fees ready.
  • Cross-Program Coverage: supports both Pump and PumpAMM programs for comprehensive insights.

Quick Start

Install the pump-sdk and call the read-only methods (e.g., getTotalUnclaimedTokens and getCurrentDayTokens) with a user public key to begin querying rewards and balances.

Frequently Asked Questions about pump-claims-readonly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query unclaimed PumpFun token rewards on Solana without submitting a transaction?

You can fetch unclaimed PumpFun rewards read-only using pump-sdk methods like getTotalUnclaimedTokens with a user public key, accessing on-chain data without submitting transactions across Pump and PumpAMM programs.

What is the best way to preview current day Solana pump rewards for an analytics dashboard?

The best way to preview current day pump rewards for a dashboard is using the pump-sdk read-only method getCurrentDayTokens, which retrieves today's reward data safely without transaction execution.

Can I check PumpAMM creator vault balances and distributable fees with read-only access?

Yes, you can check PumpAMM creator vault balances and discover distributable fees read-only, enabling cross-program visibility across Pump and PumpAMM for comprehensive analytics without submitting transactions.

How do I fetch global volume accumulator data for PumpFun tokens programmatically?

Fetch global volume accumulator data programmatically using the pump-sdk fetchGlobalVolumeAccumulator method, providing read-only access to volume stats essential for building explorers and analytics tools.

Does the pump-sdk read-only approach support both Pump and PumpAMM programs for cross-program visibility?

Yes, the pump-sdk read-only approach supports cross-program coverage across both Pump and PumpAMM programs, allowing developers to query unclaimed rewards, vault balances, and fees comprehensively.