Data Uploads
Create Table
Creates an empty uploaded table that can be inserted into with the /insert endpoint. Each successful table creation consumes 10 credits.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Minimum required API key scope:
Read/Write- If a table already exists with the same name, the request will fail.
- Column names in the table can’t start with a special character or a digit.
- Each successful table creation consumes credits based on the table size created. Minimum charge is 1 credit.
- To delete a table, you can go to
user settings (dune.com) -> data -> deleteor use the /delete endpoint.
Schema
You need to define the schema of your data by providingschema array of columns in the request. Each column has three parameters:
name: the name of the field
type: the data type of the field
Dune supports ISO 8601 timestamp format
Headers
API Key for the service
Query Parameters
Alternative to using the X-Dune-Api-Key header