duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Reading custom endpoint results SDK support #132

Closed philippWassibauer closed 4 months ago

philippWassibauer commented 4 months ago

This allows for fetching custom-endpoint results. example:

from dune_client.client import DuneClient
dune = DuneClient(api_key='***')
response = dune.get_custom_endpoint_result("<handle>", "<endpoint>", limit = 100)

Todo: add some testing