Stream New Raydium Pools
This channel provides pool reserve information for any newly created Raydium pools
Subscribe
Parameters:
includeCPMM
boolean
OPTIONAL. Specify if you want to include the Raydium CPMM pool creation event.
Subscribe sample:
Event Result Details:
slot
string
The slot number.
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