Skip to content

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

ParamTypeDescription
platformsstring[]Venue slugs. Omit for every supported AMM / launchpad.
detailbasic | fullPayload 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

FieldTypeNotes
poolstringNew pool account
tokensstring[]Pool token mints

Full fields

FieldTypeNotes
lpMintstring | nullLP token mint
firstDepositAmount[]Initial assets deposited into the pool

Realtime Solana data API