LogoLogo
DiscordForumGithub
English
English
  • Welcome to 1Hive
  • Community Covenant
  • 🌱Getting Started
    • Terminology
    • Contributing
    • Discord
    • Pollen
    • Calendar
    • Honey
      • Participation
      • Supply
      • Distribution
      • Decisions
  • ✨Projects
    • Celeste
    • Gardens
    • Quests
    • Honeyswap
      • Honeyswap on xDai
      • Honeyswap on Polygon
      • Audits & Security
    • Honeycomb
      • Farms on xDai
      • Farms on Polygon
    • Agave
    • Water
  • 🌳Community
    • Swarms
      • 🌻Gardens
      • 🌞Celeste
      • 🌟Quests
      • 🐝Buzz
      • 🏵️Pollen
      • 🌷Tulip
        • Tulip Swarm Contributor Onboarding Handbook
      • 🐱Fauna
      • Support
      • 🌺Flora
      • 🌍Terra
      • 🦋Morphosis
      • 🌐Commons
      • 🌜Luna
      • 🐛Bug Bounty
    • Media
      • Social Accounts
      • Social Curation
      • Buzz Bounty
    • Design
      • Brand Guidelines
    • Courses
      • Data Analysis
  • 🌾Developers
    • 1Hive Protocol
    • AragonOS Deployments
      • xDai
      • Polygon
      • Mumbai
    • Subgraphs
      • Honeyswap
        • Honeyswap Entities
        • Querying Honeyswap
      • Celeste
        • Celeste Entities
        • Querying Celeste
      • Gardens
        • Gardens Entities
        • Querying Gardens
      • Aragon Connect
        • Aragon Connect Entities
        • Querying Aragon Connect
      • Aragon Agreements
        • Aragon Agreement Entities
        • Querying Aragon Agreements
    • Security
      • Bug Bounty
  • 🐑Guides
    • Wiki Contribution
    • xDai
    • Polygon
    • BrightID
    • xPollinate
    • Troubleshooting
    • 1Hive FAQ
    • Agave FAQ
Powered by GitBook
On this page
  • Subgraph Introduction
  • Ethereum Mainnet
  • Helpful Resources

Was this helpful?

  1. 🌾Developers
  2. Subgraphs

Honeyswap

PreviousSubgraphsNextHoneyswap Entities

Last updated 2 years ago

Was this helpful?

Subgraph Introduction

Honeyswap has a GraphQL API Endpoint hosted by called a subgraph for indexing and organizing data from the Honeyswap smart contracts.

Subgraph information is serviced by a decentralized group of server operators called Indexers.

This subgraph dynamically tracks any pair created by the honeyswap factory. It tracks of the current state of Honeyswap contracts, and contains derived stats for things like historical data and USD prices.

  • aggregated data across pairs and tokens,

  • data on individual pairs and tokens,

  • data on transactions

  • data on liquidity providers

  • historical data on Honeyswap, pairs or tokens, aggregated by day

Ethereum Mainnet

  • Graphql Endpoint:

Helpful Resources

The Graph
Explorer Page
https://api.studio.thegraph.com/query/40931/honeyswap-gnosis/v0.0.1
Code Repo
Video Tutorial on creating an API Key
Managing your API Key & setting your indexer preferences
Querying from an application
How to use the explorer and playground to query on-chain data
Deploy your own subgraph
New to GraphQL? - Read Here