Request sorted account list by balance on current relayer
OK response.
Leaderboard resolution.
"1d"
Computation time of the leaderboard.
1663335312
const response = await fetch('https://inj-indexer.nownodes.io/api/chronos/v1/leaderboard', { method: 'GET', headers: {}, }); const data = await response.json();
{ "entries": [ { "accountID": "a22762d2ec00e038d639c025c67889575251d9a0", "perc": "5.76", "volume": "11500.21" }, { "accountID": "a22762d2ec00e038d639c025c67889575251d9a0", "perc": "5.76", "volume": "11500.21" } ], "resolution": "1d", "updatedAt": 1663335312 }