execute_query
Run saved blockchain data queries on Dune Analytics by ID to analyze on-chain activity across Ethereum, Solana, and other networks. Pass parameters and select performance tier for custom execution.
Instructions
Execute a saved query by its ID.
Args: query_id: The unique identifier of the saved query. query_parameters: Optional parameters to pass to the query (key-value pairs). performance: Performance tier - "medium" (default) or "large".
Returns: Execution details including execution_id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ||
| query_parameters | No | ||
| performance | No | medium |