Real-time CoinJoin mixing queue activity on the Dash network
Documentation Index
Fetch the complete documentation index at: https://docs.leokit.dev/llms.txt
Use this file to discover all available pages before exploring further.
/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.
Api-Key required.
| Parameter | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | If true, include the full per-entry list. Default: summaries only |
?detail=true)| Field | Description |
|---|---|
denomination | Mixing denomination label (e.g. 0.1 DASH) |
ready | Count of ready (joinable) queues at this denomination |
total_seen | Lifetime count of dsq broadcasts seen since startup |
| Field | Description |
|---|---|
connected_masternodes | Number of masternodes currently TCP-connected |
running_since | When the scanner started (ISO-8601) |
last_dsq_at | Timestamp of the most recent dsq broadcast received |
total_seen is a counter from process start, not a long-term cumulative.dsq broadcasts; it does not participate in mixing itself.