mirror of
https://github.com/Instadapp/fla-fees-subgraph.git
synced 2024-07-29 21:57:15 +00:00
18 lines
260 B
Markdown
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>
|