get_trading_wallet_distribution
Analyze wallet distribution by trading volume on Pumpfun and Pumpswap, excluding bots. Provides a clear breakdown of volume tiers and wallet counts using data from Dune Analytics.
Instructions
Retrieve the distribution of wallets by trading volume on Pumpfun and Pumpswap, excluding bots.
This function queries Dune Analytics (query ID: 5239138) to fetch the number of wallets
grouped by trading volume tiers, formatted as a tabulated string.
Returns:
str: A tabulated string containing the volume tier and number of wallets in each tier,
or an empty string if the query fails.
Raises:
Exception: If the API request or data retrieval encounters an error.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_trading_wallet_distributionArguments",
"type": "object"
}