get_total_wallets
Retrieve the total number of wallets on Pumpfun and Pumpswap by querying Dune Analytics. Returns the wallet count as an integer or 0 if the query fails. Handles API errors during data retrieval.
Instructions
Retrieve the total number of wallets on Pumpfun and Pumpswap platforms.
This function queries Dune Analytics (query ID: 5239155) to fetch the total wallet count.
Returns:
int: The total number of wallets, or 0 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_total_walletsArguments",
"type": "object"
}