EventLIVE

PumpSwap SellEvent

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

Topicsolana.pump_swaps.sell_event
25fields

Event Fields

Decoded fields included in every SellEvent event message.

FieldType
timestampi64
base_amount_inu64
min_quote_amount_outu64
user_base_token_reservesu64
user_quote_token_reservesu64
pool_base_token_reservesu64
pool_quote_token_reservesu64
quote_amount_outu64
lp_fee_basis_pointsu64
lp_feeu64
protocol_fee_basis_pointsu64
protocol_feeu64
quote_amount_out_without_lp_feeu64
user_quote_amount_outu64
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
cashback_fee_basis_pointsu64
cashbacku64

Subscribe to SellEvent

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.sell_event","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.pump_swaps.sell_event stream delivers decoded SellEvent event data from the PumpSwap program (pAMMBay6oceH...) on Solana. Each message includes 25 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 SellEvent data now

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