ℹ️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
}

Please visit the Subgraph section of the documentation to get the endpoints and know more about the schema

Last updated