OlympusDAO · Example Payload

Ohm Supply Response

Example response for GET /v2/ohm-supply/daily

DeFiProtocol-Owned LiquidityReserve CurrencyTreasuryStakingBondsOHMEthereumWeb3

Ohm Supply Response is an example object payload from OlympusDAO, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptiondata

Example Payload

Raw ↑
{
  "description": "Example response for GET /v2/ohm-supply/daily",
  "data": [
    {
      "date": "2026-06-14",
      "supplyCategory": "Total Supply",
      "chain": "Ethereum",
      "block": 22890123,
      "balance": 11200000,
      "value": 127904000
    },
    {
      "date": "2026-06-14",
      "supplyCategory": "Treasury",
      "chain": "Ethereum",
      "block": 22890123,
      "balance": 2100000,
      "value": 23982000
    },
    {
      "date": "2026-06-14",
      "supplyCategory": "Liquidity-bound",
      "chain": "Ethereum",
      "block": 22890123,
      "balance": 950000,
      "value": 10849000
    },
    {
      "date": "2026-06-14",
      "supplyCategory": "Lending-bound",
      "chain": "Arbitrum",
      "block": 318456789,
      "balance": 350000,
      "value": 3997000
    }
  ]
}