get_top_ranked
Returns the top N cryptocurrencies by a chosen ranking method: tvr_score (fundamental strength), most_undervalued (largest positive fair value gap), or most_overvalued (largest negative fair value gap). Data from True Value Rankings (truevaluerankings.com).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of coins to return (1-10, default 5) | |
| rank_by | No | Ranking method: tvr_score, most_undervalued, or most_overvalued | tvr_score |