βΉοΈGetting all incentives information
Here's how you will get the information for your program.
Retrieving incentives
To get the conversion setup use the Get Conversions List endpoint.
Getting Project budgets
If your project distributes onchain rewards, you can show your budget following this guide. You will not need this if you are only distributing points.
Project budgets are available on Fuul's subgraphs.
Every budget is deposited on the project's FuulProject contract. This information can be retrieved from any indexer, but using our aggregated subgraphs makes it much easier.
Getting onchain budgets
To get the budget for each currency for a specific project, use the following query.
budgets (where: { owner: $owner }) {
amount
currency
}
Last updated