Closed philippWassibauer closed 5 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
This allows for fetching custom-endpoint results. example:
Todo: add some testing