get_top_tokens_by_market_cap
Fetch top cryptocurrencies by market capitalization using Token Metrics API. Specify the number of tokens (up to 100) and control pagination to retrieve precise data for crypto analysis and decision-making.
Instructions
Fetch the the list of coins with top market cap from Token Metrics API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Enables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset. | |
top_k | No | Specifies the number of top cryptocurrencies to retrieve, based on their market capitalization. Default is 50. Maximum is 100. Exmaple: 100 |