v1

latestOpenAPI 3.0.12026-07-22367385.5 KB

This upserts (create or replace) a materialized view from an existing query

This upserts a materialized view from an existing query. If the materialized view with the given name

post/v1/materialized-views

Query parameters

api_keystring

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

Headers

X-Dune-Api-Keystring required

API Key for the service

Response

OK

execution_idstring

Unique identifier for the execution triggered to refresh the materialized view

namestring

Unique identifier for the materialized view

Example response

{
  "execution_id": "01HZ065JVE23C23FM2HKWQP2RT",
  "name": "dune.dune.result_erc_20_token_summary"
}