v1

latestOpenAPI 3.0.12026-07-22367385.5 KB

This refreshes a materialized view

This refreshes a materialized view

post/v1/materialized-views/{name}/refresh

Path parameters

namestring required

Matview Name

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

sql_idstring

Unique identifier for the materialized view

Example response

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