Liquidity Pools
Real-time gRPC stream for liquidity pool creation events across Raydium, Orca, Meteora, and PumpSwap on Solana.
This URL stays live for existing integrations and search links.
The current Enhanced Streams catalog does not include a shared liquidity-pool creation topic.
Use Program Streams
Program Streams expose pool creation instructions for supported programs.
Browse:
Find creation topics
grpcurl \ -H "x-api-key: YOUR_API_KEY" \ -import-path . \ -proto program-streams.proto \ -d '{}' \ events.nln.clr3.org:443 \ nln.stream.v1.StreamService/ListTopicsFilter names for create, initialize, pool, or pair.
Migration
The old liquidityPools topic returns NOT_FOUND.
- Pick the target program.
- Select its pool creation instruction topic.
- Call
GetTopicSchema. - Generate your payload client.
- Subscribe through Program Streams.
List topics, fetch a schema, and subscribe.