NoLimitNodes
PricingDocsBlogAbout
SupportContact
Log in
home/program-streams/pump_fees
PROGRAM STREAMSLIVELaunchpad

PumpFees Streams

Fee distribution and revenue tracking for the PumpFun ecosystem

Stream every fee-related event in the PumpFun ecosystem. Creator fee collection, protocol fee distribution, revenue sharing configurations, and fee parameter updates. Essential for tracking the economics of PumpFun token launches.

pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ
View Pricing
31
Total Streams
decoded and live
17
Instructions
every program call
14
Events
program log events

Why Stream PumpFees from NoLimitNodes

Decoded, typed, delivered. No parsing, no delays.

Every Instruction Decoded

Every on-chain instruction parsed into typed fields. Accounts, arguments, and metadata, ready to use.

Every Event Captured

Program events (logs) decoded into structured data. No log parsing, no regex, just typed fields.

Real-time Events

Events arrive at your app on-chain confirmation, as they land.

JSON or Protobuf

Choose JSON for easy debugging or Protobuf for maximum performance. Same data, your choice of format.

No IDL Decoding Needed

We handle the IDL. You get clean, decoded data. No anchor, no borsh, no manual deserialization.

Works With Your Stack

JavaScript, Python, Rust, Go. Any language with gRPC support. Code examples included.

What You Can Build

Revenue analytics for PumpFun token creators
Fee optimization tools for launch strategies
Protocol economics research
Creator earnings dashboards
Fee distribution monitoring

Available Streams

Click any stream to see its full schema, accounts, and code examples.

ClaimSocialFeePdainstruction
solana.pump_fees.claim_social_fee_pda
6 accounts
2 args
CreateFeeSharingConfiginstruction
solana.pump_fees.create_fee_sharing_config
13 accounts
CreateSocialFeePdainstruction
solana.pump_fees.create_social_fee_pda
6 accounts
2 args
GetFeesinstruction
solana.pump_fees.get_fees
2 accounts
3 args
InitializeFeeConfiginstruction
solana.pump_fees.initialize_fee_config
6 accounts
InitializeFeeProgramGlobalinstruction
solana.pump_fees.initialize_fee_program_global
6 accounts
3 args
ResetFeeSharingConfiginstruction
solana.pump_fees.reset_fee_sharing_config
19 accounts
RevokeFeeSharingAuthorityinstruction
solana.pump_fees.revoke_fee_sharing_authority
0 accounts
SetAuthorityinstruction
solana.pump_fees.set_authority
4 accounts
1 args
SetClaimRateLimitinstruction
solana.pump_fees.set_claim_rate_limit
4 accounts
1 args
SetDisableFlagsinstruction
solana.pump_fees.set_disable_flags
4 accounts
1 args
SetSocialClaimAuthorityinstruction
solana.pump_fees.set_social_claim_authority
4 accounts
1 args
TransferFeeSharingAuthorityinstruction
solana.pump_fees.transfer_fee_sharing_authority
0 accounts
UpdateAdmininstruction
solana.pump_fees.update_admin
6 accounts
UpdateFeeConfiginstruction
solana.pump_fees.update_fee_config
5 accounts
2 args
UpdateFeeSharesinstruction
solana.pump_fees.update_fee_shares
18 accounts
1 args
UpsertFeeTiersinstruction
solana.pump_fees.upsert_fee_tiers
5 accounts
2 args

Start in 30 Seconds

subscribe to any PumpFees stream with a single command

grpcurl
grpcurl \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.pump_fees.claim_social_fee_pda","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe
Python
import grpc, json
import stream_service_pb2 as pb
import stream_service_pb2_grpc as rpc

channel = grpc.insecure_channel('events.nln.clr3.org:443')
stub = rpc.StreamServiceStub(channel)

policy = json.dumps({"version": 1,
  "allowed_programs": "all",
  "allowed_topics": "all"})

for msg in stub.Subscribe(
    pb.SubscribeRequest(
      topic="solana.pump_fees.claim_social_fee_pda",
      format=pb.OutputFormat.JSON),
    metadata=[
      ('x-eventstream-policy', policy)]):
    event = json.loads(msg.payload)
    print(f"slot={msg.slot}", event)

Related Programs

PumpFun

The memecoin launchpad powering Solana's token economy

View streams →
PumpSwap

The AMM where graduated PumpFun tokens trade

View streams →
Boop

Social token launchpad with Meteora-integrated liquidity

View streams →
Moonshot

Token launchpad with configurable bonding curves

View streams →
DumpFun

Token launchpad with unique dump mechanics

View streams →
Vertigo

Token launchpad with custom pool mechanics

View streams →

Real-Time PumpFees Data for Solana Developers

NoLimitNodes provides 31 decoded real-time streams for the PumpFees program on Solana (pfeeUxB6...). Every instruction call and every emitted event is parsed, typed, and delivered to your app in under 50 milliseconds.

Instead of writing custom deserialization code, decoding Anchor IDLs, or parsing raw transaction logs, you subscribe to a topic like solana.pump_fees.claim_social_fee_pda and receive structured JSON or Protobuf data instantly. 17 instruction streams and 14 event streams cover every possible interaction with the PumpFees program.

Whether you are building trading bots, analytics dashboards, monitoring tools, or research pipelines, NoLimitNodes program streams give you the decoded on-chain data you need without the infrastructure overhead. Start with our free tier and scale to production.

Start streaming PumpFees data

Get your API key and subscribe to any of 31 decoded streams.

All Programs
NoLimitNodes

Solana RPC infrastructure built for performance and scale.

RPC Access
  • HTTP RPC
  • WebSocket
  • gRPC
Infrastructure
  • Compute Platform
  • VPS
  • VDS
  • Bare Metal
  • Geyser Plugin Hosting
Enhanced Streams
  • PumpFun
  • PumpSwap
  • Raydium
  • Orca
  • Meteora
  • System Events
  • Browse All →
Program Streams
  • PumpFun
  • PumpSwap
  • Raydium CLMM
  • Orca Whirlpool
  • Meteora DLMM
  • Jupiter Swap
  • Jupiter Perps
  • Kamino Lending
  • Browse All 37 →
Trading
  • EZWallet
Analytics
  • Historical Datasets
  • Historical Raw Blocks
Company
  • About
Resources
  • Pricing
  • Custom Development
  • Documentation
  • Blog
  • Support
  • Contact Sales
Compare
  • Yellowstone gRPC vs LaserStream
  • Triton vs Helius
  • Raydium API vs Helius
  • PumpSwap API vs Bitquery
  • QuickNode Streams vs NLN
  • All comparisons →
Legal
  • Terms & Conditions
  • Privacy Policy
© 2026 CLR3 Inc., operating as NoLimitNodes. Registered in Ontario, Canada. All rights reserved.solana mainnet