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.
Endpoint Migration Guide
The table endpoints have been migrated from/v1/table/* to /v1/uploads/* for better discoverability and consistency. The old endpoints are deprecated but remain functional for backward compatibility.
Endpoint Mapping
| Old Endpoint (Deprecated) | New Endpoint |
|---|---|
POST /v1/table/create | POST /v1/uploads |
POST /v1/table/:namespace/:table_name/insert | POST /v1/uploads/:namespace/:table_name/insert |
POST /v1/table/upload/csv | POST /v1/uploads/csv |
POST /v1/table/:namespace/:table_name/clear | POST /v1/uploads/:namespace/:table_name/clear |
DELETE /v1/table/:namespace/:table_name | DELETE /v1/uploads/:namespace/:table_name |
GET /v1/tables | GET /v1/uploads |
What Changed?
URL Structure
All table management endpoints now use the/v1/uploads base path instead of /v1/table or /v1/tables. This change makes it clearer that these endpoints are specifically for managing uploaded tables.
Migration Examples
Create Table
Before:Insert Data
Before:Upload CSV
Before:Clear Table
Before:Delete Table
Before:List Tables
Before:SDK Support
Python SDK
The Dune Python SDK will be updated to support the new endpoints. Check the Python SDK documentation for the latest version and migration guidance.TypeScript SDK
The Dune TypeScript SDK will be updated to support the new endpoints. Check the TypeScript SDK documentation for the latest version and migration guidance.Backward Compatibility
All deprecated endpoints continue to function and will remain available for a transition period. However, we strongly recommend migrating to the new endpoints to ensure compatibility with future versions of the API.Timeline
- Backend Migration: ✅ Complete
- Documentation Migration: ✅ Complete
- Deprecation Period: 3 months (until March 1, 2026)
- Old Endpoint Removal: March 1, 2026
Need Help?
If you encounter any issues during migration, please:- Check the current endpoint documentation
- Review the API reference overview
- Contact Dune support