Skip to main content
POST
Search datasets by contract address
Minimum required API key scope: Read

Use Cases

  • Contract Analysis: Find all decoded datasets associated with a specific smart contract address.
  • Blockchain Filtering: Narrow results to decoded tables on specific blockchains using the blockchains parameter.
  • Build Contract Explorers: Power contract exploration tools that surface relevant decoded tables for any contract address.
  • Data Integration: Programmatically discover decoded event and function tables for a contract to build ETL pipelines.
  • Schema Discovery: Retrieve the schema of decoded tables for a contract by setting include_schema to true.

Headers

X-Dune-Api-Key
string
required

API Key for the service

Query Parameters

api_key
string

API Key, alternative to using the HTTP header X-Dune-Api-Key

Body

application/json

Search by contract address request

contract_address
string
required
blockchains
string[]
include_schema
boolean
limit
integer
offset
integer

Response

OK

pagination
object
results
object[]
total
integer