Live Dash CoinJoin queue activity
Endpoint Details
CoinJoin Queues (Dash)
Real-time CoinJoin mixing queue activity on the Dash network
GET
Live Dash CoinJoin queue activity
Overview
/leokit/coinjoin/queues exposes live CoinJoin mixing-queue activity on the Dash network. Data comes from a persistent background scanner that maintains TCP connections to Dash masternodes and collects dsq broadcasts as they happen.
Use this to display real-time mixing-queue state in privacy wallets, or to audit CoinJoin liquidity across denominations.
Endpoint
Request
Authentication
This endpoint is public — noApi-Key required.
Query Parameters
Response
Success (200) — summary mode
Success (200) — detail mode (?detail=true)
Field Reference
Queue Summary
Scanner Status
Examples
Summaries only
Full entry list
Notes
- Data resets when the scanner restarts.
total_seenis a counter from process start, not a long-term cumulative. - The scanner only listens for
dsqbroadcasts; it does not participate in mixing itself. - For a deeper integration (push instead of poll), reach out via the Dashboard — there is no streaming variant of this endpoint yet.