Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Each card below points at a folder of DexploitV1/Dexploit-Examples — clone the repo, follow the per-folder README.

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.
The repo also includes WebSocket and REST examples. If a particular pattern is missing, open an issue — request-driven additions are how the repo grows.