Run arbitrary SQL queries via API. This endpoint allows you to execute SQL directly without first creating a query object, perfect for dynamic analysis and automated workflows.
Pricing
This endpoint is usage-based and consumes credits based on the computational resources used during execution.Headers
API Key for the service
Query Parameters
Alternative to using the X-Dune-Api-Key header
The performance engine tier the execution will be run on. Can be either medium or large. Credits are consumed based on actual compute resources used. Medium is the default, large provides more resources for complex queries.
Available options: 
medium, large Body
*/* · string
Raw SQL query to execute
The body is of type string.

