Request account rank in leaderboard
OK response.
Percentage of the total volume.
"5.76"
user rank in Leaderboard.
11
Computation time of the leaderboard.
1663335312
total volume of the account.
"11500.21"
const response = await fetch('https://inj-indexer.nownodes.io/api/chronos/v1/leaderboard/rank?subaccountID=0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1000000000000000000000002', { method: 'GET', headers: {}, }); const data = await response.json();
{ "perc": "5.76", "rank": 11, "updatedAt": 1663335312, "volume": "11500.21" }