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

18 lines
260 B
Markdown

# 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
<pre>
{
feeDatas {
id
user
token
flaFee
routeFee
}
}
</pre>