get_crypto_investors
Retrieve up-to-date cryptocurrency investor data and scores from the Token Metrics API, with options for limiting results and pagination for efficient data handling.
Instructions
Fetch the latest list of crypto investors and their scores from Token Metrics API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Limit the number of results returned. Default is 50. Maximum is 100. | |
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. |