GetPumpFunAMMSwapsStream
This channel provides information on any Pump.fun AMM swaps events.
Subscribe
Be aware that this endpoint is using a beta URL.
Method
Parameters:
Parameter
Type
Description
pools
repeated string
A list of pool addresses to track swap events.
Subscribe sample:
Event Result Details:
Field
Type
Description
pool
string
Pool address.
user
string
Swap transaction owner's address.
isBuy
boolean
Identify if the transaction is a token purchase transaction.
quoteMint
string
The quote token address.
baseMint
string
The base token address.
inAmount
unit64
In-token amount in this swap transaction. Unit is based on token decimal.
outAmount
unit64
Out-token amount in this swap transaction. Unit is based on token decimal.
txHash
string
Transaction signature.
timestamp
google.protobuf.Timestamp
Time stamp of the event.
Sample event:
Last updated