Stream New Raydium Pools by Transaction
This channel provides pool creation transaction information for any newly created Raydium pools
Subscribe
Parameters:
-
-
-
Subscribe sample:
Event Result Details:
slot
string
The slot number.
signature
string
The signature of the pool creation transaction.
poolCreatorWallet
string
The pool creator's wallet address.
pool
object
See pool
below for details.
timestamp
google.protobuf.Timestamp
Timestamp of the event.
pool
pool
string
The symbol of the pool.
poolAddress
string
The program address of the pool
token1MintAddress
string
The program address of token 1.
token1MintSymbol
string
The symbol of token 1.
token1Reserves
number
The amount of the token 1 in its reserve.
token2MintAddress
string
The program address of token 2.
token2MintSymbol
string
The symbol of token 2.
token2Reserves
number
The amount of the token 2 in its reserve.
openTime
unit64
The timestamp for opening the swap function of this pool.
poolType
string
Showing the pool type. Potential value: "standard"
, "cpmm"
.
Sample event:
Last updated