Skip to main content
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 — no Api-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_seen is a counter from process start, not a long-term cumulative.
  • The scanner only listens for dsq broadcasts; 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.

Query Parameters

detail
boolean

If true, include the full per-entry list.

Response

200 - application/json

Queue summaries and scanner status.

status
integer
required
data
object
required