Skip to main content

Endpoint

POST /leaderboard

Request Body

ParameterTypeDescription
periodstringOne of 24H, 7D, 30D, All-Time

Response

[
  {
    "rank": 1,
    "user": "0x1234...",
    "pnl": "1000.00",
    "return": "0.25",
    "volume": "50000.00"
  }
]

Response Fields

FieldTypeDescription
ranknumberPosition in the leaderboard
userstringWallet address
pnlstringRealized plus unrealized performance
returnstringReturn for the selected period
volumestringTrading volume tracked for the entry

Notes

  • Default period is All-Time. - Responses are backed by the follower read replica in production.