Querying Honeyswap
You can build your own queries using a GraphQL Explorer and enter your endpoint to limit the data to exactly what you need.
Each entity has a plural version and a singular version. When querying for a single record response (e.g. account), you will need to supply the id for the entity. When querying for a list of responses (e.g. accounts), you may add filters using the ‘where’ clause.
Below are some sample queries you can use to gather information from the Honeyswap contracts.
Example
This query fetches aggredated data from all honeyswap pairs and tokens, to give a view into how much activity is happening within the whole protocol
Returns
This query fetches aggredated data and returns the first 5 factories and tokens associated
Result
Last updated