Stream Swaps
This channel provides information on any Pump.fun swaps events.
Subscribe
Be aware that this endpoint is using a dedicated URL.
Parameters:
tokens
repeated string
A list of tokens to track swap events. Please provide token addresses instead of token symbols.
Subscribe sample:
Event Result Details:
slot
int64
The slot number
txnHash
string
Transaction information of the found transaction
mintAddress
string
Meta information of the found transaction
userAddress
string
Swap transaction owner's address.
userTokenAccountAddress
string
Swap transaction owner's token address.
bondingCurveAddress
string
Bonding Cureve program address.
tokenVaultAddress
string
Token valut program address.
solAmount
unit64
SOL amount in this swap transaction. In lamport.
tokenAmount
unit64
Token amount in this swap transaction. Unit is based on token decimal.
isBuy
boolean
Identify if the transaction is a token purchase transaction.
virtualSolReserves
unit64
Amount of virtual SOL reserve.
virtualTokenReserves
unit64
Amount of virtual Token reserve.
timestamp
google.protobuf.Timestamp
Time stamp of the event.
Sample event:
Last updated