Skip to content

itsjerryokolo/defi-money-market-subgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Defi Money Market Subgraph

Defi Money Market is an open source protocol that allows users earn a stable 6.25% APY on ETH, DAI, USDC, and USDT, backed by real-world assets

Example Query

{
  votes(where:{governanceProposalID:"10"}){
    id
    governanceProposalID
    voteAmount
    voterAddress
    support
    transactionDate
  }
  governanceProposals(first:5){
    id
    description
    proposalDate
    startBlock
    endBlock
  }
}