get_top_cryptocurrencies
Fetch a list of top cryptocurrencies ranked by market cap or volume. Specify the number of results to retrieve.
Instructions
Retrieve a list of the top cryptocurrencies by market cap or volume.
Args: count (int, optional): Number of top cryptocurrencies to fetch. Defaults to 10.
Returns: list[CryptoFastInfo]: List of top cryptocurrencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |