API Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
This section explains the Litedex Subgraph and how to interact with it. The Litedex subgraph indexes data from the Litedex contracts over time. It organizes data about pairs, tokens, Litedex as a whole, and more. The subgraph updates any time a transaction is made on Litedex. The subgraph runs on protocol's hosted service and can be openly queried.
- sandbox for querying data and endpoints for developers.
- endpoint for deployed subgraph.
The subgraph provides a snapshot of the current state of Litedex and also tracks historical data. It will be used to power . It is not intended to be used as a data source for structuring transactions (contracts should be referenced directly for the most reliable live data).
To learn more about querying a subgraph refer to .