Open ChanlderQ opened 1 week ago
Sorry - but I can not tell what you are referring to here. Is something in the docs page incorrect?
Maybe you want to report that to https://github.com/duneanalytics/dune-docs
Otherwise, you will need to provide a more specific reference to the error you are seeing.
Also, you're more than welcome to submit a PR instead of an issue... Seems like it would take approximately the same amount of time, and be more impactful.
In webpage: https://docs.dune.com/api-reference/executions/endpoint/execute-query The python example: url = "https://api.dune.com/api/v1/query/{query_id}/execute". There should be a f at the head. Correct one: url = f"https://api.dune.com/api/v1/query/{query_id}/execute"