# Dune Docs ## Docs - [Cancel Execution](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/cancel-execution.md): Cancel a triggered execution request given the execution ID - [Execute Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/execute-query.md): Execute, or run a query for the specified query ID - [Get Execution Result](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/get-execution-result.md): Given an execution ID, returns result of a an execution request - [Get Execution Result in CSV](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/get-execution-result-csv.md): Given an execution ID, returns result of a an execution request in CSV format - [Get Execution Status](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/get-execution-status.md): Check the status of an execution request - [Get Latest Query Result](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/get-query-result.md): Given a query ID, returns the latest executed result of a query on Dune - [Get Latest Query Result in CSV](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/endpoint/get-query-result-csv.md): Given a query ID, returns the latest executed result of a query on Dune in CSV format - [Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/execution-object.md) - [Filtering](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/filtering.md) - [Pagination](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/pagination.md) - [Sampling](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/sampling.md) - [Sorting](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/sorting.md) - [Authentication](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/authentication.md) - [Billing](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/billing.md) - [FAQ](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/faq.md) - [Introduction](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/introduction.md) - [Rate Limits](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/rate-limits.md) - [Client SDKs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/sdks.md) - [Troubleshooting Errors](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/overview/troubleshooting.md) - [Archive Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/archive.md): This API allows for anyone to archive a query. Only the API key generated under the context of the owner of that query will work. This does not delete the query, but will make it uneditable/unexecutable - [Create Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/create.md): This API allows for anyone to create a query. The owner of the query will be under the context of the API key. - [Private Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/private.md): This API allows for anyone to private a query. Only the API key generated under the context of the owner of that query will work. - [Queries and parameters](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/query-object.md) - [Read Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/read.md): This API allows for anyone to read the sql text, parameters, name, tags, and state of a query. For private queries, only the API key generated under the context of the owner of that query will work. - [Unarchive Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/unarchive.md): This API allows for anyone to unarchive a query. Only the API key generated under the context of the owner of that query will work. - [Unprivate Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/unprivate.md): This API allows for anyone to unprivate a query. Only the API key generated under the context of the owner of that query will work. - [Update Query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/endpoint/update.md): This API allows for anyone to update the sql text, parameters, name, tags, and state of a query. Only the API key generated under the context of the owner of that query will work. - [Query Management](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/quickstart/queries-eg.md) - [Execution & Results](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/quickstart/results-eg.md) - [Tables Management](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/quickstart/tables-eg.md) - [Create Table (beta)](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/endpoint/create.md): Create a new Dune table with the specified name and namespace. - [Delete Table (beta)](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/endpoint/delete.md) - [Insert Data (beta)](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/endpoint/insert.md): Insert the data in a file into a table. - [Upload CSV](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/endpoint/upload.md): This API allows for anyone to upload a CSV as a table in Dune. The size limit per upload is currently 200MB. Your storage is limited by plan, 1MB on free, 15GB on plus, and 50GB on premium. - [Create Webhook](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/webhooks/webhook.md): How to recieve data into webhooks from Dune queries - [aptos.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/blocks.md): Description of the aptos.blocks table on Dune - [aptos.events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/events.md): Description of the aptos.events table on Dune - [aptos.move_modules](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/move_modules.md): Description of the aptos.move_modules table on Dune - [aptos.move_resources](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/move_resources.md): Description of the aptos.move_resources table on Dune - [aptos.move_table_items](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/move_table_items.md): Description of the aptos.move_table_items table on Dune - [Aptos data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/overview.md): Aptos is a next-generation blockchain designed for scalability, security, and reliability. - [aptos.signatures](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/signatures.md): Description of the aptos.signatures table on Dune - [aptos.transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/transactions.md): Description of the aptos.transactions table on Dune - [aptos.user_transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/aptos/user_transactions.md): Description of the aptos.user_transactions table on Dune - [bitcoin.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bitcoin/blocks.md): Description of the bitcoin.blocks table on Dune - [bitcoin.inputs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bitcoin/inputs.md): Description of the bitcoin.inputs table on Dune - [bitcoin.outputs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bitcoin/outputs.md): Description of the bitcoin.outputs table on Dune - [Bitcoin data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bitcoin/overview.md): Bitcoin is the first and most well-known blockchain. - [bitcoin.transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bitcoin/transactions.md): Description of the bitcoin.transactions table on Dune - [Bring your own data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/bring-your-own-data.md): You can upload your own data to dune! - [Casts](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/casts.md) - [Fids](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/fids.md) - [Fnames](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/fnames.md) - [Links](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/links.md) - [Farcaster data from Neynar](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/overview.md): Neynar is the development platform for web3 social protocols. Neynar makes Farcaster protocol data available on Dune. - [Profile with addresses](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/profile_with_addresses.md) - [Reactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/reactions.md) - [Signers](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/signers.md) - [Storage](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/storage.md) - [User Data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/user_data.md) - [Verifications](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/farcaster/verifications.md) - [Ask Events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/ask-events.md) - [Asks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/asks.md) - [Attribute Keys](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/attribute-keys.md) - [Attributes](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/attributes.md) - [Bid Events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/bid-events.md) - [Bids](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/bids.md) - [Collection Floor Ask Events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/collection-floor-ask-events.md) - [Collection Top Bid Events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/collection-top-bid-events.md) - [Collections](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/collections.md) - [Reservoir NFT trading data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/overview.md): Reservoir makes Open-source NFT trading infrastructure enabling the next generation of NFT products. - [Sales](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/sales.md) - [Token Attributes](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/token-attributes.md) - [Token Floor Ask Events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/token-floor-ask-events.md) - [Tokens](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/community/reservoir/tokens.md) - [dex_aggregator.trades](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/DEX/dex-aggregator-trades.md): Description of the dex_aggregator.trades table on Dune - [dex.trades](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/DEX/dex-trades.md): Description of the dex.trades table on Dune - [nft.trades](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/NFT/nft-trades.md): Description of the nft.trades table on Dune - [Call Tables](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts in their own tables. - [ethereum.contracts](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/contracts.md): Description of the ethereum.contracts table on Dune - [Event Logs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [ethereum.logs_decoded](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/logs-decoded.md): Description of the ethereum.logs_decoded table on Dune - [Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/overview.md): Simplifying smart contract analysis through human-readable tables. - [ethereum.traces_decoded](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/decoded/traces-decoded.md): Description of the ethereum.traces_decoded table on Dune - [ethereum.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/blocks.md): Description of the ethereum.blocks table on Dune - [ethereum.creation_traces](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/creation-traces.md): Description of the ethereum.creation_traces table on Dune - [ethereum.logs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/logs.md): Description of the ethereum.logs table on Dune - [ethereum.traces](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/traces.md): Description of the ethereum.traces table on Dune - [ethereum.transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/transactions.md): Description of the ethereum.transactions table on Dune - [ethereum.withdrawals](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/raw/withdrawals.md): Description of the ethereum.withdrawals table on Dune - [Daily Token Balances on EVM Networks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/tokens/balances.md): Comprehensive daily records of token balances for Ethereum Virtual Machine (EVM) addresses, covering native currencies and various token standards. - [Tokens](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/tokens/overview.md): Exploring the landscape of digital assets on the blockchain. - [ERC1155_ethereum.evt_Transfer](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/tokens/transfers/erc1155-transfers.md): Event logs for ERC1155 token transfers on the Ethereum blockchain. - [erc20_ethereum.evt_Transfer](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/tokens/transfers/erc20-transfers.md): Event logs for ERC20 token transfers on the Ethereum blockchain. - [ERC721_ethereum.evt_Transfer](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/ethereum/tokens/transfers/erc721-transfers.md): Event logs for ERC721 token transfers on the Ethereum blockchain. - [EVM Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/evm/overview.md): EVM chains on Dune - [Data Catalog](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/overview.md): Dune's extensive data catalog provides detailed analytics for a wide range of blockchains. - [solana.account_activity](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/account-activity.md): Description of the solana.account_activity table on Dune - [solana.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/blocks.md): Description of the solana.blocks table on Dune - [Solana Decoded Tables](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/idl-tables.md): Decoded tables for Solana programs - [solana.instruction_calls](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/instruction-calls.md): Description of the solana.instruction_calls table on Dune - [Solana Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/overview.md): Solana data on Dune Analytics - [solana.rewards](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/rewards.md): Description of the solana.rewards table on Dune - [solana.transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/transactions.md): Description of the solana.transactions table on Dune - [solana.vote_transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/solana/vote-transactions.md): Description of the solana.vote_transactions table on Dune - [polkadot.balances](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/balances.md): Description of Substrate balances tables on Dune. - [polkadot.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/blocks.md): Description of Substrate blocks table on Dune. - [polkadot.calls](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/calls.md): Description of Substrate calls tables on Dune. - [polkadot.events](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/events.md): Description of the Substrate events tables on Dune. - [polkadot.extrinsics](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/extrinsics.md): Description of Substrate extrinsics table on Dune. - [Materialized Views](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/materialized_views.md): Useful materialized views for Polkadot, Kusama & their parachains. - [Polkadot & Substrate Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/overview.md): Substrate chains (e.g. Polkadot and its parachains) are on Dune. - [polkadot.stakings](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/stakings.md): Description of the polkadot.stakings table on Dune. - [polkadot.traces](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/traces.md): Description of the polkadot.traces table on Dune. - [polkadot.transfers](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/substrate/transfers.md): Description of the polkadot.transfers table on Dune. - [tron.contracts](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/decoded/contracts.md): Description of the tron.contracts table on Dune - [Event Logs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [Decoded Tron data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/decoded/overview.md): Simplifying smart contract analysis through human-readable tables. - [TRON Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/overview.md): TRON data on Dune Analytics - [tron.blocks](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/raw/blocks.md): Description of the tron.blocks table on Dune - [tron.logs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/raw/logs.md): Description of the tron.logs table on Dune - [tron.transactions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/raw/transactions.md): Description of the tron.transactions table on Dune - [USDT on tron](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/tether.md): Decoded USDT data on the Tron network. - [Tokens](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/tokens/overview.md): Exploring the landscape of digital assets on the blockchain. - [TRC1155 Transfers](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/tokens/transfers/erc1155-transfers.md): Event logs for TRC1155 token transfers on the Tron blockchain. - [TRC20 Transfers](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/tokens/transfers/erc20-transfers.md): Event logs for TRC20 token transfers on the Tron blockchain. - [TRC721 Transfers](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/data-catalog/tron/tokens/transfers/erc721-transfers.md): Event logs for TRC721 token transfers on the tron blockchain. - [Snowflake Datashare](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/datashare/datashare.md): You can access all of Dune's data via the Snowflake data marketplace. - [Welcome](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/home.md): Dune is a web-based platform that allows you to query public blockchain data and aggregate it into beautiful dashboards. - [Web3 Data Resources](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning-resources.md): Navigate the Ever-Expanding World of Web3 Data with Ease, from Beginners to Experts - [Create AI-Assisted Queries](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/create-ai-assisted-queries.md): How to craft AI-assisted queries with ease - [Create and Manage Teams](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/create-and-manage-teams.md): How to create and manage teams - [Create New Content](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/create-new-content.md): How to craft new content on Dune - [Create your first query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/create-your-first-query.md): How to write a query to find out the monthly $ gas spent for your wallet - [Create your first visualization](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/create-your-first-visualization.md): How to create a combination bar chart and line chart to visualize the monthly $ gas spent for your wallet - [Credit System on Dune](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/credit-system-on-dune.md): What is the credit system on Dune and how credits work on Dune - [2023 Crypto Profits and Losses with Dune API](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/crypto-pnl-with-dune.md): Streamline tracking of your crypto transactions, including profit and loss calculations and determining cost basis, using Dune. - [Dune AI Prompt Engineering](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/dune-ai-prompt-engineering.md): How to craft a successful Dune AI prompt - [Build a Frame with Dune API](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/dune-frames.md): How to build a Farcaster Frame using Frog and Dune API - [Export Data Out of Dune](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/export-data-out.md): How to export data out of Dune - [Find Datasets on Dune](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/find-datasets.md): How to find datasets on Dune - [Navigate the Query Editor](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/navigate-query-editor.md): How to navgigate the query editor - [Search for Content on Dune](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/search-for-content.md): How to efficiently search for content on Dune - [Share Dune Content](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/share-dune-content.md): How to share Dune content - [Share your query](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/share-your-query.md): How to share your query result and charts with others - [Transfer Ownership](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/learning/how-tos/transfer-ownership.md): How to transfer ownership of your creations - [Aggregate functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/aggregate.md) - [Array functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/array.md) - [Base58 functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/base58.md) - [Binary](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/binary.md) - [Bitwise](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/bitwise.md) - [Chain utility functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/chain-utility-functions.md) - [Comparisons](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/comparison.md) - [Conditional expressions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/conditional.md) - [Conversions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/conversion.md) - [Date and time functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/datetime.md) - [Decimal functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/decimal.md) - [HyperLogLog functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/hyperloglog.md) - [Overview](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/index.md): DuneSQL supports a wide range of built-in functions and operators. - [Lambda expressions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/lambda.md): Lambda expressions are anonymous functions which are passed as arguments to higher-order SQL functions. - [List of functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/list.md) - [List of functions by topic](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/list-by-topic.md) - [Logical operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/logical.md) - [Map functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/map.md) - [Mathematical functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/math.md) - [Machine learning functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/ml.md) - [Quantile digest functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/qdigest.md) - [Regular expression functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/regexp.md) - [Set Digest functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/setdigest.md) - [SS58 functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/ss58.md) - [String functions and operators](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/string.md) - [System information](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/system.md) - [T-Digest functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/tdigest.md) - [Teradata functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/teradata.md) - [Tron address functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/tronaddress.md) - [URL functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/url.md) - [UUID functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/uuid.md) - [Varbinary functions (DuneSQL)](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/varbinary.md) - [Varchar utility functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/varchar-utility-functions.md) - [Window functions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/Functions-and-operators/window.md) - [Datatypes](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/datatypes.md) - [Materialized Views](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/materialized-views.md): Materialized tables are a way to store the results of a query in a table that can be queried like any other table. This is useful when you have a query that takes a long time to run, or when you want to use the results of a query in another query. - [Query Engine](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/overview.md): DuneSQL, a Trino fork, is fine-tuned for blockchain analytics. - [Query Views](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/query-a-query.md): The "Query View" feature in DuneSQL allows you to use an existing query as a view in another query. This powerful functionality enables you to create reusable queries, build complex queries, and take advantage of existing queries as views. - [Executions](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/query-executions.md): When and how do queries on Dune get executed? - [Reserved keywords](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/reserved-keywords.md): The following table lists all of the keywords that are reserved in DuneSQL, along with their status in the SQL standard. These reserved keywords must be quoted (using double quotes) in order to be used as an identifier. - [Writing Efficient Queries](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/query-engine/writing-efficient-queries.md): Get the most out of DuneSQL by writing efficient queries. - [Quickstart](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/quickstart.md): Get started on Dune in five minutes! - [Alerts](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/alerts.md): Alerts allow you to receive notifications based on any query - [Create Dashboards](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/dashboards.md): Dashboards are where Dune's content lives and gets discovered. - [Decoding Contracts](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/decoding-contracts.md): Instead of working with the logs and traces in their raw states, on Dune we decode smart contract activity into nice human-readable tables. - [Dune AI](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/dune-ai.md): Wand is a beta suite of tools for writing SQL queries with the help of large language models. - [Share your work](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/embeds.md): Embeds allow you to enjoy beautiful, updating Dune charts across the web! - [Web App](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/overview.md): Dune has built the perfect tools to efficiently extract information from blockchain data. - [Finding Tables](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/query-editor/data-explorer.md): The Data Explorer allows you to search for blockchain and other data to use in your Queries. Here's how it works. - [Using Parameters](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/query-editor/parameters.md): Parameters allow you to implement variables in certain parts of your Query. This is useful if you want to create a Query that you can reuse with different parameters. - [Scheduling Queries](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/query-editor/query-scheduler.md): Learn how to leverage the power of query scheduling for a more reliable and up-to-date dashboard display! - [Writing Queries](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/query-editor/query-window.md): The query editor allows you to query blockchain data using DuneSQL. - [Version History](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/query-editor/version-history.md): Queries have a version history, where you can compare and revert to previous query versions. - [Search content](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/search.md): Get the most out of Dune's powerful content search functionality - [Teams on Dune](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/teams.md): Dune Teams are shared workspaces for Wizards to collaborate within. - [Upload Data](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/upload-data.md): Upload your own data to Dune - [Create Graphs](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/visualizations/charts-graphs.md): Charts are good for condensing data points into a Visualization. Learn how to make them here - [Create counters](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/visualizations/counters.md): Counters give you a way to display a single number in a prominent way. - [Formatting Tables](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/web-app/visualizations/tables.md): Tables are a way to display your data in a tabular format. ## OpenAPI Specs - [upload-openapi](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/upload-openapi.json) - [tables-openapi](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/tables/tables-openapi.json) - [query-openapi](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/queries/query-openapi.json) - [exec-openapi](https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/api-reference/executions/exec-openapi.json)