OlympusDAO · Example Payload

Treasury Assets Response

Example response for GET /v2/treasury-assets/daily

DeFiProtocol-Owned LiquidityReserve CurrencyTreasuryStakingBondsOHMEthereumWeb3

Treasury Assets 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/treasury-assets/daily",
  "data": [
    {
      "date": "2026-06-14",
      "tokenSymbol": "DAI",
      "tokenAddress": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
      "chain": "Ethereum",
      "wallet": "0x9A315BdF513367C0377FB36545857d12e85813Ef",
      "price": 1.0,
      "balance": 45000000,
      "value": 45000000,
      "block": 22890123,
      "isLiquid": true
    },
    {
      "date": "2026-06-14",
      "tokenSymbol": "WETH",
      "tokenAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
      "chain": "Ethereum",
      "wallet": "0x9A315BdF513367C0377FB36545857d12e85813Ef",
      "price": 3240.50,
      "balance": 8200.75,
      "value": 26572610.375,
      "block": 22890123,
      "isLiquid": true
    },
    {
      "date": "2026-06-14",
      "tokenSymbol": "OHM",
      "tokenAddress": "0x64aa3364F17a4D01c6f1751Fd97C2BD3D7e7f1D5",
      "chain": "Ethereum",
      "wallet": "0x9A315BdF513367C0377FB36545857d12e85813Ef",
      "price": 11.42,
      "balance": 2100000,
      "value": 23982000,
      "block": 22890123,
      "isLiquid": false
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/treasury-assets-response"
All examples
curl "https://apis.io/api/v1/examples?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.