Get API public v1 pulse leaderboard

get/api/public/v1/pulse/leaderboard

Query parameters

sort'pnl' | 'winrate' | 'volume' | 'score' | 'risk-adjusted' | 'losers'
period'allTime' | 'day' | 'week' | 'month'
limitinteger

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

totalinteger required

Example response

{
  "$schema": "https://api.coinversa.ai/schemas/LeaderboardBody.json",
  "traders": [
    {
      "$schema": "https://api.coinversa.ai/schemas/LeaderboardTrader.json"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.