OlympusDAO · Schema

TreasuryAsset

Individual treasury asset record for a given day — one row per (token, wallet, chain, block) combination.

DeFiProtocol-Owned LiquidityReserve CurrencyTreasuryStakingBondsOHMEthereumWeb3

Properties

Name Type Description
date string UTC calendar date (YYYY-MM-DD).
tokenSymbol string Token symbol (e.g. DAI, WETH, OHM).
tokenAddress string Token contract address (checksummed EIP-55).
chain string EVM chain on which the asset is held.
wallet string Treasury wallet or contract address holding the asset.
price number Token price in USD at the snapshot block.
balance number Token balance at the snapshot block.
value number USD value of the balance at the snapshot block (price * balance).
block integer Block number of the canonical daily snapshot.
isLiquid boolean Whether the asset is considered liquid for treasury liquid-backing calculations.
View JSON Schema on GitHub

JSON Schema

treasury-asset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://treasury-subgraph-api.olympusdao.finance/schemas/treasury-asset",
  "title": "TreasuryAsset",
  "description": "Individual treasury asset record for a given day — one row per (token, wallet, chain, block) combination.",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "description": "UTC calendar date (YYYY-MM-DD)."
    },
    "tokenSymbol": {
      "type": "string",
      "description": "Token symbol (e.g. DAI, WETH, OHM)."
    },
    "tokenAddress": {
      "type": "string",
      "description": "Token contract address (checksummed EIP-55)."
    },
    "chain": {
      "type": "string",
      "description": "EVM chain on which the asset is held.",
      "enum": ["Ethereum", "Arbitrum", "Base", "Polygon", "Fantom", "Berachain"]
    },
    "wallet": {
      "type": "string",
      "description": "Treasury wallet or contract address holding the asset."
    },
    "price": {
      "type": "number",
      "description": "Token price in USD at the snapshot block."
    },
    "balance": {
      "type": "number",
      "description": "Token balance at the snapshot block."
    },
    "value": {
      "type": "number",
      "description": "USD value of the balance at the snapshot block (price * balance)."
    },
    "block": {
      "type": "integer",
      "description": "Block number of the canonical daily snapshot."
    },
    "isLiquid": {
      "type": "boolean",
      "description": "Whether the asset is considered liquid for treasury liquid-backing calculations."
    }
  },
  "required": ["date", "tokenSymbol", "chain", "wallet"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/treasury-asset"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.