Skip to main content
GET
/
leaderboard
Leaderboard
curl --request GET \
  --url https://api.counsel.markets/leaderboard
{
  "distinct_accounts": 123,
  "total_volume_xrp": 123,
  "tagged_volume_xrp": 123,
  "takeout_collected_xrp": 123,
  "total_bets": 123,
  "source_tag": 2606220005,
  "rows": [
    {
      "account": "<string>",
      "volume_xrp": 123,
      "pnl_xrp": 123,
      "bets": 123,
      "markets": 123
    }
  ],
  "generated_at": "2023-11-07T05:31:56Z"
}
The global leaderboard. distinct_accounts and tagged_volume_xrp are the Make Waves attribution metrics (SourceTag carried on every counsel transaction). takeout_collected_xrp is the un-fakeable metric: real fees collected on settled, non-void markets, which a wash trader cannot fabricate. Rows are ranked by realized P&L, and seeds and voided markets are excluded from volume.

Response

200 - application/json

Leaderboard

distinct_accounts
integer
required

Distinct active accounts carrying counsel's SourceTag (the Make Waves metric).

total_volume_xrp
number
required
tagged_volume_xrp
number
required

Volume attributed to counsel's SourceTag.

takeout_collected_xrp
number
required

Takeout actually collected on settled, non-void markets. The un-fakeable metric.

total_bets
integer
required
source_tag
integer | null
required
Example:

2606220005

rows
object[]
required
generated_at
string<date-time>
required