get_daily_trading_volume_by_collection
Retrieve daily trading volume data for top Ethereum NFT collections in a structured Markdown table format. Use this tool to analyze and monitor NFT market trends efficiently.
Instructions
Retrieve daily trading volume for top 5 Ethereum NFT collections.
Args:
limit (int, optional): Maximum number of rows to fetch from the query. Defaults to 1000.
Returns:
str: Markdown table of daily trading volumes by collection, or error message if the query fails.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 1000,
"title": "Limit",
"type": "integer"
}
},
"title": "get_daily_trading_volume_by_collectionArguments",
"type": "object"
}