Appearance
pool_creations
New pools as they are created on supported AMMs and launchpads.
Plan
Pro and above. Free and Starter receive not_on_plan with feature: "stream".
Subscribe
Global stream. Filter by venue with platforms.
json
{
"op": "subscribe",
"stream": "pool_creations",
"params": { "platforms": ["raydium_cpmm"] },
"id": 1
}Filters
| Param | Type | Description |
|---|---|---|
platforms | string[] | Venue slugs. Omit for every supported AMM / launchpad. |
detail | basic | full | Payload level; basic by default. |
Event
json
{
"op": "event",
"sub": "pc_7e30",
"stream": "pool_creations",
"cursor": "330114871:2:0",
"data": {
"slot": 330114871,
"signature": "2Bn…5kLp",
"blockTime": 1769271181,
"protocol": "raydium_cpmm",
"pool": "Pl7…3xQd",
"tokens": ["8Wq…kR2p", "So111…1112"]
}
}Basic fields
| Field | Type | Notes |
|---|---|---|
pool | string | New pool account |
tokens | string[] | Pool token mints |
Full fields
| Field | Type | Notes |
|---|---|---|
lpMint | string | null | LP token mint |
firstDeposit | Amount[] | Initial assets deposited into the pool |