βΉοΈGetting all incentives information
Here's how you will get the information for a specific conversion.
Retrieving conversion setup
To get the conversion setup use the Get Conversions List endpoint.
Getting Project budgets
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