EventLIVE

PumpSwap BuyEvent

Real-time decoded data for the BuyEvent event on the PumpSwap program. Every time this event is emitted on Solana, you receive 32 decoded fields in under 50ms.

Topicsolana.pump_swaps.buy_event
32fields

Event Fields

Decoded fields included in every BuyEvent event message.

FieldType
timestampi64
base_amount_outu64
max_quote_amount_inu64
user_base_token_reservesu64
user_quote_token_reservesu64
pool_base_token_reservesu64
pool_quote_token_reservesu64
quote_amount_inu64
lp_fee_basis_pointsu64
lp_feeu64
protocol_fee_basis_pointsu64
protocol_feeu64
quote_amount_in_with_lp_feeu64
user_quote_amount_inu64
poolPublicKey
userPublicKey
user_base_token_accountPublicKey
user_quote_token_accountPublicKey
protocol_fee_recipientPublicKey
protocol_fee_recipient_token_accountPublicKey
coin_creatorPublicKey
coin_creator_fee_basis_pointsu64
coin_creator_feeu64
track_volumebool
total_unclaimed_tokensu64
total_claimed_tokensu64
current_sol_volumeu64
last_update_timestampi64
min_base_amount_outu64
ix_nameString
cashback_fee_basis_pointsu64
cashbacku64

Subscribe to BuyEvent

Connect and start receiving decoded data in seconds.

grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.pump_swaps.buy_event","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.pump_swaps.buy_event stream delivers decoded BuyEvent event data from the PumpSwap program (pAMMBay6oceH...) on Solana. Each message includes 32 decoded event fields, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream PumpSwap BuyEvent data now

Get your API key and start receiving decoded events in seconds.