Origin Protocol dune API

The dune API from Origin Protocol — 1 operation(s) for dune.

Operations 1

GET /api/v2/dune #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/origin-protocol-dune-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

origin-protocol-dune-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: defi-analytics account Dune API
  description: API for defi-analytics
  version: 1.0.0
servers:
- url: http://localhost:8787
  description: Local server
- url: https://api.originprotocol.com
  description: Production server
tags:
- name: dune
paths:
  /api/v2/dune:
    get:
      responses:
        '200':
          description: Dune query results
          content:
            application/json:
              schema: {}
        '500':
          description: Error fetching Dune results
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                required:
                - error
                additionalProperties: false
      operationId: getApiV2Dune
      tags:
      - dune
      parameters:
      - in: query
        name: queryId
        schema:
          type: string
          minLength: 1
        required: true
      - in: query
        name: filters
        schema:
          type: string
        required: false
      - in: query
        name: limit
        schema:
          type: string
        required: false
      - in: query
        name: offset
        schema:
          type: string
        required: false
      - in: query
        name: columns
        schema:
          type: string
        required: false
      - in: query
        name: sort_by
        schema:
          type: string
        required: false
      - in: query
        name: sample_count
        schema:
          type: string
        required: false
      - in: query
        name: cache_ttl
        schema:
          type: string
        required: false
      description: Get Dune Analytics query results