Stream all swap events (gRPC)
Subscribe to every swap with no filter — useful for indexers and full-firehose pipelines.
Whale-trade alerter (gRPC)
Filter on
min_sol to surface large trades only.Stream by token (gRPC)
Watch every pool of a specific token across DEXs.
Stream by trader wallet (gRPC)
Follow specific traders in real time.
Custom filter combinations (gRPC)
Compose filters for tokens / traders / dexes / amounts via env vars.
gRPC stream in Rust
Idiomatic
tonic client.
