Skip to content

Daily Yields

This query will return the daily accrued yield snaphots of the given address for M Token. Starting at from until the current time.

query MHoldersSnapshotsQuery($address: String!, $from: String) {
  MHolderSnapshots(address: $address, from: $from) {
    balance
    accruedYield
    timestamp
    principal
  }
}

Example: wM snapshots

$M (wrapped) is an extension of $M.

Accrued yield snapshots for 0x437cc33344a0B27A429f795ff6B469C72698B291 since April 1st, 2025.

{
  "address": "0x437cc33344a0B27A429f795ff6B469C72698B291",
  "from": "1 April 2025"
}

When from is not specified, it defaults to the last 30 days.

Featured Stablecoins on Ethereum

Other featured stablecoins on Ethereum include:

  • Metamask USD (mUSD) - 0xacA92E438df0B2401fF60dA7E4337B687a2435DA
  • Noble (USDN) - 0x83Ae82Bd4054e815fB7B189C39D9CE670369ea16
  • Usual (UsualM) - 0x4Cbc25559DbBD1272EC5B64c7b5F48a2405e6470

Limitations

Note that querying daily yields is currently only available for Ethereum through the Protocol API. Support for other chains where $M is present (Arbitrum, Hyperliquid, etc.) is coming soon.