fla-fees-subgraph/README.md
2022-11-15 21:41:31 +05:30

260 B

FLA Fees Subgraph

Stores user fees generated for FLA, and that sent to route.

Query the subgraph: https://thegraph.com/hosted-service/subgraph/richa-iitr/fla-fees-mainnet

{
  feeDatas {
    id
    user
    token
    flaFee
    routeFee
  }
}