Stream Swaps
This channel provides information on any Pump.fun swaps events.
Subscribe
BeBe aware that this endpoint is using a beta URL.
Parameters:
Parameter | Type | Description |
---|---|---|
| repeated string | A list of tokens to track swap events. Please provide token addresses instead of token symbols. |
Subscribe sample:
Event Result Details:
Field | Type | Description |
---|---|---|
| int64 | The slot number |
| string | Transaction information of the found transaction |
| string | Meta information of the found transaction |
| string | Swap transaction owner's address. |
| string | Swap transaction owner's token address. |
| string | Bonding Cureve program address. |
| string | Token valut program address. |
| unit64 | SOL amount in this swap transaction. In lamport. |
| unit64 | Token amount in this swap transaction. Unit is based on token decimal. |
| boolean | Identify if the transaction is a token purchase transaction. |
| unit64 | Amount of virtual SOL reserve. |
| unit64 | Amount of virtual Token reserve. |
| google.protobuf.Timestamp | Time stamp of the event. |
Sample event:
Last updated