Origin Protocol supply API

The supply API from Origin Protocol — 9 operation(s) for supply.

Operations 9

GET /circulating-oeth #
GET /circulating-ogn #
GET /circulating-ogv #
GET /total-oeth #
GET /total-ousd #
GET /total-superoethb #
GET /total-os #
GET /total-ogv #
GET /total-ogn #

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-supply-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-supply-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: defi-analytics account Supply 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: supply
paths:
  /circulating-oeth:
    get:
      responses:
        '200':
          description: OETH circulating supply
          content:
            application/json:
              schema:
                type: number
      operationId: getCirculating-oeth
      tags:
      - supply
      parameters: []
      description: Get OETH circulating supply
  /circulating-ogn:
    get:
      responses:
        '200':
          description: OGN circulating supply
          content:
            application/json:
              schema:
                type: number
      operationId: getCirculating-ogn
      tags:
      - supply
      parameters: []
      description: Get OGN circulating supply
  /circulating-ogv:
    get:
      responses:
        '200':
          description: OGV circulating supply
          content:
            application/json:
              schema:
                type: number
      operationId: getCirculating-ogv
      tags:
      - supply
      parameters: []
      description: Get OGV circulating supply
  /total-oeth:
    get:
      responses:
        '200':
          description: OETH total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-oeth
      tags:
      - supply
      parameters: []
      description: Get OETH total supply
  /total-ousd:
    get:
      responses:
        '200':
          description: OUSD total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-ousd
      tags:
      - supply
      parameters: []
      description: Get OUSD total supply
  /total-superoethb:
    get:
      responses:
        '200':
          description: superOETHb total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-superoethb
      tags:
      - supply
      parameters: []
      description: Get superOETHb total supply
  /total-os:
    get:
      responses:
        '200':
          description: OS total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-os
      tags:
      - supply
      parameters: []
      description: Get OS total supply
  /total-ogv:
    get:
      responses:
        '200':
          description: OGV total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-ogv
      tags:
      - supply
      parameters: []
      description: Get OGV total supply
  /total-ogn:
    get:
      responses:
        '200':
          description: OGN total supply
          content:
            application/json:
              schema:
                type: number
      operationId: getTotal-ogn
      tags:
      - supply
      parameters: []
      description: Get OGN total supply