Skip to content

Query M Holders

This query will return the current M Holders featuring their balances and accrued yields

query MHoldersQuery {
  MHolders(first: 100) {
    address
    balance
    accruedYield
  }
}