Retrieves the top ranked Ethereum tokens by a specific metric, with a lookback window. Useful for viewing token trends.
The id of the blockchain
The sort order in which tokens are ranked (ascending or descending).
The metric used to rank the tokens (changeInPrice, currentPrice, marketCap, tokenVelocity, transactionVolume & uniqueAddresses).
Number denominating top ranking tokens to return. Example: If given "5", results with return top 5 token rankings for past timeframe, where there are 5 results per day.
Returns data after this date (expressed as milliseconds, for example 1590969600000).
Returns data before this date (expressed as milliseconds, for example 1593561600000).
[Optional] Exclude Low marketcap assets from returning. Occasionally, low marketcap assets return in the rankings due to price volatility on DEXes. Change to TRUE to include a curated list of assets.
OK
The response is of type object
.